aboutsummaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Expand)Author
2019-08-26createOperations(): follow-up of previous commit for +datum=NAD83 caseEven Rouault
2019-08-26createOperations(): fix pipeline generation when a CRS has terms like +datum=...Even Rouault
2019-08-25Import WebMercator from PROJ string: make sure the WGS84 datum is setEven Rouault
2019-08-23Add proj_create_crs_to_crs_from_pj()Even Rouault
2019-08-20C API: add proj_context_set_autoclose_database() to automatically close datab...Even Rouault
2019-08-20Merge pull request #1547 from rouault/json_exportEven Rouault
2019-08-17PROJJSON: rename file as projjson.schema.json, and add versionning to it and ...Even Rouault
2019-08-12PROJJSON: add support for importing 'ids'Even Rouault
2019-08-10PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, Parametr...Even Rouault
2019-08-10PROJJSON: add support for DatumEnsemble and Dynamic[Geodetic|Vertical]Referen...Even Rouault
2019-08-09C API: add proj_as_projjson()Even Rouault
2019-08-09PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma...Even Rouault
2019-08-09createFromUserInput(): add capability to import PROJJSONEven Rouault
2019-08-09PROJJSON export: use more compact formEven Rouault
2019-07-25Database: update to EPSG 9.7.0Even Rouault
2019-07-19Add set discard superseded method to api (#1534)Matt Littlemore
2019-07-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-07-06Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545)Even Rouault
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