geost.base.Collection.set_crs#

Collection.set_crs(crs: str | int | CRS, allow_override: bool = False) None[source]#

Set the coordinate reference system (CRS) for the collection’s header geometry column.

Parameters:

crs (str | int | CRS) – EPSG of the CRS to set. Takes anything that can be interpreted by pyproj.crs.CRS.from_user_input().

Returns:

Updates the CRS of the header geometry column in place.

Return type:

None