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
/
unit
/
test_io.cpp
Age
Commit message (
Expand
)
Author
2019-02-18
Fix a few issues with i386 builds
Even Rouault
2019-02-15
Fix size_t comparisons in tests
Kai Pastor
2019-02-13
PROJ string parsing: no longer attempt to build a CoordinateOperation object ...
Even Rouault
2019-02-11
Make tmerc an alias for etmerc. (#1234)
Kristian Evers
2019-02-03
WKT1 export: avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fu...
Even Rouault
2019-02-02
PROJStringSyntaxParser: avoid assertion on illegal input. Fixes https://bugs....
Even Rouault
2019-01-31
exportToWKT(): restrict a8e7ef45d132b44dd4096c6fe3703fe92b390d1e to TOWGS84 o...
Even Rouault
2019-01-29
Update test with correct parameter
Karoline Skaar
2019-01-22
Merge pull request #1233 from rouault/fix_1232
Kristian Evers
2019-01-22
ISO19111 PROJ string parser: discard parameters not recognized by PROJ
Even Rouault
2019-01-22
exportToWKT: use upper-case exponent (E) to conform to WKT-2 EBNF
Even Rouault
2019-01-22
Coordinate operation computation with boundcrs / wktext: drop useless early b...
Even Rouault
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2019-01-17
import/export PROJ strings from ISO19111 code: require/output +type=crs for C...
Even Rouault
2019-01-16
PROJBasedOperation: write it as a conformant CONVERSION WKT, and make it pars...
Even Rouault
2019-01-09
createOperations(): fix a particular case of boundcrs to boundcrs transformat...
Even Rouault
2019-01-08
ISO19111: remove PROJ.5 specific format for CRS (refs #1214)
Even Rouault
2019-01-07
Update wkt2_grammar.py according to the latest draft of WKT2:2018
Even Rouault
2019-01-02
WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati...
Even Rouault
2019-01-02
Typo fixes
Even Rouault
2018-12-28
ISO19111: fix export to PROJ string of vgridshift to explictly use multiplier=1
Even Rouault
2018-12-28
Merge remote-tracking branch 'rouault/gdalbarn'
Even Rouault
2018-12-28
importFromWKT: better deal with axis of the baseCRS of a projected CRS
Even Rouault
2018-12-28
WKT parser: fix parsing of BoundCRS of VerticalCRS to Geographic3D CRS
Even Rouault
2018-12-27
Remove proj_def.dat (fixes #201)
Even Rouault
2018-12-22
Support Projected 3D with method name suffixed with ' (3D)', and be more lax ...
Even Rouault
2018-12-17
WKT2 grammar: fix for VERTCRS and GEOIDMODEL
Even Rouault
2018-12-17
Add WKT2 grammar validation
Even Rouault
2018-12-17
Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt()
Even Rouault
2018-12-13
Tune behaviour for LAEA vs LAEA Spherical or EQC vs EQC Spherical
Even Rouault
2018-12-13
import from WKT1 and PROJ string: tune CS for Polar LAEA
Even Rouault
2018-12-13
import from WKT1: fix axis direction when importing from Polar Stereographic ...
Even Rouault
2018-12-04
Improve management of 'deprecated' suffix in object names
Even Rouault
2018-12-04
Improve recognition of WKT1 datum names
Even Rouault
2018-12-03
WKTParser: fix to avoid creation of empty nodes
Even Rouault
2018-12-01
importFromWKT: morph GDAL_WKT1 datum names into their EPSG spelling
Even Rouault
2018-11-29
importFromWKT v1: properly handle latitude_of_origin=0 for Mercator_1SP
Even Rouault
2018-11-29
exportToWKT WKT1_GDAL: export axis by default for GeocentricCRS
Even Rouault
2018-11-29
importFromWKT: check we have a valid unit where we need one
Even Rouault
2018-11-29
Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...
Even Rouault
2018-11-29
cs2cs: upgrade to use proj_create_crs_to_crs()
Even Rouault
2018-11-22
Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o...
Even Rouault
2018-11-22
Fix transformation between geographic CRS that differ by axis order and units
Even Rouault
2018-11-21
createFromUserInput("authname:code"): make it case insensitive regarding auth...
Even Rouault
2018-11-19
Assorted set of fixes for PROJString to ISO19111 model:
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault