| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-27 | Network: make CDN endpoint configurable either in proj.ini, ↵ | Even Rouault | |
| PROJ_NETWORK_ENDPOINT or proj_context_set_url_endpoint() | |||
| 2019-12-23 | Network: remove dedicated get_file_size() callback to use ↵ | Even Rouault | |
| get_header_value(), and test | |||
| 2019-12-23 | Add testing of network functionality | Even Rouault | |
| 2019-12-12 | grids.cpp: use 'parent_grid_name' as stated in RFC4 | Even Rouault | |
| 2019-12-11 | test/gie/geotiff_grids.gie: use of subset of gr3df97a.tif for systematic testing | Even Rouault | |
| 2019-12-10 | Add support for horizontal and vertical grids in GeoTIFF | Even Rouault | |
| 2019-12-03 | Database: register NTv2_SN.gsb added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/73 | |||
| 2019-12-03 | Database: register AT_GIS_GRID.gsb added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/72 | |||
| 2019-12-03 | Database: register AUSGeoid09 and AUSGeoid2020 | Even Rouault | |
| Related to https://github.com/OSGeo/proj-datumgrid/pull/66 Tune operation search so that it can work with Geog2D <--> VertCS for commandline niceness | |||
| 2019-12-03 | Merge pull request #1759 from rouault/BWTA2017 | Even Rouault | |
| Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg) | |||
| 2019-12-02 | Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg) | Even Rouault | |
| Relates to https://github.com/OSGeo/proj-datumgrid/pull/65 , https://github.com/OSGeo/proj-datumgrid/issues/22 As EPSG has no entry for it, we create a grid_transformation, as well as a dedicated area of use based on the extent of the grid, under the PROJ authority. With the hope to be able to remove it once EPSG has an entry... | |||
| 2019-12-01 | Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database | Even Rouault | |
| 2019-11-25 | Merge pull request #1739 from rouault/register_canadian_hshiftgrids | Even Rouault | |
| Database: register Canadian provincial horizontal shift grids | |||
| 2019-11-25 | Merge pull request #1740 from rouault/missing_australian_grids | Even Rouault | |
| Database: reference GDA94_GDA2020_conformal_christmas_island.gsb and … | |||
| 2019-11-23 | Database: add missing name mappings for a few French overseas vertical grids | Even Rouault | |
| 2019-11-23 | Database: reference GDA94_GDA2020_conformal_christmas_island.gsb and ↵ | Even Rouault | |
| GDA94_GDA2020_conformal_christmas_island.gsb Related to https://github.com/OSGeo/proj-datumgrid/pull/62 | |||
| 2019-11-23 | Database: add missing mapping for 3 GEOID2009 grids that we have now in ↵ | Even Rouault | |
| proj-datumgrid | |||
| 2019-11-23 | Database: register Canadian provincial horizontal shift grids | Even Rouault | |
| Counterpart of https://github.com/OSGeo/proj-datumgrid/pull/61 Fixes #202 | |||
| 2019-11-18 | Database: add a publication_date column to geodetic_datum and vertical_datum | Even Rouault | |
| Populated from realization_epoch column from EPSG The 'publication_date' naming is from OGC Topic 2, and hasn't been yet adopted by the EPSG dataset. See http://docs.opengeospatial.org/as/18-005r4/18-005r4.html , Annex G, clause 11 and https://32zn56499nov99m251h4e9t8-wpengine.netdna-ssl.com/wp-content/uploads/2019/09/EPSG-relational-data-model-changes_2019-09-18.pdf | |||
| 2019-11-18 | data/ITRF2014: replace errouneous minus Unicode character by its ASCII version | Even Rouault | |
| Affected parameters of Plate Motion Models. Spotted by Xavier Collilieux on https://lists.osgeo.org/pipermail/proj/2019-November/009011.html | |||
| 2019-11-17 | createOperations(): remove the concept of geodetic_datum_preferred_hub | Even Rouault | |
| This was introduced in 63857c92b271bbcd10df0a032304982011acb2a9. Due to the fix done in the previous commit, we can mostly revert the above commit. We just keep the added tests and the custom WGS 84<-->WGS 84 (Gxxxx) null transformations. | |||
| 2019-11-14 | projjson.schema.json: add a interpolation_crs key to geoid_model | Even Rouault | |
| 2019-11-12 | Database: update to EPSG v9.8.4 | Even Rouault | |
| 2019-11-02 | Database: add mapping between EPSG geoid and PROJ grid names for GEOID99, ↵ | Even Rouault | |
| 03, 06, 09 and 18. Related to https://github.com/OSGeo/proj-datumgrid/pull/60 that add those grids in proj-datumgrid-north-america | |||
| 2019-11-02 | Add a geoid_model name in database, use GEOIDMODEL for transformations, add ↵ | Even Rouault | |
| a proj_create_vertical_crs_ex() | |||
| 2019-11-02 | WKT and PROJJSON: add import/export of geoid model of VertCRS | Even Rouault | |
| 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-27 | Database: add an auxiliary concatenated_operation_step table to allow ↵ | Even Rouault | |
| arbitrary number of steps (fixes #1632) EPSG:9103 (NAD27 to ITRF2014 (1)) is now handled. Note:EPSG:9104 (NAD27 to ITRF2014 (2)) is not currently, since it uses for step EPSG:8861 (NAD83(HARN) to NAD83(FBN) (1)) an unsupported transformation method (NADCON5 (3D), EPSG:1075). | |||
| 2019-10-15 | grid_alternatives.sql: link EPSG grid names to PROJ ones for the the 2 ↵ | Even Rouault | |
| 'RGSPM06 to Danger 1950 height' grids | |||
| 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-09-12 | Coordinate transformation: improve transformations from/to WGS84 (Gxxxx) | Even Rouault | |
| Currently very few transformations from/to WGS84 (Gxxxx) are registered in the EPSG database, and there isn't even transformations between WGS84 EPSG:4326 and those ones. Consequently transformations to those realizations often ended up as no-operation, whereas going through WGS84 EPSG:4326 will bring more meaningful results. So register those EPSG:4326<-->WGS 84 (Gxxx) null transformations, and when having WGS 84 (Gxxx) as source/target, consider EPSG:4326 as an intermediate. This change has no effect on the existing direct transformations from/to WGS 84 (Gxxx). | |||
| 2019-09-01 | Update grid_alternatives.sql (#1571) | Pedro Venancio | |
| grid_alternatives.sql: Add DLX_ETRS89_geo.gsb and D73_ETRS89_geo.gsb grids in grid_alternatives (added in proj-datumgrid-europe package per https://github.com/OSGeo/proj-datumgrid/pull/54) | |||
| 2019-08-20 | Merge pull request #1547 from rouault/json_export | Even Rouault | |
| Add CRS JSON export (refs #1545) | |||
| 2019-08-17 | PROJJSON: rename file as projjson.schema.json, and add versionning to it and ↵ | Even Rouault | |
| to exported PROJJSON strings | |||
| 2019-08-12 | PROJJSON: add support for importing 'ids' | Even Rouault | |
| 2019-08-10 | PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, ↵ | Even Rouault | |
| ParametricCRS and TemporalCRS | |||
| 2019-08-10 | PROJJSON: add support for DatumEnsemble and ↵ | Even Rouault | |
| Dynamic[Geodetic|Vertical]ReferenceFrame | |||
| 2019-08-09 | PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, ↵ | Even Rouault | |
| Transformation and ConcatenatedOperation | |||
| 2019-08-09 | PROJJSON export: use more compact form | Even Rouault | |
| 2019-07-25 | Database: update to EPSG 9.7.0 | Even Rouault | |
| 2019-07-08 | Add data/crsjson.schema.json | Even Rouault | |
| 2019-06-30 | Database: import scope/remarks for coordinate operation and add C API | Even Rouault | |
| - Import scope and remarks for coordinate operations of the EPSG dataset. Database size goes from 5.2 MB to 5.55 MB - Add proj_get_scope() and proj_get_remarks() | |||
| 2019-06-25 | grid_alternatives.sql: add the two Swisstopo grids (refs ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/53) | |||
| 2019-06-06 | createFromUserInput(): support OGC URN to create projectedCRS, for example ↵ | Even Rouault | |
| to instanciate a projected 3D CRS | |||
| 2019-05-25 | Database: update to EPSG v9.6.3 | Even Rouault | |
| 2019-05-18 | customizations.sql: remove the removal of the deprecation entry of RAF09 by ↵ | Even Rouault | |
| RAF18 | |||
| 2019-05-08 | Database: update to EPSG 9.6.2 | Even Rouault | |
| 2019-05-08 | Database: add bd72lb72_etrs89lb08.gsb grid in grid_alternatives (added in ↵ | Even Rouault | |
| proj-datumgrid-europe package per https://github.com/OSGeo/proj-datumgrid/pull/50) | |||
| 2019-05-07 | Database: register URLs for naptrans2008.gtx and rdtrans2008.gsb (non-free) ↵ | Even Rouault | |
| grids | |||
