geost.accessors.data.LayeredData.to_header#

LayeredData.to_header(horizontal_reference: str | int | CRS = 28992) GeoDataFrame[source]#

Generate a PointHeader from 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