aboutsummaryrefslogtreecommitdiff
path: root/nad
AgeCommit message (Collapse)Author
2016-03-27Add Patterson Cylindrical projection. Add tests for projection.Micah Cochran
2016-02-29Add testmbull
2016-01-13nad/epsg: update to EPSG database v8.8Even Rouault
2015-12-16Missing FL.lla -> Fl generation in windows buildbartoli
2015-12-13add test for hammer projection (forward and inverse)Jeff Whitaker
2015-10-30Order of lat/lon is interpreted correctly for SCHPiyush Agram
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-09-10BLD: Remove generated files.Elliott Sales de Andrade
2015-09-10BLD: Remove Makefile.in.Elliott Sales de Andrade
These files are generated by automake.
2015-09-09Regenerate nad/Makefile.in as a follow-up of ↵Even Rouault
https://github.com/OSGeo/proj.4/pull/301
2015-09-09Don't install test & build files.Bas Couwenberg
These files should be included in the distribution tarballs, but not installed by `make install`.
2015-09-09Don't include files in proj dist, also included in proj-datumgrids dist.Bas Couwenberg
As discussed in the [Missing proj_def.dat in 4.9.1 release](http://lists.maptools.org/pipermail/proj/2015-September/007229.html) thead on the proj list, `make dist` for proj shouldn't include the datumgrid files also included in the proj-datumgrid distributions. The following files shouldn't be included in proj, because they're in proj-datumgrids already: * nad/ntf_r93.gsb (included in proj-datumgrids <= 1.6RC1) * nad/ntv1_can.dat (included in proj-datumgrids <= 1.6RC1) * nad/null.lla (included in proj-datumgrids <= 1.5) * nad/nzgd2kgrid0005.gsb (included in proj-datumgrids <= 1.6RC1) This change comprises two (partial) reverts: 1) Revert "nad/Makefile.am: add missing 'null.lla ntf_r93.gsb nzgd2kgrid0005.gsb ntv1_can.dat' to EXTRA_DIST" This reverts commit a4c7892a94667e62d62caa053ac4b51ef790741c. 2) Partial Revert "add files to EXTRA_DIST so they are removed by make uninstall" This partially reverts commit 0a7eda807da1e17f60558acebd89a08872b5b6e9.
2015-09-08autogen'd stuffHoward Butler
2015-09-08add files to EXTRA_DIST so they are removed by make uninstallHoward Butler
2015-09-07Regenerate nad/Makefile.inEven Rouault
2015-09-07nad/Makefile.am: add missing 'null.lla ntf_r93.gsb nzgd2kgrid0005.gsb ↵Even Rouault
ntv1_can.dat' to EXTRA_DIST
2015-09-07Add compile (from automake-1.14.1), and regenerate Makefile.in properly ↵Even Rouault
(thus reverting 152e3dcf65c2d8a0f2d210ddb2a3fae8bbe2307e) and nad/Makefile.in (follow-up of #297)
2015-09-07Merge remote branch 'sebastic/include-proj_def.dat-in-dist'Even Rouault
2015-09-07Re-add proj_def.dat in nad/CMakeLists.txt (#274)Even Rouault
2015-09-06Include proj_def.dat in release tarballs too (#274).Bas Couwenberg
Adding proj_def.dat to pkgdata_DATA in ef4c492 is not sufficient to also have the file included in the tarballs generated via `make dist-all`.
2015-09-06Fix typo in script description too.Bas Couwenberg
2015-09-06Fix 'flaky' typo, causing `make dist-all` failure.Bas Couwenberg
nad/Makefile.am uses nad/testflaky, but the file was named nad/testflakey.
2015-07-09Make multistresstext.exe compile, and work, with mingw cross compiler ↵Even Rouault
(autoconf build)
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-05-31Remove unused $Id$ keywords.Elliott Sales de Andrade
2015-05-20Fix botched patch that removed proj_def.dat from distro in r2540 #274Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2654 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-03-04add testflaky and tf_out.dist to Makefile.amHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2649 4e78687f-474d-0410-85f9-8d5e500ac6b2
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-21autogen'd stuff in preparation for 4.9.1RC3Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2631 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21nad/epsg: regenerate nad/epsg with GDAL r28536 to avoid precision loss in ↵Even Rouault
TOWGS84 parameters, e.g. on Amersfoort / RD EPSG:4289 (#260) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2630 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21cmake build: install nad.lst, geodesic.h. But not emess.h and pj_list.h ↵Even Rouault
(from Charles Karney) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2625 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21nad/Makefile.am: compatibility with proj-datumgrids-1.6RC1 (patch by ↵Even Rouault
sebastic, #249) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2619 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21fix install target when no .lla files are in nad subdirectoryEven Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2618 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-20update libtool build stuff in preparation for 4.9.1RC1 using 2.4.2 ↵Howard Butler
Debian-2.4.2-1.7ubuntu1 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2612 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-17update epsg file for RC2Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2552 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-17update with less wide results for ntv2, and results from ntv2_100325.zip ↵Frank Warmerdam
NTv2 file git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2547 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13updateFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2542 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13More CMake tweaks #243Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2540 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13CMake fixups #243Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2539 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13Start implementation of CMake support for proj.4 #243Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2523 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13add tests for #244, reduce flakeyness of laea testFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2522 4e78687f-474d-0410-85f9-8d5e500ac6b2