PointHeader#
Constructor#
|
Methods#
Change the horizontal reference (i.e. coordinate reference system, crs) of the header to the given target crs. |
|
Change the vertical reference of the object's surface levels. |
|
|
Get a subset of a header through a string or iterable of object id(s). |
|
Find in which area (polygons) the point data locations fall. |
|
Select data from depth constraints. |
|
Select data from length constraints: e.g. all boreholes between 50 and 150 m long. |
|
Make a selection of the header based on line geometries. |
|
Make a selection of the header based on point geometries. |
|
Make a selection of the header based on a bounding box. |
|
Make a selection of the header based on polygon geometries. |
|
Write header to csv file as plain table (no geometries). |
|
Write header data to geopackage. |
|
Write header data to geoparquet. |
|
Write header to parquet file as plain table (no geometries). |
|
Write header data to shapefile. |
Attributes#
Underlying geopandas.GeodataFrame with header data. |
|
Coordinate reference system represented by an instance of pyproj.crs.CRS |
|
Vertical datum represented by an instance of pyproj.crs.CRS |