Expect values in this column to be valid geometry types (Polygon, LineString, etc.).
expect_column_values_to_be_valid_geometry
This expectation level is EXPERIMENTAL
Contributors:
Tags:
hackathon-22
geospatial
Metrics:
column_values.nonnull.unexpected_count
column_values.check_valid_geometry.unexpected_count
table.row_count
column_values.check_valid_geometry.unexpected_values
Description
Expect values in this column to be valid geometry types (Polygon, LineString, etc.).
See https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoSeries.is_valid.html for more information.
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