For a given GRASS project with a regular horizontal CRS, e.g. EPSG:25833 (ETRS89 / UTM zone 33N), import of data with a compound CRS consisting of the same horizontal CRS and an additional vertical CRS, e.g. ETRS89 / UTM zone 33N + ETRS89 / UTM zone 33N, EPSG:25833 + EPSG:7837, fails with
Coordinate reference system of dataset does not appear to match current
project.
Is this a desired behaviour?
A vertical CRS could be stripped from the compound CRS with GDAL fns OSRIsCompound() + OSRStripVertical() if the GRASS project has only a horizontal CRS and external data have a compound CRS consisting of a horizontal and a vertical CRS. Would this be an acceptable solution?
For a given GRASS project with a regular horizontal CRS, e.g. EPSG:25833 (ETRS89 / UTM zone 33N), import of data with a compound CRS consisting of the same horizontal CRS and an additional vertical CRS, e.g. ETRS89 / UTM zone 33N + ETRS89 / UTM zone 33N, EPSG:25833 + EPSG:7837, fails with
Is this a desired behaviour?
A vertical CRS could be stripped from the compound CRS with GDAL fns
OSRIsCompound()+OSRStripVertical()if the GRASS project has only a horizontal CRS and external data have a compound CRS consisting of a horizontal and a vertical CRS. Would this be an acceptable solution?