| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-07 | Map peirce_q to pseudo WKT2 and ESRI WKT | Even Rouault | |
| 2022-01-04 | Handle EPSG:1111 'Transverse Mercator (3D)' method (used in EPSG:10.044 by ↵ | Even Rouault | |
| Projected 3D CRS EPSG:9895 'Luxembourg TM (3D)' | |||
| 2021-09-08 | createOperations(): use an explicit conversion operation for geodetic <--> ↵ | Even Rouault | |
| geocentric latitude | |||
| 2021-09-02 | Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ↵ | Even Rouault | |
| netCDF datasets using a pole rotation method | |||
| 2021-07-13 | Add S2 projection (#2749) | marcus-elia | |
| 2021-04-23 | Database: update to EPSG v10.019 | Even Rouault | |
| Non-trivial updates: - some vertical CRS are now encoded as DerivedVerticalCRS. e.g EPSG:8228 "NAVD88 height (ft)", with base EPSG:5703 "NAVD88 height". As we don't have support in our PROJ db model for DerivedVerticalCRS, modify the import script to 'resolve' the derivation up to the original datum. - Method EPSG:1069 'Change of Vertical Unit' is no longer used. It is replaced by a generic-purpose EPSG:1104 method that doesn't take any conversion factor. And generic conversions EPSG:7812 and EPSG:7813 are now used in concatenated operations, which require code changes as well. | |||
| 2021-04-03 | Add mapping between EPSG method 'Hyperbolic Cassini-Soldner' and +proj=cass ↵ | Even Rouault | |
| +hyperbolic | |||
| 2021-04-01 | Database: update to EPSG 10.017 | Even Rouault | |
| 2020-11-23 | Add +proj=topocentric geocentric->topocentric conversion (fixes #500) | Even Rouault | |
| 2020-10-25 | Add +proj=col_urban projection, implementing a EPSG projection method used ↵ | Even Rouault | |
| by a number of projected CRS in Colombia (fixes #589) | |||
| 2020-09-26 | Implement ellipsoidal formulation of +proj=ortho (fixes #397) | Even Rouault | |
| - Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0 - Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)' which maps to +proj=ortho +f=0 to froce spherical evaluation | |||
| 2020-06-24 | ESRI WKT: correctly map 'Goode Homolosine' from ESRI:54052 (resp. 54053) to ↵ | Even Rouault | |
| 'Interrupted Googe Homolosine' (resp. 'Interrupted Googe Homolosine Ocean') | |||
| 2020-02-27 | Merge pull request #1989 from rouault/register_austrian_height_grids | Even Rouault | |
| Database: register 4 height Austrian grids from https://github.com/OSGeo/PROJ-data/pull/13 + handle 'Vertical Offset by Grid Interpolation (BEV AT)' method | |||
| 2020-02-26 | Database: register 4 height Austrian grids from ↵ | Even Rouault | |
| https://github.com/OSGeo/PROJ-data/pull/13 + handle 'Vertical Offset by Grid Interpolation (BEV AT)' method | |||
| 2020-02-26 | Support conversion of Flat_Polar_Quartic projection method | Nyall Dawson | |
| 2020-02-24 | Fix mapping of Vertical_Near_Side_Perspective (fixes #1965) | Nyall Dawson | |
| 2020-02-21 | Add support for creating coordinates operations using Compact Miller, | Nyall Dawson | |
| Times and Vertical Near Side Perspective projections | |||
| 2020-02-21 | Add support for creating coordinates operations using Natural Earth/Natural ↵ | Nyall Dawson | |
| Earth 2 projection | |||
| 2020-02-21 | Add support for creating coordinates operations using ESRI:53079 (patterson) CRS | Nyall Dawson | |
| 2020-01-29 | Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' ↵ | Even Rouault | |
| (gr3df97a.txt) and map them to new +proj=xyzgridshift | |||
| 2020-01-25 | Implement RFC 5 | Even Rouault | |
| 2020-01-22 | Database: update to EPSG v9.8.6 | Even Rouault | |
| Fixes #1867 | |||
| 2019-12-20 | Adding support for NZLVD vertical height transformation | Chris Crook | |
| 2019-11-22 | Add proj_create_derived_geographic_crs() and ↵ | Even Rouault | |
| proj_create_conversion_pole_rotation_grib_convention() to address GRIB datasets using a pole rotation method | |||
| 2019-10-30 | Rework importing of Vertical unit change from EPSG db, add support for ↵ | Even Rouault | |
| Height Depth Reversal and use it in createOperations() | |||
| 2019-10-02 | Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective method | Even Rouault | |
| Relates to https://github.com/OSGeo/gdal/issues/1856 | |||
| 2018-11-14 | Implement RFC 2: Initial integration of "GDAL SRS barn" work | Even Rouault | |
| This work mostly consists of: - a C++ implementation of the ISO-19111:2018 / OGC Topic 2 "Referencing by coordinates" classes to represent Datums, Coordinate systems, CRSs (Coordinate Reference Systems) and Coordinate Operations. - methods to convert between this C++ modeling and WKT1, WKT2 and PROJ string representations of those objects - management and query of a SQLite3 database of CRS and Coordinate Operation definition - a C API binding part of those capabilities This is all-in-one squashed commit of the work of https://github.com/OSGeo/proj.4/pull/1040 | |||
