| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Refs https://github.com/OSGeo/proj-datumgrid/pull/88
|
|
packages
Due to potential future shift to GTiff format, we don't want users of PROJ 6.3
being pointed to grids they won't be able to use.
So point to
- proj-datumgrid-1.8: already existing, unlikely to change before 6.3
- proj-datumgrid-north-america-1.3: to be released
- proj-datumgrid-europe-1.5: to be released
- proj-datumgrid-oceania-1.1: to be released
- proj-datumgrid-world-1.0: already existing, unlikely to change before 6.3
|
|
https://github.com/OSGeo/proj-datumgrid/pull/73
|
|
https://github.com/OSGeo/proj-datumgrid/pull/72
|
|
Related to https://github.com/OSGeo/proj-datumgrid/pull/66
Tune operation search so that it can work with Geog2D <--> VertCS for commandline
niceness
|
|
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...
|
|
Co-Authored-By: Even Rouault <even.rouault@spatialys.com>
|
|
Co-Authored-By: Even Rouault <even.rouault@spatialys.com>
|
|
Updated the grid_alternatives.sql
|
|
Database: register Canadian provincial horizontal shift grids
|
|
Database: reference GDA94_GDA2020_conformal_christmas_island.gsb and …
|
|
|
|
GDA94_GDA2020_conformal_christmas_island.gsb
Related to https://github.com/OSGeo/proj-datumgrid/pull/62
|
|
proj-datumgrid
|
|
Counterpart of https://github.com/OSGeo/proj-datumgrid/pull/61
Fixes #202
|
|
03, 06, 09 and 18. Related to https://github.com/OSGeo/proj-datumgrid/pull/60 that add those grids in proj-datumgrid-north-america
|
|
'RGSPM06 to Danger 1950 height' grids
|
|
With limitation of https://github.com/OSGeo/PROJ/issues/1632 regarding
concatenated operations with more than 3 steps.
|
|
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)
|
|
https://github.com/OSGeo/proj-datumgrid/pull/53)
|
|
proj-datumgrid-europe package per https://github.com/OSGeo/proj-datumgrid/pull/50)
|
|
grids
|
|
|
|
|
|
|
|
|
|
|
|
|
|
substitution for VERTCON method
|
|
https://github.com/OSGeo/proj-datumgrid/pull/40
|
|
https://github.com/OSGeo/proj-datumgrid/pull/39
|
|
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
|