| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-30 | Merge pull request #2344 from rouault/tinshift | Even Rouault | |
| Add a +proj=tinshift for triangulation-based transformations | |||
| 2020-09-30 | Add a +proj=tinshift for triangulation-based transformations | Even Rouault | |
| Implements RFC-6 | |||
| 2020-09-17 | projjson.schema.json: indicate v0.2.1 (refs #2354) | Even Rouault | |
| 2020-09-17 | projjson.schema.json: update to reflect that prime_meridian.longitude can ↵ | Even Rouault | |
| just be a number, in which case the unit is implicitly degrees (fixes #2354) | |||
| 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 | |||
| 2020-06-06 | Database: make sure we can deal with 'Geog3D to Geog2D+GravityRelatedHeight' ↵ | Even Rouault | |
| records as we do with the more common 'Geographic3D to GravityRelatedHeight' | |||
| 2020-06-06 | Database: register sk_gku_Slovakia_ETRS89h_to_Baltic1957.tif and ↵ | Even Rouault | |
| sk_gku_Slovakia_ETRS89h_to_EVRF2007.tif geoids Related to https://github.com/OSGeo/PROJ-data/pull/29 | |||
| 2020-06-03 | customizations.sql: add entry for OSGM15 geoid_model | Andrei Marshalov | |
| 2020-06-02 | Database: register geoid file for UK added in OSGeo/PROJ-data#25 | Andrei Marshalov | |
| 2020-05-30 | Database: add concatenated operations for NZGD2000 -> ITRF97/2000/2005/2008/2014 | Even Rouault | |
| 2020-05-30 | Database: register NZGD2000 -> ITRF96 transformation for NZGD2000 database | Even Rouault | |
| Related to https://github.com/OSGeo/PROJ-data/pull/22 An entry is added in the ``other_transformation`` table, using a raw PROJ string. Later, once the deformation model has been registered in EPSG, we'll have to add code to map the EPSG transformation method and parameters to +proj=defmodel In the meantime, this works pretty well: ``` $ src/projinfo -s EPSG:4959 -t EPSG:7907 Candidate operations found: 1 ------------------------------------- Operation No. 1: PROJ:NZGD2000-20180701, NZGD2000 to ITRF96 deformation model, unknown accuracy, New Zealand PROJ string: +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=axisswap +order=2,1 +step +proj=defmodel +model=nz_linz_nzgd2000-20180701.json +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=rad +xy_out=deg WKT2:2019 string: COORDINATEOPERATION["NZGD2000 to ITRF96 deformation model", VERSION["20180701"], SOURCECRS[ GEOGCRS["NZGD2000", DATUM["New Zealand Geodetic Datum 2000", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,3], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], AXIS["ellipsoidal height (h)",up, ORDER[3], LENGTHUNIT["metre",1]], ID["EPSG",4959]]], TARGETCRS[ GEOGCRS["ITRF96", DATUM["International Terrestrial Reference Frame 1996", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,3], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], AXIS["ellipsoidal height (h)",up, ORDER[3], LENGTHUNIT["metre",1]], ID["EPSG",7907]]], METHOD["PROJ-based operation method: +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=axisswap +order=2,1 +step +proj=defmodel +model=nz_linz_nzgd2000-20180701.json +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=rad +xy_out=deg"], USAGE[ SCOPE["unknown"], AREA["New Zealand"], BBOX[-55.95,160.6,-25.88,-171.2]], ID["PROJ","NZGD2000-20180701"], REMARK["New Zealand Deformation Model. Defines the secular model (National Deformation Model) and patches for significant deformation events since 2000"]] ``` ``` $ echo "-41 173 0 2016.5" | PROJ_NETWORK=ON src/cct -d 8 +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=axisswap +order=2,1 +step +proj=defmodel +model=nz_linz_nzgd2000-20180701.json +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=rad +xy_out=deg -40.99999402 172.99999938 0.00130333 2016.5000 ``` ``` $ echo "-41 173 0 2016.5" | PROJ_NETWORK=ON src/cs2cs -f "%.8f" EPSG:4959 EPSG:7907 -40.99999402 172.99999938 0.00130333 2016.5 ``` | |||
| 2020-05-25 | Database: add entry for Ranc08_Circe.mnt grid (New Caledonia) | Even Rouault | |
| This geoid was added in EPSG 9.8.11 and has been added in PROJ-data per https://github.com/OSGeo/PROJ-data/pull/21 | |||
| 2020-05-24 | Database: import scope and remarks for conversion (fixes #2237) | Even Rouault | |
| 2020-05-24 | Database: update ESRI content to ArcMap 10.8.1 | Even Rouault | |
| 2020-05-24 | Database: update to EPSG v9.8.11 | Even Rouault | |
| 2020-05-24 | Database: add a same_source_target_crs column to supersession table | Even Rouault | |
| This is in preparation for EPSG 9.8.11 import that supersedes a number of grid transformation for US transformations, but the superseded and replacement transformations don't operate on the same (source_crs, target_crs), which is a bit weird. So in that situation, ignores the supersession. | |||
| 2020-05-17 | Merge pull request #2206 from rouault/deformation_model_for_merge | Even Rouault | |
| Add a +proj=defmodel transformation for multi-component time-based deformation models | |||
| 2020-05-16 | Add a +proj=defmodel transformation for multi-component time-based ↵ | Even Rouault | |
| deformation models Fixes #1001 Co-authored-by: Chris Crook <ccrook@linz.govt.nz> | |||
| 2020-05-15 | Database: add index on alias_name(code) | Even Rouault | |
| 2020-05-14 | Database: add a 'WGS84' alias for the EPSG:4326 CRS (fixes #2216) | Even Rouault | |
| 2020-05-04 | grids: add support for projected grids for GenericShiftGridSet | Even Rouault | |
| 2020-04-26 | Database: map more ESRI grid names | Even Rouault | |
| 2020-04-15 | tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameter | Even Rouault | |
| The default remains +alg=poder_engsager. This default value can be changed in proj.ini +algo=auto will use Evenden Synder implementation if the error in doing so remains below 0.1 mm on Earth-sized ellipsoid | |||
| 2020-04-07 | Database: update to EPSG v9.8.9 | Even Rouault | |
| 2020-03-30 | Database: fix registration of custom entries of ↵ | Even Rouault | |
| grid_transformation_custom.sql for geoid grids (fixes #2112) | |||
| 2020-03-27 | Add entries in grid_alternatives for Portugal grids coming from ESRI entries ↵ | Pedro Venancio | |
| (#2102) Fixes #2096 | |||
| 2020-03-26 | Use jtsk03-jtsk horizontal grid from CDN | Martin Dobias | |
| 2020-03-12 | Add proj_get_units_from_database() (fixes #2004) | Even Rouault | |
| 2020-03-12 | Database: register grids for New Caledonia added per ↵ | Even Rouault | |
| https://github.com/OSGeo/PROJ-data/pull/16 | |||
| 2020-03-10 | data/Makefile.am: remove bashism | Even Rouault | |
| 2020-03-06 | proj.ini: typo fix in comment [ci skip] | Even Rouault | |
| 2020-02-27 | Make tests independent of proj-datumgrid | Even Rouault | |
| Fixes #1984 - Copy BETA2007.gsb, MD, alaska, conus, ntf_r93.gsb, ntv1_can.dat grids from proj-datumgrid to data/tests. - Replace a couple uses of nzgd2kgrid0005.gsb in tests by ntf_r93.gsb - Add downsampled/subsetted versions of egm96_15.gtx as tests/egm96_15_downsampled.gtx and ntv2_0.gsb as tests/ntv2_0_downsampled.gsb This results in a few changes in expected results - Simpify travis/install.sh due to less configurations to test This results in a hopefully acceptable increase of the proj-X.Y.Z.tar.gz from 2.9 to 5.3 MB | |||
| 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 | |||
