aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-01-22Merge pull request #1233 from rouault/fix_1232Kristian Evers
2019-01-22Coordinate operation computation with CRS with extension string: replace datu...Even Rouault
2019-01-22Merge pull request #1231 from rouault/fix_1229Even Rouault
2019-01-22ISO19111 PROJ string parser: discard parameters not recognized by PROJEven Rouault
2019-01-22exportToWKT: use upper-case exponent (E) to conform to WKT-2 EBNFEven Rouault
2019-01-22Coordinate operation computation with boundcrs / wktext: drop useless early b...Even Rouault
2019-01-22proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...Even Rouault
2019-01-22ISO19111: clean interface of DataEpoch classEven Rouault
2019-01-19Add support for spaces in grid name parameters (fixes #1152)Even Rouault
2019-01-19test/cli/Makefile.am: fix to make testdatumfile run againEven Rouault
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-17import/export PROJ strings from ISO19111 code: require/output +type=crs for C...Even Rouault
2019-01-16PROJBasedOperation: write it as a conformant CONVERSION WKT, and make it pars...Even Rouault
2019-01-16formatting fixesEven Rouault
2019-01-15projinfo: output WKT2_2018 by default (fixes #1187)Even Rouault
2019-01-09Merge pull request #1218 from rouault/search_pathKristian Evers
2019-01-09createOperations(): fix a particular case of boundcrs to boundcrs transformat...Even Rouault
2019-01-09proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(...Even Rouault
2019-01-08projinfo: use PROJ.4 label for CRS, and PROJ otherwise. Add test case for CRS...Even Rouault
2019-01-08Fix export of BoundCRS as with PROJ_5 conventionEven Rouault
2019-01-08ISO19111: remove PROJ.5 specific format for CRS (refs #1214)Even Rouault
2019-01-07Update wkt2_grammar.py according to the latest draft of WKT2:2018Even Rouault
2019-01-05Merge remote-tracking branch 'rouault/gdalbarn'Even Rouault
2019-01-04WKT export: no longer export Geographic 3D CRS in WKT1, unless strict mode is...Even Rouault
2019-01-04Replace PJ_IO_UNITS_WHATEVER with units from neighbour stepsKristian Evers
2019-01-04Add unitconvert.gie to CMake test setupKristian Evers
2019-01-02WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati...Even Rouault
2019-01-02Typo fixesEven Rouault
2018-12-31pj_obj_create(): avoid warning to be emitted when expot to PROJ string is not...Even Rouault
2018-12-30Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXXEven Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30test/cli/Makefile.am: parallelize CLI testsEven Rouault
2018-12-30projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...Even Rouault
2018-12-30Make ISO-19111 objects of type CoordinateOperation directly usable with proj_...Even Rouault
2018-12-30Remove PJ_OBJ type since it is now merged into PJEven Rouault
2018-12-29Operation filtering: do not remove Null transformation that may be usefulEven Rouault
2018-12-28Operation computation: better take into account when candidate operations hav...Even Rouault
2018-12-28ISO19111: fix export to PROJ string of vgridshift to explictly use multiplier=1Even Rouault
2018-12-28Merge remote-tracking branch 'rouault/gdalbarn'Even Rouault
2018-12-28createOperations(): allow looking for geographic CRS by name (helps with WKT ...Even Rouault
2018-12-28importFromWKT: better deal with axis of the baseCRS of a projected CRSEven Rouault
2018-12-28WKT parser: fix parsing of BoundCRS of VerticalCRS to Geographic3D CRSEven Rouault
2018-12-28Make createOperation() better work with BoundCRS (to take into account the ex...Even Rouault
2018-12-27Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ...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-12-26cpp conversion: add dummy test to check we can include proj.h from a pure C fileEven Rouault
2018-12-26Merge pull request #1207 from pelson/healpix_fixKristian Evers
2018-12-24Fixed rHealpix projection, closing #1206.Phil Elson
2018-12-22exportToWKT1 of projected CRS: do not output AXIS of base CRS even when Outpu...Even Rouault