aboutsummaryrefslogtreecommitdiff
path: root/nad/testvarious
AgeCommit message (Collapse)Author
2016-04-04Test revisionsBojan Savric
2016-04-04The Natural Earth II testsBojan Savric
2016-04-04Adding Natural Earth II and Compact MillerBojan Savric
2016-03-27Add Patterson Cylindrical projection. Add tests for projection.Micah Cochran
2016-02-29Add testmbull
2015-12-13add test for hammer projection (forward and inverse)Jeff Whitaker
2015-10-27Tests: Test nzmg forward and inverseEven Rouault
2015-10-27Merge branch 'master' of https://github.com/piyushrpt/proj.4Even Rouault
Conflicts: nad/tv_out.dist
2015-10-24Switch utm to use etmerc to address issue #316.Charles Karney
Add a test to check this. Output of an existing test changed in 7th decimal place.
2015-10-23- API Extension to include fwd3d / inv3dPiyush Agram
- New SCH coordinate system for radar imaging systems
2015-10-05testvarious: shave one digit off the requested output for test bug 244Charles Karney
to ensure that tests succeed.
2015-10-01Take 2 of the fix to dmstor.Charles Karney
I'm making this pull request soon after the release of 4.9.2. It will cause the results that people get out of proj.4 to change very slightly. If there are problems, we'll get a chance to iron them out well before the next release. The important change is to use DEG_TO_RAD for degree to radian conversions in dmstor.c instead of the slightly inaccurate number used earlier. This necessitates a change to geod_interface.c (which previously had to work aroung the previous bad behavior). PJ_aeqd.c now does conversions in a compatible manner. In src/proj_api.h, DEG_TO_RAD and RAD_TO_DEG are both given to 17 significant figures (this is just a cosmetic change). I've "fixed" the testvarious tests so that they still pass (on my system at least). Everyone should be suitably skeptical of my fixes. (1) Minor changes to "Test bug 244" and only ask for nanometer (instead of picometer) accuracy on positions. (2) 2 lon_wrap tests now return 0dE instead of 360dE (now it's tight?) (3) The results for the forward healpix projection of (-180, +90) and (-180, -90) are now different. I have put the new values into tv_out.dist. I'm fairly confident that the new values are OK, since this projection has various cuts which meet at the poles. It would be good if someone who knows about this projection can verify this.
2015-07-07Make pj_init() locale safe and no longer modify locale (#226)Even Rouault
Remove setlocale() use in pj_init_ctx(), and replace uses of atof() & strtod() by their locale safe variants pj_atof() and pj_strtod(). Proj versions from now advertize #define PJ_LOCALE_SAFE 1 in proj_api.h and export pj_atof() & pj_strtod()
2015-03-04move flakey tests into their own script so they aren't run with 'make check' ↵Howard Butler
by default #255 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2646 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-25another attempt at trimming down the test precision to satisfy i386 #255Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2638 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-24Dial back test sensitivity #255Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2636 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-16apply patch for #247 to support out-of-tree autoconf buildsHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2602 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-17Add clrk80ign ellipsoid and use it in carthage datum definition (#245)Even Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2553 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13Apply patch in #244 along with test scenarioHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2520 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13tweak laea test to be less fragileHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2515 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-08-19make check: update rHEALPix tests from healpix_nad_test_2013-07-25.patch (#219)Even Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2486 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-08-19Add extra test to show need for r2482 (#229)Even Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2485 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-02-07avoid mistaken error about missing init file entry (#229)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2418 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-12-09reverse sense of sweep axis flag (#146)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2411 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-12-06add qsc projection (#179)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2409 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-10-21try omerc near poleFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2403 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-10-21Change handling of values nearly 90degrees away from the origin (#114)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2400 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-10-21add MGI datum checkFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2399 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-10-21partially apply realpix improvements (#219)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2397 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-10-20update healpix results, add ob_tran inverse testigFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2387 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-07-09add calcofi projection (#135)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2376 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-07-02replace robinson coefficients table, add test (#113)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2374 4e78687f-474d-0410-85f9-8d5e500ac6b2
2013-06-29add LAEA test to testvariousFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2373 4e78687f-474d-0410-85f9-8d5e500ac6b2
2012-03-07fix pconic forward to use P->sig (#148)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2186 4e78687f-474d-0410-85f9-8d5e500ac6b2
2012-03-04added the Natural Earth projectionFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2182 4e78687f-474d-0410-85f9-8d5e500ac6b2
2012-03-03cleanup odd code construct in PJ_stere and extend stere testing a bit (#147)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2180 4e78687f-474d-0410-85f9-8d5e500ac6b2
2012-02-27added +sweep for +proj=geos (#146)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2176 4e78687f-474d-0410-85f9-8d5e500ac6b2
2011-12-14added Healpix projectionFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2125 4e78687f-474d-0410-85f9-8d5e500ac6b2
2011-06-09fix robinson projection constant (#113)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2051 4e78687f-474d-0410-85f9-8d5e500ac6b2
2011-02-21added extended transverse mercator implementation (#97)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1976 4e78687f-474d-0410-85f9-8d5e500ac6b2
2010-08-21use ../src/cs2cs for testing by defaultFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1884 4e78687f-474d-0410-85f9-8d5e500ac6b2
2010-06-11avoid numerical sensitive about signed zeros in testsFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1858 4e78687f-474d-0410-85f9-8d5e500ac6b2
2010-02-20add omerc gamma / RSO Borneo test (#62)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1818 4e78687f-474d-0410-85f9-8d5e500ac6b2
2010-01-24fix seriously broken lon_wrap support (#62)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1789 4e78687f-474d-0410-85f9-8d5e500ac6b2
2009-05-19split datum and non-datum tests, add kav5 test (#40)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1579 4e78687f-474d-0410-85f9-8d5e500ac6b2
2008-08-21added stere test (#12)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1472 4e78687f-474d-0410-85f9-8d5e500ac6b2
2006-10-13Added 'make check' target to run tests.Mateusz Loskot
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1355 4e78687f-474d-0410-85f9-8d5e500ac6b2
2006-10-02added test target in makefile, scripts return nonzero on failureFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1351 4e78687f-474d-0410-85f9-8d5e500ac6b2
2004-05-03NewFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1186 4e78687f-474d-0410-85f9-8d5e500ac6b2