Skip to content

How to deal with a vertical CRS in data to be imported? #7336

@metzm

Description

@metzm

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions