geost.base.Collection.set_vertical_datum#

Collection.set_vertical_datum(vertical_datum: str | int | CRS) None[source]#

Set the vertical datum of the collection’s surface levels without performing a transformation of the surface levels. This can be used if you know that the surface levels are already in the target vertical datum, but just want to update the vertical datum information of the collection.

Parameters:
  • vertical_datum (str | int | CRS) – Vertical datum represented by an instance of pyproj.crs.CRS or anything that can be interpreted by pyproj.crs.CRS.from_user_input().

  • Returns

  • None