Skip to content

Commit

Permalink
print link to available 3DEP laz
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichknuth committed Sep 14, 2021
1 parent df98def commit 13b4ae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hsfm/dataquery/dataquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def process_3DEP_laz_to_DEM(
bounds = [east, south, west, north]
"""
print("You can view available data here: https://usgs.entwine.io")
print("Requested bounds:", bounds)
print("Should be in order of [east, south, west, north]")

Expand Down Expand Up @@ -317,7 +318,7 @@ def create_3DEP_pipeline(
epsg_code,
output_path="./",
pipeline_json_file="pipeline.json",
output_laz_file="output.laz",
output_laz_file="output#.laz",
# output_laz_file="output#.laz", # use this if using filters.splitter
):
pipeline_json_file = os.path.join(output_path, pipeline_json_file)
Expand Down

0 comments on commit 13b4ae4

Please sign in to comment.