Expect latlngs in column A to match with geohashes in column B.
expect_column_pair_values_lat_lng_matches_geohash
This expectation level is BETA
Contributors:
Tags:
Metrics:
Description
Expect latlngs in column A to match with geohashes in column B.
The more digits a geohash has, the smaller and more precise of an area it represents. When converting a latlng to a geohash, we are only asserting that it falls somewhere within the other geohash we're comparing it with. To verify this, we only need to make sure that they share their left-most digits. For example, dpz8 contains dpz80 (in addition to any other geohash that begins with "dpz8".
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