slice retains tags, lookup function

This commit is contained in:
randogoth 2025-02-26 14:01:09 +00:00
parent 7d24fb338a
commit f2931af8dd
4 changed files with 89 additions and 6 deletions

View file

@ -86,7 +86,9 @@ def bbox_geohashes(bbox: Tuple[float, float, float, float]) -> List[str]:
return sorted(geohashes)
remove_points('compact.parquet', 'processed.parquet')
bbox = bbox('israel.pbf')
hashes = bbox_geohashes(bbox)
print(hashes)
# remove_points('compact.parquet', 'processed.parquet')
# bbox = bbox('israel.pbf')
# hashes = bbox_geohashes(bbox)
# print(hashes)
check_data("geohash/sv2c.parquet")