aboutsummaryrefslogtreecommitdiff
path: root/test/cli
AgeCommit message (Expand)Author
2021-07-20Merge pull request #2782 from rouault/fix_crs_extent_use_noneEven Rouault
2021-06-17proj_trans/cs2cs: If two operations have the same accuracy, use the one that ...Even Rouault
2021-05-24Database: decrease DB size by using WITHOUT ROWID tablesEven Rouault
2021-05-17projsync: make it filter out files not intended for the current versionEven Rouault
2021-05-16Database: update to EPSG v10.022Even Rouault
2021-04-23Move data/proj_outIGNF.dist-real to test/cliEven Rouault
2021-04-23Database: update to EPSG v10.019Even 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-11projinfo: add option --list-crs (#2663)Javier Jimenez Shaw
2021-04-11projinfo: add a --normalize-axis-order undocument switchEven Rouault
2021-04-08Merge pull request #2647 from rouault/integer_or_textEven Rouault
2021-04-07test: add datum shift related tests for transformations crossing antimeridianEven Rouault
2021-04-06Database: nullify auth_name, code of usage tableEven Rouault
2021-03-28createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-19CRS::promoteTo3D(): propagate the extent from the 2D CRS (fixes #2587)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-03-07typo fixesEven Rouault
2021-02-09Database: update to EPSG v10.012Nyall Dawson
2021-01-15Database: update to EPSG v10.011Modern Slave
2020-12-16cs2cs: add --no-ballpark and --accuracy optionsEven Rouault
2020-12-15projinfo: add a --accuracy option to define the minimum accuracyEven Rouault
2020-12-02cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...Even Rouault
2020-11-30Merge pull request #2466 from rouault/fix_2423Even Rouault
2020-11-30API cleanup: unexport number of internal symbols, and remove/replace a few un...Even Rouault
2020-11-28cs2cs: add --area and --bbox options to restrict candidate coordinate operat...Even Rouault
2020-11-28Use same arguments to printf format string for both radians and degrees in ou...Houder
2020-11-27testcct: create 'a' and 'b' from scratchEven Rouault
2020-11-24createOperation(): add a ballpark vertical transformation when dealing with G...Even Rouault
2020-11-10cct: allow @filename syntaxEven Rouault
2020-11-10Allow cct to instantiate operations via object codes or names (#2419)Kristian Evers
2020-11-01projinfo / createObjectsFromName(): support returning a datum ensembleEven Rouault
2020-11-01When reading from database, possibly return Geographic/GeodeticCRS with a Dat...Even Rouault
2020-10-31Make sure that remarks is preserved when substituting (EPSG) grid name by PRO...Even Rouault
2020-10-25Add +proj=col_urban projection, implementing a EPSG projection method used by...Even 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-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-16Merge pull request #2370 from rouault/epsg10Even Rouault
2020-10-11Database: add a frame_reference_epoch column in vertical_datum to be able to ...Even Rouault
2020-10-08promoteTo3D(): add a remark with the original CRS identifier (fixes #2368)Even Rouault
2020-10-08Database: use extended description for extent/area of use, as done by epsg.or...Even Rouault
2020-10-06Database: "minimal" update to EPSG v10.003Even Rouault
2020-09-17createOperations(): tune sorting of transformations so that the ones with gre...Even Rouault
2020-09-17Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ...Even Rouault