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