| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-26 | Build: simplify proj.db generation (#2605) | Even Rouault | |
| - change foreign key check, so that it is enabled outside of the transaction where we insert things, and can make the sqlite3 process fail in case of violations, without the postcheck done in the autoconf build - autoconf and cmake builds: simplification related to the above (which also means that cmake builds now have the fkey check, which was omitted until now) | |||
| 2021-03-25 | Database: add grid alternatives and transformation custom for ↵ | Javier Jimenez Shaw | |
| ch_swisstopo_chgeo2004_ETRS89_LHN95 and ch_swisstopo_chgeo2004_ETRS89_LN02 (#2584) | |||
| 2021-03-23 | Incorrect EPGS extent code for EPSG:7789>EPSG:4976 transformation | Sveinung Himle | |
| 2021-03-19 | Database: relax trigger check when inserting a conversion to accept any ↵ | Even Rouault | |
| conversion method in the PROJ namespace Helps for example to use CRS definitions using the non-EPSG codified Sinusoidal method. | |||
| 2021-03-15 | Add C/C++ API to get SQL statements to insert a CRS into database | Even Rouault | |
| 2021-03-11 | Database: fix NKG transformations | Even Rouault | |
| 2021-03-11 | Database: Additions to the norwegian NKG2020 transformation (#2548) | Sveinung Himle | |
| * Correction grid NKG:ETRF14 to EPSG:7922 * Added NKG:ITRF_TO_NO GIE test * Correction grid no_kv_NKGETRF14_EPSG7922_2000 added to grid_alternatives.sql * proj_method 'velocity_grid' added in check_grid_alternatives_proj_method. NKG velocity grid added to grid_alternatives.sql Co-authored-by: Even Rouault <even.rouault@spatialys.com> | |||
| 2021-03-10 | Database: add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based ↵ | Sveinung Himle | |
| transformation (#2554) | |||
| 2021-02-19 | Update to EPSG v10.015 | Nyall Dawson | |
| 2021-02-11 | Database: update to EPSG v10.014 | Even Rouault | |
| 2021-02-10 | Update ESRI projection db to 12.7 (10.8.1/2.6) | Nyall Dawson | |
| 2021-02-09 | Database: update to EPSG v10.013 | Even Rouault | |
| 2021-02-09 | Database: update to EPSG v10.012 | Nyall Dawson | |
| 2021-02-08 | Merge pull request #2513 from jjimenezshaw/ahd-tasmania | Even Rouault | |
| Better grid_alternatives entries to include 'GDA94 to AHD (Tasmania) height' using 'au_ga_AUSGeoid98.tif' | |||
| 2021-02-03 | change grid_alternatives entries to include 'GDA94 to AHD (Tasmania) height' | Javier Jimenez Shaw | |
| 2021-01-15 | Database: update to EPSG v10.011 | Modern Slave | |
| 2021-01-06 | Database: add Norwegian height transformations grids to grid_alternatives ↵ | Sveinung Himle | |
| table (#2359) | |||
| 2020-12-21 | Implementing the NKG transformations in proj.db | Kristian Evers | |
| This adds the NKG 2008 and 2020 transformations to proj.db. The NKG transformations offers transformations between global reference frames and the national realisations of ETRS89 in Denmark, Estonia, Finland, Latvia, Lithuania, Norway and Sweden. The 2008 transformations are already implemented in the NKG 2008 file but will now be more accessible with the modern API. The 2020 transformations are new to PROJ and offers and updated version of the 2008 transformations using a new and improved deformation model (eu_nkg_nkgrf17vel.tif). A 2020 version of the NKG transformations are currently not available for Norway but will in all likelyhood be included at a later point in time. | |||
| 2020-12-18 | Database: register AGQG_20191107.gsb grid. Related to ↵ | Even Rouault | |
| https://github.com/OSGeo/PROJ-data/pull/53 | |||
| 2020-12-16 | Database: update to EPSG v10.008 | Even Rouault | |
| 2020-12-04 | Database: fix building proj.db with SQLite built with -DSQLITE_DQS=0 | Even Rouault | |
| That is the option to make SQLite reject misuses of double quotes instead of single quotes. Most SQLite builds are forgiving, but some forks proposing a CMake build system default to SQLITE_DQS=0 | |||
| 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-22 | Database ESRI: map 2 grids in grid_alternatives | Even Rouault | |
| 2020-11-18 | Database: update to EPSG v10.007 | Even Rouault | |
| 2020-10-28 | Update GSIGEO2011 grid alternative to latest PROJ-data | Juan Hernando | |
| 2020-10-24 | Database: move NZGD2000 deformation model from customizations.sql to new ↵ | Even Rouault | |
| other_tranformation_custom.sql | |||
| 2020-10-24 | Added transformation from JDG2011 geog 3D to JGD2011 height using GSIGEO2011 | Juan Hernando | |
| 2020-10-24 | Sort grid_alternatives.sql by agency alphabetically | Juan Hernando | |
| 2020-10-23 | Database: add Finland tinshift operations | Even Rouault | |
| 2020-10-23 | Database: add interpolation_crs_auth_name and interpolation_crs_code columns ↵ | Even Rouault | |
| to other_transformation table | |||
| 2020-10-23 | Database: for clarity, put usage records after the object they are for | Even Rouault | |
| 2020-10-23 | Database: import ESRI VERTCS that uses a (geodetic) datum to express ↵ | Even Rouault | |
| ellipsoidal height | |||
| 2020-10-11 | Database: add a frame_reference_epoch column in vertical_datum to be able to ↵ | Even Rouault | |
| handle dynamic vertical datums, and instanciate them properly from database | |||
| 2020-10-08 | Database: add aliases for 'old' names of WGS84 and ETRS89 datums, and remove ↵ | Even Rouault | |
| one hack | |||
| 2020-10-08 | Database: avoid importing duplicated alias names | Even Rouault | |
| 2020-10-08 | Database: import datum ensemble accuracy and members (but do not use them) | Even Rouault | |
| 2020-10-06 | Database: add a reference_frame_epoch column to the geodetic_datum for ↵ | Even Rouault | |
| dynamic datums, but not yet used | |||
| 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-10 | Merge pull request #2351 from rouault/update_to_epsg_9_9 | Even Rouault | |
| Database: update to EPSG 9.9 | |||
| 2020-09-09 | Database: update to EPSG 9.9 | Even Rouault | |
| 2020-09-08 | Database: add OGC:CRS27 and OGC:CRS83 CRS entries for NAD27 and NAD83 in ↵ | Even Rouault | |
| longitude, latitude order | |||
| 2020-08-05 | add Canary Islands geoid file in grid_alternatives.sql | Javier Jimenez Shaw | |
| 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-07-01 | Database: register Brazil' grids (refs ↵ | Even Rouault | |
| https://github.com/OSGeo/PROJ-data/pull/39) (#2277) | |||
| 2020-06-19 | Merge pull request #2267 from rouault/update_to_epsg_9_8_12 | Even Rouault | |
| Database: update to EPSG v9.8.12 | |||
| 2020-06-19 | Database: update to EPSG v9.8.12 | Even Rouault | |
| 2020-06-18 | Merge pull request #2250 from and-marsh/pr-add-main-uk-geoid | Even Rouault | |
| Database: register geoid file for UK added in OSGeo/PROJ-data#25 | |||
| 2020-06-16 | Merge pull request #2248 from rouault/database_nzgd2000_defmodel | Even Rouault | |
| Database: register NZGD2000 -> ITRF96 transformation for NZGD2000 database | |||
| 2020-06-12 | add transformation for es_ign_egm08-rednap.tif | Javier Jimenez Shaw | |
| 2020-06-11 | Database: register Spanish SPED2ETV2 grid for ED50->ETRS89 | Even Rouault | |
| Refs https://github.com/OSGeo/PROJ-data/pull/31 | |||
