Expect values in a column to be lat lon pairs that represent a point on land or in an ocean.
expect_column_values_lat_lon_to_be_land_or_ocean
This expectation level is EXPERIMENTAL
Contributors:
Tags:
geospatial
hackathon-2022
Metrics:
column_values.nonnull.unexpected_count
column_values.lat_lon_land_or_ocean.unexpected_count
table.row_count
column_values.lat_lon_land_or_ocean.unexpected_values
Description
Expect values in a column to be lat lon pairs that represent a point on land or in an ocean.
Args:
column (str): The column name.
land_or_ocean (str): Either 'land' or 'ocean'. represents whether to check if each point is on land or in an ocean.
Want to make your own Expectation or an improvement to this one?
We've put together some great how to guides (including videos) on how to create your own expectations in a flash!
You can see those resources here: Contributor Resources