bedrock_ge.gi.schemas
pandera schemas for Bedrock GI data. Base schemas refer to schemas that have no calculated GIS geometry or values.
GeoSeries
Section titled “GeoSeries”Project
Section titled “Project”class Project(pa.DataFrameModel)
project_uid
Section titled “project_uid”crs_wkt
Section titled “crs_wkt”BaseLocation
Section titled “BaseLocation”class BaseLocation(pa.DataFrameModel)
location_uid
Section titled “location_uid”project_uid
Section titled “project_uid”location_source_id
Section titled “location_source_id”location_type
Section titled “location_type”easting
Section titled “easting”northing
Section titled “northing”ground_level_elevation
Section titled “ground_level_elevation”depth_to_base
Section titled “depth_to_base”Location
Section titled “Location”class Location(BaseLocation)
elevation_at_base
Section titled “elevation_at_base”longitude
Section titled “longitude”latitude
Section titled “latitude”wgs84_ground_level_height
Section titled “wgs84_ground_level_height”geometry
Section titled “geometry”BaseInSitu
Section titled “BaseInSitu”class BaseInSitu(pa.DataFrameModel)
project_uid
Section titled “project_uid”location_uid
Section titled “location_uid”depth_to_top
Section titled “depth_to_top”depth_to_base
Section titled “depth_to_base”BaseSample
Section titled “BaseSample”class BaseSample(BaseInSitu)
sample_uid
Section titled “sample_uid”sample_source_id
Section titled “sample_source_id”Sample
Section titled “Sample”class Sample(BaseSample)
elevation_at_top
Section titled “elevation_at_top”elevation_at_base
Section titled “elevation_at_base”geometry
Section titled “geometry”InSitu
Section titled “InSitu”class InSitu(BaseInSitu)
elevation_at_top
Section titled “elevation_at_top”elevation_at_base
Section titled “elevation_at_base”geometry
Section titled “geometry”BaseLab
Section titled “BaseLab”class BaseLab(pa.DataFrameModel)
project_uid
Section titled “project_uid”location_uid
Section titled “location_uid”sample_uid
Section titled “sample_uid”class Lab(BaseLab)