aboutsummaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Expand)Author
2019-07-25Database: update to EPSG 9.7.0Even Rouault
2019-07-19Add set discard superseded method to api (#1534)Matt Littlemore
2019-07-06Formatting fixEven Rouault
2019-07-01C API: add proj_concatoperation_get_step_count() and proj_concatoperation_get...Even Rouault
2019-06-30Database: import scope/remarks for coordinate operation and add C APIEven Rouault
2019-06-25grid_alternatives.sql: add the two Swisstopo grids (refs https://github.com/O...Even Rouault
2019-06-06Merge pull request #1509 from rouault/wkt1_direction_case_insensitiveEven Rouault
2019-06-06Merge pull request #1505 from rouault/ogc_urn_projectedCRSEven Rouault
2019-06-06WKT1 importer: do case insensitive comparison for axis directionEven Rouault
2019-06-06createFromUserInput(): support OGC URN to create projectedCRS, for example to...Even Rouault
2019-06-05createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[...Even Rouault
2019-06-01Merge pull request #1494 from nyalldawson/get_gridKristian Evers
2019-06-01Add proj_grid_get_info_from_database to allow retrieval of gridNyall Dawson
2019-05-25Database: update to EPSG v9.6.3Even Rouault
2019-05-23createOperations(): fix GeogCRS to GeogCRS when there is a axis reversal and ...Even Rouault
2019-05-21createOperations(): avoid exception when transforming from NAD83 to projected...Even Rouault
2019-05-13identify(): take into account the authority passed in (fixes #1465)Even Rouault
2019-05-12Fix identification of GeodeticCRS expressed by PROJ string for EPSG authorityEven Rouault
2019-05-08proj_normalize_for_visualization(): fix when there are coordinate operation a...Even Rouault
2019-05-06createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...Even Rouault
2019-05-06createOperations(): fix case of ETRS89 3D to proj string with nadgrids and ge...Even Rouault
2019-05-01Reduce database size (#1438)Kristian Evers
2019-04-30WKT importer: accepts PROJ-based COORDINATEOPERATIONEven Rouault
2019-04-30createOperations(): in SourceTargetCRSExtentUse::INTERSECTION mode, early ret...Even Rouault
2019-04-30Propagate ballpark transformation flag to inverse coordinate operationsEven Rouault
2019-04-22proj_create(): add support for compoundCRS and concatenatedOperation named fr...Even Rouault
2019-04-22ESRI_WKT: preserve Gauss_Kruger in conversion name for round-trippingEven Rouault
2019-04-16createOperations(): do not attempt using a unrelated datum intermediate when ...Even Rouault
2019-04-10Merge pull request #1409 from mwtoews/cmakeKristian Evers
2019-04-05_buildUnit(): avoid later division by zeroEven Rouault
2019-04-05CMake: cache C/C++ warn flags to compile PROJ targetsMike Taves
2019-04-02Merge pull request #1391 from kbevers/noopKristian Evers
2019-03-29createOperations(): improve behaviour with input CRS from WKT that lacks inte...Even Rouault
2019-03-29Adopt use of the noop conversion in ISO19111 codeKristian Evers
2019-03-29Merge pull request #1390 from rouault/createoperation_boundcrs_more_aggresiveEven Rouault
2019-03-29Add proj_normalize_for_visualization()Even Rouault
2019-03-28createOperations(): improve BoundCRS<-->non-bound-CRS caseEven Rouault
2019-03-26Merge pull request #1356 from cjmayo/pj_strerrnoKristian Evers
2019-03-26Merge pull request #1369 from rouault/grid_fixesEven Rouault
2019-03-25lookForGridInfo(): correctly return that a grid is present, if present on the...Even Rouault
2019-03-25pj_strerrno: enable system error messagesChris Mayo
2019-03-25Database: add operation_version column to coordinate operation tablesEven Rouault
2019-03-25Database: update to IGNF v3.0.3Even Rouault
2019-03-25Database: update to EPSG v9.6.1Even Rouault
2019-03-25WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPsEven Rouault
2019-03-25WKT2_2018: always export ID in base crs node, even if there is one on upper nodeEven Rouault
2019-03-25WKT2_2018: export ID in base crs node, when there is none on top of upper nodeEven Rouault
2019-03-25test: test exporting ENSEMBLE with ID in MEMBEREven Rouault
2019-03-24WKT2 parser: update to OGC 18-010r6Even Rouault
2019-03-19Merge pull request #1330 from mwtoews/cmakeKristian Evers