aboutsummaryrefslogtreecommitdiff
path: root/src/apps/projinfo.cpp
AgeCommit message (Expand)Author
2021-09-28projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work wi...Even Rouault
2021-09-28Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...Even Rouault
2021-05-23projinfo: fix error message regarding --output-idEven Rouault
2021-04-23projinfo: increase file size limit of files opened with @filename to 1MB to b...Even Rouault
2021-04-23projinfo: catch potential exception (master only, CID 193527)Even Rouault
2021-04-12Merge pull request #2659 from rouault/fix_2603Even Rouault
2021-04-11projinfo --list-crs --area: make it work when multiple areas matches the spec...Even Rouault
2021-04-11Reformatting fixEven Rouault
2021-04-11projinfo: add option --list-crs (#2663)Javier Jimenez Shaw
2021-04-11projinfo: add a --normalize-axis-order undocument switchEven Rouault
2021-04-10projinfo: remove spurious -- in help message (master only)Even Rouault
2021-03-15projinfo: add a --dump-db-structure switchEven Rouault
2021-03-15SQL output: add capability to restrict the authorities into which to look for...Even Rouault
2021-03-15projinfo: add a '-o SQL --output-id AUTH:CODE' SQL outputEven Rouault
2021-03-07typo fixesEven Rouault
2021-03-07projinfo: catch exception on bad value for --accuracy (CID 314810)Even Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2020-12-15projinfo: add a --accuracy option to define the minimum accuracyEven Rouault
2020-11-24Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
2020-11-22projinfo.cpp: improve hint when to use --spatial-test intersectsEven Rouault
2020-11-01projinfo / createObjectsFromName(): support returning a datum ensembleEven Rouault
2020-10-20Improve identification of compound CRS from ESRI WKT1, and for compound CRS w...Even Rouault
2020-10-20projinfo: make '-q -o WKT1:ESRI' workEven Rouault
2020-10-16projinfo: restrict PROJ multiline output to coordinate operations onlyEven Rouault
2020-10-16Add multi-line PROJ string export capability, and use it by default in projin...Even Rouault
2020-10-09projinfo: fix usage formattingEven Rouault
2020-04-25projinfo: do not emit warnings about missing grids in quiet modeEven Rouault
2020-04-21Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2171)Even Rouault
2020-04-20Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director...Alan D. Snow
2020-04-14projinfo: make it use the new C++ method to hide ballpark transformationsEven Rouault
2020-04-04projinfo: add a --hide-ballpark optionEven Rouault
2020-02-27Fix warnings of latest cppcheck masterEven Rouault
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-01-27projinfo: add --remote-data switchEven Rouault
2020-01-27projinfo: add --searchpaths switchEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-08Merge pull request #1827 from rouault/improve_createObjectsFromNameKristian Evers
2020-01-07projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828)Even Rouault
2020-01-07projinfo: support -k datumEven Rouault
2019-12-25projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDALEven Rouault
2019-09-23Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(),...Even Rouault
2019-09-11API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...Even Rouault
2019-09-08Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)Even Rouault
2019-08-09projinfo: document PROJJSON output, and add single-line output capabilityEven Rouault
2019-08-09createFromUserInput(): add capability to import PROJJSONEven Rouault
2019-08-09projinfo: rename JSON to PROJJSONEven Rouault
2019-07-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-03-27projinfo: caught uncaught exception. Coverity CID 193527Even Rouault
2019-03-26projinfo: catch potentially uncaugh exception. Coverity CID 193527Even Rouault
2019-03-25projinfo.cpp: formatting fixEven Rouault