xdem.DEM.set_vcrs#
- DEM.set_vcrs(new_vcrs)[source]#
Set the vertical coordinate reference system of the DEM.
- Parameters
new_vcrs (
Union[Literal['Ellipsoid'],Literal['EGM08'],Literal['EGM96'],VerticalCRS,str,Path,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