slice retains tags, lookup function
This commit is contained in:
parent
7d24fb338a
commit
f2931af8dd
4 changed files with 89 additions and 6 deletions
10
import.py
10
import.py
|
|
@ -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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue