| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-13 | Database: update to EPSG v10.054 | Even Rouault | |
| 2022-01-26 | Database: update to EPSG 10.051 | Even Rouault | |
| 2022-01-21 | Database: update to EPSG 10.048 | Even Rouault | |
| Ultra minor update | |||
| 2022-01-08 | Database: update to EPSG 10.047 | Even Rouault | |
| 2022-01-04 | Database: update to EPSG 10.044 | Even Rouault | |
| 2021-12-06 | Database: update to EPSG v10.041 | Even Rouault | |
| 2021-11-25 | Update metadata.sql to PROJ-data version 1.9 | Alexander Nehrbass | |
| 2021-11-04 | Database: update to EPSG v10.039 | Even Rouault | |
| 2021-10-21 | Database: update to EPSG v10.038 | Even Rouault | |
| 2021-10-15 | Merge pull request #2889 from jjimenezshaw/mx_inegi_ggm10 | Even Rouault | |
| Add transformations for GGM10, Mexican geoid model | |||
| 2021-10-08 | update metadata.sql to PROJ_DATA version 1.8 | Javier Jimenez Shaw | |
| 2021-10-07 | Database: update to EPSG v10.037 | Even Rouault | |
| 2021-09-27 | Database: update to EPSG v10.036 | Even Rouault | |
| 2021-09-17 | Database: add a 'anchor' field to geodetic_datum and vertical_datum tables | Even Rouault | |
| Update database layout version number to 1.2 consequently This new capability will be used by IAU planetary CRS (refs #2601) | |||
| 2021-09-15 | Database: update to EPSG v10.035 | Even Rouault | |
| This seriously impacts French CRS users with the introduction of new datums, geodetic CRS and projected CRS based on "RGF 93 v2" and "RGF 93 v2b", and the previous single "RGF 93" being renamed as "RGF 93 v1". To be noted too, the addition of a null transformation between NAD83(2011) and WGS 84, which impacts a number of tests in the test suite. | |||
| 2021-08-28 | Database: update to EPSG v10.033 | Even Rouault | |
| 2021-07-08 | Database: update to EPSG v10.028 | Even Rouault | |
| 2021-06-19 | Database: update to EPSG v10.027 | Even Rouault | |
| 2021-06-10 | Database: update to EPSG v10.026 | Even Rouault | |
| 2021-05-27 | Database: update to EPSG v10.024 | Even Rouault | |
| 2021-05-17 | projsync: make it filter out files not intended for the current version | Even Rouault | |
| * Add a PROJ_DATA.VERSION in proj.db to indicate the target PROJ-data package version * Make projsync use that information and the version_added and version_removed properties added in https://github.com/OSGeo/PROJ-data/pull/67 to filter out files that are not relevant * Add --no-version-filtering and --verbose switches | |||
| 2021-05-16 | Database: update to EPSG v10.022 | Even Rouault | |
| 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-08 | Merge pull request #2647 from rouault/integer_or_text | Even Rouault | |
| Database: decrease db size | |||
| 2021-04-06 | Database: nullify auth_name, code of usage table | Even Rouault | |
| We never select by those columns, so don't set them. Reduce from 8.4 to 7.9 MB. Upgrade the minor version of the database layout. (that database can still be read by PROJ 8.0) | |||
| 2021-04-04 | Database: add a PROJ.VERSION metadata entry | Even Rouault | |
| 2021-04-02 | Database: update to EPSG v10.018 | Even Rouault | |
| Just fixes 4 wrong transformations of v10.017 | |||
| 2021-04-01 | Database: refine checks for 'Geog3D to Geog2D+XXX' transformations, and ↵ | Even Rouault | |
| create less synthetic 'Geographic3D to GravityRelatedHeight' synthetic transformations | |||
| 2021-04-01 | Database: update to EPSG 10.017 | Even Rouault | |
| 2021-02-19 | Update to EPSG v10.015 | Nyall Dawson | |
| 2021-02-11 | Database: update to EPSG v10.014 | Even Rouault | |
| 2021-02-09 | Database: update to EPSG v10.013 | Even Rouault | |
| 2021-02-09 | Database: update to EPSG v10.012 | Nyall Dawson | |
| 2021-01-15 | Database: update to EPSG v10.011 | Modern Slave | |
| 2020-12-16 | Database: update to EPSG v10.008 | Even Rouault | |
| 2020-11-30 | Database: add metadata with the version number of the database layout and ↵ | Even Rouault | |
| check it in the code This is aimed at detecting running a PROJ version against a proj.db that is not meant to work with it. This happens sometimes in complex setups mixing PROJ versions. Hopefully this will help spotting the issue earlier. | |||
| 2020-11-18 | Database: update to EPSG v10.007 | Even Rouault | |
| 2020-10-06 | Database: "minimal" update to EPSG v10.003 | Even Rouault | |
| Content mostly unchanged since v9.9 This update is "minimal" in that it mostly reflects the removal of the 'area' table, replaced now by 'extent', 'scope' and 'usage' Other new aspects of EPSG v10 are left aside. | |||
| 2020-09-09 | Database: update to EPSG 9.9 | Even Rouault | |
| 2020-08-02 | Database: update to EPSG v9.8.15 database | jmckenna | |
| Co-authored-by: jmckenna <jmckenna@gatewaygeomatics.com> Co-authored-by: Javier Jimenez Shaw <j1@jimenezshaw.com> Co-authored-by: Even Rouault <even.rouault@spatialys.com> | |||
| 2020-06-19 | Database: update to EPSG v9.8.12 | Even Rouault | |
| 2020-05-24 | Database: update to EPSG v9.8.11 | Even Rouault | |
| 2020-04-07 | Database: update to EPSG v9.8.9 | Even Rouault | |
| 2020-02-26 | Database: update to EPSG v9.8.7 | Even Rouault | |
| 2020-01-22 | Database: update to EPSG v9.8.6 | Even Rouault | |
| Fixes #1867 | |||
| 2019-11-12 | Database: update to EPSG v9.8.4 | Even Rouault | |
| 2019-10-15 | Database: update to EPSG v9.8.3 | Even Rouault | |
| Note: a hack has been added into customizations.sql to cancel deprecatation of USA geoid2012 grids by geoid2018 grids, as the later are not yet available in proj-datumgrid-northamerica (https://github.com/OSGeo/proj-datumgrid/issues/55) | |||
| 2019-09-23 | Database: update to EPSG 9.8.2 | Even Rouault | |
| With limitation of https://github.com/OSGeo/PROJ/issues/1632 regarding concatenated operations with more than 3 steps. | |||
| 2019-07-25 | Database: update to EPSG 9.7.0 | Even Rouault | |
| 2019-05-25 | Database: update to EPSG v9.6.3 | Even Rouault | |
