aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-16wkt2_grammar: update to changes of 19162_draft_2019-01-16Even Rouault
2019-01-15projinfo: output WKT2_2018 by default (fixes #1187)Even Rouault
2019-01-10wkt2_grammar: update to changes of 19162_draft_2019-01-09Even Rouault
2019-01-10proj_info(): report the hardcoded PROJ_LIB path in info.searchpath (if the en...Even Rouault
2019-01-10Doc: document interaction issues between objects create with proj_create() vs...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_LIB: support multiple paths supported by colon on Unix and semi-colon on...Even Rouault
2019-01-09proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(...Even Rouault
2019-01-09Allocate projCtx_t as a C++ objectEven Rouault
2019-01-09Merge pull request #1217 from rouault/remove_proj_5_crs_exportEven Rouault
2019-01-09proj.db search: use pj_find_file() mechanism instead of hand coded simplified...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-08pj_ell_set(): remove memset() illegal on C++ object, as pointed by cppcheckEven 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-04Merge pull request #1205 from kbevers/masterKristian Evers
2019-01-04Replace PJ_IO_UNITS_WHATEVER with units from neighbour stepsKristian Evers
2019-01-04Fix use-after-free in debug logging of pj_ellipsoid() (probably caused by a r...Even Rouault
2019-01-03Rename PJ_IO_UNITS_ANGULAR to PJ_IO_UNITS_RADIANSKristian Evers
2019-01-02WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati...Even Rouault
2019-01-02Typo fixesEven Rouault
2019-01-01Split ISO19111 C API docs into functions and typesKristian Evers
2019-01-01pipeline set_ellipsoid(): use GRS80 for consistency (although it doesn't seem...Even Rouault
2018-12-31pj_obj_create(): avoid warning to be emitted when expot to PROJ string is not...Even Rouault
2018-12-31Update proj_symbol_rename.hEven Rouault
2018-12-30Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXXEven Rouault
2018-12-30proj_internal.h: remove use of proj_api.h specific structuresEven Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30proj_api.h: remove traces of removed structures of projects.hEven 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-30projects.h: remove #ifdef __cpluplus test since it must now be included from ...Even Rouault
2018-12-30Remove PJ_OBJ type since it is now merged into PJEven Rouault
2018-12-30Move PJ_OBJ members into struct PJconstsEven Rouault
2018-12-30Allocate PJ* as a C++ objectEven Rouault
2018-12-30jniproj.cpp: make it cpp compatibleEven Rouault
2018-12-29Operation filtering: do not remove Null transformation that may be usefulEven Rouault
2018-12-29Experimantal C API: add a proj_assign_context() for advanced usageEven Rouault
2018-12-28Operation computation: better take into account when candidate operations hav...Even Rouault
2018-12-28proj_create_crs_to_crs(): fix crash if ctx == nullptr and error is triggered ...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