aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-10Add UnitOfMeasure::FOOT and US_FOOTEven 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-10projinfo: remove spurious -- in help message (master only)Even 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-07Merge pull request #2654 from rouault/show_that_pr_2616_is_wrongEven Rouault
2021-04-08Drop set/export of PROJ_LIB for Windows CI runsMike Taves
2021-04-07proj_trans(): add a more expressive log messageEven Rouault
2021-04-07test: add datum shift related tests for transformations crossing antimeridianEven Rouault
2021-04-07Database: more thorough consistency checks on extent of coordinate operationsEven Rouault
2021-04-07CI: build and test on MSYS2 with WindowsMike Taves
2021-04-07Merge pull request #2652 from rouault/extra_consistency_checksEven Rouault
2021-04-06Database: nullify auth_name, code of usage tableEven Rouault
2021-04-06Database: more consistency checks on helmert_transformation and grid_transfor...Even Rouault
2021-04-06Database: do not create Helmert transformations in IGNF between CRS of differ...Even Rouault
2021-04-06Database: minor refresh of ignf.sql and import script with new locations of r...Even Rouault
2021-04-06Merge pull request #2646 from rouault/db_proj_versionEven Rouault
2021-04-05Merge pull request #2650 from rouault/fix_createBetweenGeodeticCRSWithDatumBa...Even Rouault
2021-04-05createOperations(): make createBetweenGeodeticCRSWithDatumBasedIntermediates(...Even Rouault
2021-04-05Merge pull request #2648 from jidanni/patch-1Kristian Evers
2021-04-05Add missing comma積丹尼 Dan Jacobson
2021-04-04Database: decrease db size by using a INTEGER_OR_TEXT data type on codesEven Rouault
2021-04-04Database: add missing column type specifir for method_name in grid_transforma...Even Rouault
2021-04-04Database: add a PROJ.VERSION metadata entryEven Rouault
2021-04-03Merge pull request #2637 from rouault/hyperbolic_cassEven 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-03Generic inverse: fix when initial guess if super close to resultEven Rouault
2021-04-03cass: rewrite ellipsoidal formulas in a clearer way using EPSG guidance note ...Even Rouault
2021-04-03reproject_bbox(): reduce number of magic valuesEven Rouault
2021-04-02Merge pull request #2635 from rouault/epsg_10_018Even Rouault
2021-04-02Database: update to EPSG v10.018Even Rouault
2021-04-02Doc: geod.rst: reduce doubled information (#2631)積丹尼 Dan Jacobson
2021-04-01Merge pull request #2627 from rouault/improve_grid_transformation_checkEven Rouault
2021-04-01Database: stronger checks on extent of grid_transformation regarding the exte...Even Rouault
2021-04-01Database: add extra check for 'Vertical Offset by Grid Interpolation' transfo...Even Rouault
2021-04-01Database: refine checks for 'Geog3D to Geog2D+XXX' transformations, and creat...Even Rouault
2021-04-01Merge pull request #2625 from rouault/epsg_10_017Even Rouault
2021-04-01Database: update to EPSG 10.017Even Rouault
2021-03-29Merge pull request #2622 from rouault/fix_sped2etv2_supersessionEven Rouault
2021-03-28createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-28Merge pull request #2620 from rouault/fix_build_solarisEven Rouault
2021-03-28GitHub Action to build both the 'proj' and 'proj-docs' container (#2618)Howard Butler
2021-03-28Fix build on Solaris 11.4Even Rouault
2021-03-28Merge pull request #2613 from rouault/doc_fix_app_typoEven Rouault
2021-03-27Doc: fix typo in man page of utilities, and reduce copy&pasteEven Rouault
2021-03-27Dockerfile osgeo/proj-docs: update to doxygen 1.9.1 (fixes OSGeo/gdal#3619)Even Rouault