aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-25wkt2_grammar: update to changes of 19162_draft_2019-01-23Even Rouault
2019-01-22cs2cs: improve detection of 'cs2cs [-....] SRC DST' syntaxEven Rouault
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-22Update cs2cs man page result (the change is due to ntv1_can.dat being used in...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-21Update to EPSG 9.5.5Even Rouault
2019-01-21Doc: typo fixEven Rouault
2019-01-20Merge pull request #1230 from rouault/space_in_grid_namesKristian Evers
2019-01-19Merge pull request #1228 from rouault/cs2cs_doc_updateKristian Evers
2019-01-19Doc: add doc for projinfo (fixes #1183)Even 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-19Doc: update cs2cs and also C API regarding area of use (fixes #1186)Even Rouault
2019-01-19typo fixesEven Rouault
2019-01-19Merge pull request #1226 from kbevers/remove-chebyshevKristian Evers
2019-01-18Remove Chebyshev polynomials from projKristian Evers
2019-01-18Merge pull request #1225 from aaronpuchert/add-null-checkKristian Evers
2019-01-18Merge pull request #1223 from rouault/unify_proj_createKristian Evers
2019-01-17Doc: update docs of proj_create(), proj_create_argv() and proj_create_crs_to_...Even Rouault
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-17Handle allocation failure in pj_trim_argvAaron Puchert
2019-01-17Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...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-16wkt2_grammar: update to changes of 19162_draft_2019-01-16Even Rouault
2019-01-16[MOTIONED] RFC3: Dependency management (#1168)Kristian Evers
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-09Update of mailing list URLMarkus Neteler
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-08Merge remote-tracking branch 'rouault/gdalbarn'Even Rouault