index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
gie
/
4D-API_cs2cs-style.gie
Age
Commit message (
Expand
)
Author
2022-02-04
Set more precise error code for parsing errors in proj_create().
Brendan Jurd
2021-11-24
Pipeline parsing: reject proj=/o_proj= before first step, to avoid bad perfor...
Even Rouault
2021-03-07
typo fixes
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-04-21
gie: implement a strict mode with <gie-strict> </gie-strict> (fixes #2158)
Even Rouault
2020-02-27
Make tests independent of proj-datumgrid
Even Rouault
2020-01-28
Add +proj=set operation to set component(s) of a coordinate to a fixed value
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-11-25
Pipeline: support +omit_fwd and +omit_inv keywords
Even Rouault
2019-04-03
Merge pull request #1408 from rouault/ossfuzz_14015
Kristian Evers
2019-04-02
gie: fix tolerance checking
Even Rouault
2019-04-02
Make sure that ISO19111 C++ code sets pj_errno on errors
Kristian Evers
2019-03-16
Helmert: avoid potential division by zero
Even Rouault
2019-02-13
Add push and pop operations
Kristian Evers
2019-02-03
init(): repair to_meter=num/denom that was broken in the general case in PROJ...
Even Rouault
2018-12-27
tests: remove useless mentions of no_defs (refs #201)
Even Rouault
2018-12-27
Remove proj_def.dat (fixes #201)
Even Rouault
2018-11-29
Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...
Even Rouault
2018-08-29
4D API: honour vto_meter / vunits for proj=longlat
Even Rouault
2018-08-11
4D-API_cs2cs-style.gie: rewrite test to not rely on presence of 'conus' grid ...
Even Rouault
2018-07-20
Add test coordinates for webmerc
Kristian Evers
2018-06-21
Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053)
Even Rouault
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-19
Vertical grid shift: do not interpolate node values at nodata value (fixes #1...
Even Rouault
2018-04-09
Add webmerc projection
Even Rouault
2018-03-27
Validate that units match between pipeline steps
Kristian Evers
2018-03-21
Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi...
Even Rouault
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
2018-03-11
Add Web Mercator test case
Kristian Evers
2018-02-12
Ensure cs2cs emulation gets correct ellipsoid defn (#798)
Thomas Knudsen
2018-02-12
Avoid invalid ellps error messages from pj_init (#794)
Thomas Knudsen
2018-02-10
Update a few gie tests
Thomas Knudsen
2018-02-10
Handle sign convention for vertical datum shifts
Thomas Knudsen
2018-02-10
update gie tests to agree with improved gie distance handling
Thomas Knudsen
2018-02-06
Skip gie tests that require grids
Kristian Evers
2018-01-31
Introduce compatibility for cs2cs-style proj-strings into the 4D API.
Thomas Knudsen