aboutsummaryrefslogtreecommitdiff
path: root/test/gie/4D-API_cs2cs-style.gie
AgeCommit message (Expand)Author
2022-02-04Set more precise error code for parsing errors in proj_create().Brendan Jurd
2021-11-24Pipeline parsing: reject proj=/o_proj= before first step, to avoid bad perfor...Even Rouault
2021-03-07typo fixesEven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-04-21gie: implement a strict mode with <gie-strict> </gie-strict> (fixes #2158)Even Rouault
2020-02-27Make tests independent of proj-datumgridEven Rouault
2020-01-28Add +proj=set operation to set component(s) of a coordinate to a fixed valueEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-11-25Pipeline: support +omit_fwd and +omit_inv keywordsEven Rouault
2019-04-03Merge pull request #1408 from rouault/ossfuzz_14015Kristian Evers
2019-04-02gie: fix tolerance checkingEven Rouault
2019-04-02Make sure that ISO19111 C++ code sets pj_errno on errorsKristian Evers
2019-03-16Helmert: avoid potential division by zeroEven Rouault
2019-02-13Add push and pop operationsKristian Evers
2019-02-03init(): repair to_meter=num/denom that was broken in the general case in PROJ...Even Rouault
2018-12-27tests: remove useless mentions of no_defs (refs #201)Even Rouault
2018-12-27Remove proj_def.dat (fixes #201)Even Rouault
2018-11-29Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...Even Rouault
2018-08-294D API: honour vto_meter / vunits for proj=longlatEven Rouault
2018-08-114D-API_cs2cs-style.gie: rewrite test to not rely on presence of 'conus' grid ...Even Rouault
2018-07-20Add test coordinates for webmercKristian Evers
2018-06-21Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053)Even Rouault
2018-06-01Do not pivot over WGS84 when doing cs2cs-emulation with geocentKristian Evers
2018-06-01Ignore failure to load test_nodata.gtx gridKristian Evers
2018-05-19Vertical grid shift: do not interpolate node values at nodata value (fixes #1...Even Rouault
2018-04-09Add webmerc projectionEven Rouault
2018-03-27Validate that units match between pipeline stepsKristian Evers
2018-03-21Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi...Even Rouault
2018-03-20Introduce late expansion of +datum parameters. Fixes #872.Kristian Evers
2018-03-11Merge branch 'master' into return-error-instead-of-zerosKristian Evers
2018-03-11Make sure that transient errors are returned correctlyKristian Evers
2018-03-11Add Web Mercator test caseKristian Evers
2018-02-12Ensure cs2cs emulation gets correct ellipsoid defn (#798)Thomas Knudsen
2018-02-12Avoid invalid ellps error messages from pj_init (#794)Thomas Knudsen
2018-02-10Update a few gie testsThomas Knudsen
2018-02-10Handle sign convention for vertical datum shiftsThomas Knudsen
2018-02-10update gie tests to agree with improved gie distance handlingThomas Knudsen
2018-02-06Skip gie tests that require gridsKristian Evers
2018-01-31Introduce compatibility for cs2cs-style proj-strings into the 4D API.Thomas Knudsen