xdem.DEM.set_vcrs#
- DEM.set_vcrs(new_vcrs)[source]#
Set the vertical coordinate reference system of the DEM.
- Parameters:
new_vcrs (
Literal['Ellipsoid'] |Literal['EGM08'] |Literal['EGM96'] |str|Path|VerticalCRS|int) – Vertical coordinate reference system either as a name (“Ellipsoid”, “EGM08”, “EGM96”), an EPSG code or pyproj.crs.VerticalCRS, or a path to a PROJ grid file (OSGeo/PROJ-data).- Return type: