aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
AgeCommit message (Expand)Author
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-11projinfo: add option --list-crs (#2663)Javier Jimenez Shaw
2021-04-11projinfo: add a --normalize-axis-order undocument switchEven Rouault
2021-03-28createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-15Add support for PROJ_AUX_DB environment variable to set the path to one or se...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-11Database: fix NKG transformationsEven Rouault
2021-02-09Database: update to EPSG v10.012Nyall Dawson
2020-12-15projinfo: add a --accuracy option to define the minimum accuracyEven Rouault
2020-11-01projinfo / createObjectsFromName(): support returning a datum ensembleEven Rouault
2020-10-23Database: add Finland tinshift operationsEven Rouault
2020-10-23Database: import ESRI VERTCS that uses a (geodetic) datum to express ellipsoi...Even Rouault
2020-10-16Add multi-line PROJ string export capability, and use it by default in projin...Even Rouault
2020-05-30Database: add concatenated operations for NZGD2000 -> ITRF97/2000/2005/2008/2014Even Rouault
2020-04-04projinfo: add a --hide-ballpark optionEven Rouault
2020-01-27projinfo: add --remote-data switchEven Rouault
2020-01-27projinfo: add --searchpaths switchEven Rouault
2020-01-07projinfo: support -k datumEven Rouault
2019-12-03Database: register AUSGeoid09 and AUSGeoid2020Even Rouault
2019-12-02Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg)Even Rouault
2019-11-19createOperations(): in some situations, consider when going from A to D inter...Even Rouault
2019-11-18createOperations(): fix so that GDA94 -> WGS 84 (G1762) still include a resul...Even Rouault
2019-10-12createOperations(): allow transforming from a compoundCRS of a bound vertical...Even Rouault
2019-09-24createOperations() sorting: sort operations that cannot be exported as PROJ p...Even 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-04-22Database: use non-deprecated code for SWEREF99 for 'RH2000 height to SWEREF99...Even Rouault
2019-02-24Fix data path used by cli tests (#1288)Elliott Sales de Andrade
2019-02-22proj.db: tune so that 'NGF IGN69 height to RGF93' uses the RAF09.gtx gridEven Rouault
2019-02-21Geog2D+Height -> Geog3D of same datum: avoid inserting a useless ballpark hor...Even Rouault
2019-02-21projinfo: add information about missing gridsEven Rouault
2019-02-21proj.db: add custom entry for 'RH2000 height to SWEREF99'Even Rouault
2019-02-20projinfo: advertize the use of '--spatial-test intersects' when it can bring ...Even Rouault
2019-01-15projinfo: output WKT2_2018 by default (fixes #1187)Even Rouault
2019-01-08projinfo: use PROJ.4 label for CRS, and PROJ otherwise. Add test case for CRS...Even Rouault
2018-12-17Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt()Even Rouault
2018-12-06projinfo: display deprecation infoEven Rouault
2018-12-03projinfo: add a --area option (refs #1188)Even Rouault
2018-12-01Add testing of projinfo utilityEven Rouault