geost.accessors.data.DiscreteData.to_header#
- DiscreteData.to_header(horizontal_reference: str | int | CRS = 28992) GeoDataFrame[source]#
Generate a
PointHeaderfrom this instance of LayeredData.- Parameters:
horizontal_reference (str | int | CRS, optional) – EPSG of the target crs. Takes anything that can be interpreted by pyproj.crs.CRS.from_user_input(), by default 28992.
- Returns:
GeoDataFrame containing the header information which can be used with GeoST Header accessor methods.
- Return type:
gpd.GeoDataFrame