| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-22 | Adding ellipsoidal equations for the Equal Earth (#1101) | Bojan Šavrič | |
| 2018-08-17 | Implementation of Equal Earth projection (#1090) | jdugge | |
| Implement the Equal Earth projection (closes #1085) | |||
| 2018-08-11 | gie: add a require_grid keyword, and use if for DHDN_ETRS89.gie; aso fix ↵ | Even Rouault | |
| DHDN_ETRS89 autoconf test | |||
| 2018-08-11 | 4D-API_cs2cs-style.gie: rewrite test to not rely on presence of 'conus' grid ↵ | Even Rouault | |
| (we should have a way to state that some grids must be present) (refs #872) | |||
| 2018-07-20 | Merge pull request #1079 from kbevers/webmerc-tests | Kristian Evers | |
| Add test coordinates for webmerc | |||
| 2018-07-20 | Add test coordinates for webmerc | Kristian Evers | |
| 2018-07-10 | vgridshift: add a +multiplier={value} parameter | Even Rouault | |
| As mentionned in #1071, it is often unclear how the offset of a vertical grid is applied. | |||
| 2018-07-07 | Remoe ellps parameter from Helmert documentation and gie tests (fixes #1068) | Even Rouault | |
| 2018-06-26 | Add inverse lagrange projection | Kristian Evers | |
| Courtesy of Michael Stumpf <mi12st34@gmail.com> | |||
| 2018-06-22 | Merge pull request #1055 from rouault/geocent_cart_to_meter | Kristian Evers | |
| Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053) | |||
| 2018-06-21 | Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053) | Even Rouault | |
| 2018-06-21 | unitconvert: error out if xy_in/xy_out z_in/z_out use different unit types | Even Rouault | |
| 2018-06-21 | Add support for deg, rad and grad in unitconvert (fixes #1052), and document ↵ | Even Rouault | |
| that it supports numeric factors (refs #1053) | |||
| 2018-06-06 | Correct bad use of proj_dmstor in gie. | Kristian Evers | |
| The previous commits were added way to prematurely. The code was not properly tested and it turned out to do more bad than good. This commit hopefully fixes that. And this time it is backed up by tests! DMS style coordinates should now be fully functional in gie. Finger crossed. | |||
| 2018-06-01 | Do not pivot over WGS84 when doing cs2cs-emulation with geocent | Kristian Evers | |
| 2018-06-01 | Ignore failure to load test_nodata.gtx grid | Kristian Evers | |
| 2018-05-24 | Temporal gridshifting (#1015) | Kristian Evers | |
| Temporal gridshifts allow [h|v]gridshift operations to be used as step functions in a pipeline. This is useful in transformations dealing with deformations caused by earthquakes. See the included documentation for details. | |||
| 2018-05-19 | Vertical grid shift: do not interpolate node values at nodata value (fixes ↵ | Even Rouault | |
| #1002) | |||
| 2018-05-07 | Add tests for calcofi before refactoring | Kristian Evers | |
| 2018-04-15 | Update +proj=aeqd +guam test case with data from EPSG Note 7-2 | Kristian Evers | |
| 2018-04-13 | Fix segfault in deformation | Kristian Evers | |
| When transforming coordinates outside the grid model the deformation operation failed spectatularly. This is now fixed by checking that the coordinate is inside the grid. If it isn't an error is returned and a debugging log message is issued. Closes #934 | |||
| 2018-04-11 | Add more tests for nsper | Kristian Evers | |
| 2018-04-11 | Merge pull request #927 from kbevers/laea-test-coverage | Kristian Evers | |
| Add more tests for laea | |||
| 2018-04-11 | Add more tests for laea | Kristian Evers | |
| 2018-04-10 | Merge pull request #926 from kbevers/airy-updates | Kristian Evers | |
| Airy updates | |||
| 2018-04-09 | Add more test cases for airy projection | Kristian Evers | |
| 2018-04-09 | Add webmerc projection | Even Rouault | |
| 2018-04-02 | Add test cases for aeqd projection | Kristian Evers | |
| 2018-04-01 | Add tests extra test cases for the gnomonic projection | Kristian Evers | |
| 2018-03-30 | Add test cases from Snyder for the Orthographic projection | Kristian Evers | |
| 2018-03-27 | Validate that units match between pipeline steps | Kristian Evers | |
| As suggested in [0], steps in a pipeline are now checked for compliance. If the right side units in step n differ from the left side units in step n+1 the pipeline can't be constructed and an error is raised. [0] https://lists.osgeo.org/pipermail/grass-dev/2018-March/088123.html | |||
| 2018-03-21 | Take into account +towgs84=0,0,0 in pipeline to still imply ↵ | Even Rouault | |
| geodetic->cartesian->geodetic (fixes #881) | |||
| 2018-03-20 | Introduce late expansion of +datum parameters. Fixes #872. | Kristian Evers | |
| 2018-03-11 | Merge branch 'master' into return-error-instead-of-zeros | Kristian Evers | |
| 2018-03-11 | Make sure that transient errors are returned correctly | Kristian Evers | |
| The prepare/finalize steps in pj_fwd*/pj_inv* now checks the error level of the PJ object before returning the coordinate. If an error is detected proj_coord_error() is returned. | |||
| 2018-03-11 | Add Web Mercator test case | Kristian Evers | |
| 2018-03-02 | Add test cases for omerc with +no_rot and tpers with +tilt. | Adam Wulkiewicz | |
| 2018-02-23 | Download BETA2007 grid from proj-datumgrid package in CI scripts. | Kristian Evers | |
| Following PR #806 which removed various grids from nad/, we now have to download the BETA2007 grid before that DHDN_ETRS89 test can pass successfully. | |||
| 2018-02-14 | revert tolerances for chamb and vandg2 to previous values | Kristian Evers | |
| 2018-02-12 | Ensure cs2cs emulation gets correct ellipsoid defn (#798) | Thomas Knudsen | |
| Copy ellipsoid definition for proj=cart directly into the proj_create call, rather than calling pj_inherit_ellipsoid_def afterwards. Previously, the ellipsoid definition was left out from the call. pj_init_ctx would then pick up WGS84 from proj_def.dat, and the init would succeed (and the possibly wrong ellipsoid definition would later on be overwritten with the correct values by pj_inherit_ellipsoid_def. But if PROJ_LIB was not set or proj_def.dat was inaccessible for other reasons, things went wrong. | |||
| 2018-02-12 | Avoid invalid ellps error messages from pj_init (#794) | Thomas Knudsen | |
| Reset error type PJD_ERR_MAJOR_AXIS_NOT_GIVEN for operations that do not need an ellipsoid. | |||
| 2018-02-10 | Update a few gie tests | Thomas Knudsen | |
| 2018-02-10 | Relax tolerance slightly for two tests failing on OS/X | Thomas Knudsen | |
| 2018-02-10 | Handle sign convention for vertical datum shifts | Thomas Knudsen | |
| Also make corresponding sign corrections in a number of tests, and comment out a few tests which work correctly, but report failure since gie is not yet ready to handle unusual axis orders in cases with angular output coordinates. | |||
| 2018-02-10 | update gie tests to agree with improved gie distance handling | Thomas Knudsen | |
| 2018-02-09 | Relaxing tolerances in a few tests to fix #778. | Kristian Evers | |
| 2018-02-06 | Use PROJ_LIB explicitly for gie tests and if it is not set change it to nad/ | Kristian Evers | |
| 2018-02-06 | Skip gie tests that require grids | Kristian Evers | |
| 2018-02-05 | Make gie tests in autoconf setup more granular. | Kristian Evers | |
| 2018-02-02 | Improve tests and add test files to automake setup. | Kristian Evers | |
| Make sure that the gie files in test/gie and test/gigs are included in the distribution tarball. Tests with gie are set up to run all available files matching *.gie in the gie and gigs directories. For this reason tests that are known to fail in gigs/ have been renamed to *.gie_failing, so that "make check" can be run in-tree in local copies of the git repository. | |||
