aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-18Added proj_get_celestial_body_list_from_database (#2674)Alan D. Snow
2021-04-15utm: error out when value of +zone= is not an integer (fixes #2671)Even Rouault
2021-04-13createFromUserInput(): parse compound id with two authorities, like ESRI:1036...Javier Jimenez Shaw
2021-04-12Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab...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-11projinfo: add option --list-crs (#2663)Javier Jimenez Shaw
2021-04-11projinfo: add a --normalize-axis-order undocument switchEven Rouault
2021-04-11CRS::normalizeForVisualization(): propagate domains/extent of original CRS (f...Even Rouault
2021-04-11createFromUserInput(): support URN:OGC:DEF:CRS:OGC:1.3:CRS84Even Rouault
2021-04-10Recognize OGC:84 as an alias of OGC:CRS84Even Rouault
2021-04-10createFromUserInput(): add support for WMS AUTO: syntaxEven Rouault
2021-04-10createFromUserInput(): add support for (legacy) urn:x-ogc:def:crs:EPSG:XXXX s...Even Rouault
2021-04-10createFromUserInput(): add support for (legacy) urn:opengis:crs:EPSG:0:XXXX s...Even Rouault
2021-04-10Add hard-coded definitions for OGC:AnsiDate/JulianDate/UnixTimeEven Rouault
2021-04-10createFromUserInput(): add support for OGC URLsEven Rouault
2021-04-08Merge pull request #2647 from rouault/integer_or_textEven Rouault
2021-04-08Merge pull request #2653 from mwtoews/ci-msys2Even Rouault
2021-04-07test: add datum shift related tests for transformations crossing antimeridianEven Rouault
2021-04-07CI: build and test on MSYS2 with WindowsMike Taves
2021-04-06Database: nullify auth_name, code of usage tableEven Rouault
2021-04-05createOperations(): make createBetweenGeodeticCRSWithDatumBasedIntermediates(...Even Rouault
2021-04-03Add mapping between EPSG method 'Hyperbolic Cassini-Soldner' and +proj=cass +...Even Rouault
2021-04-03cass: add +hyperbolic switch for variant used by EPSG:3139 'Vanua Levu 1915 /...Even Rouault
2021-04-03cass: rewrite ellipsoidal formulas in a clearer way using EPSG guidance note ...Even Rouault
2021-03-28createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-27Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610)Even Rouault
2021-03-20createOperations(): fix regression for the fix of #2588Even Rouault
2021-03-20createOperations(): fix Compound to Geog3D CRS computations in the case... (f...Even Rouault
2021-03-19CRS::promoteTo3D(): propagate the extent from the 2D CRS (fixes #2587)Even Rouault
2021-03-19Tests: add new error cases of SQL outputEven Rouault
2021-03-19SQL output: make it possible to export non-EPSG projection methods or methods...Even Rouault
2021-03-18Merge pull request #2577 from rouault/insert_sqlEven Rouault
2021-03-17Merge pull request #2581 from rouault/proj_version_numberEven Rouault
2021-03-17Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...Even Rouault
2021-03-17proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION ...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-15Add proj_context_get_database_structure() to dump structure of empty valid au...Even Rouault
2021-03-15SQL export: add support for DatumEnsembleEven Rouault
2021-03-15SQL export: add publication_date and frame_reference_epoch to datumsEven 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-15Add C/C++ API to get SQL statements to insert a CRS into databaseEven Rouault
2021-03-11Database: fix NKG transformationsEven Rouault
2021-03-11Database: Additions to the norwegian NKG2020 transformation (#2548)Sveinung Himle
2021-03-10Merge pull request #2570 from rouault/fix_proj_lp_dist_crsEven Rouault
2021-03-10Make proj_lp_dist() and proj_geod() work on a PJ* CRS objectEven Rouault
2021-03-10Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present in...Even Rouault
2021-03-07typo fixesEven Rouault