Skip to content

Commit

Permalink
added bounding box selection at atlas demo
Browse files Browse the repository at this point in the history
  • Loading branch information
themis1234 committed Sep 18, 2024
1 parent 3a31290 commit af8c966
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demos/atlas_demo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dtcc_atlas.atlas import download_roadnetwork, download_footprints, download_laz
from dtcc_atlas.atlas import download_roadnetwork, download_footprints, download_laz, get_bounding_box
from shapely import box

# NOTE: The server is still under the process of scraping all the data. Currently the server contains only a small portion of the whole dataset.
Expand All @@ -21,3 +21,5 @@

download_roadnetwork(bbox_gpkg)

# Commented for CI. Opens a map that the user can draw a bounding box. returns the coordinates of the bounding box
# print(get_bounding_box())

0 comments on commit af8c966

Please sign in to comment.