From 13b4ae4061763181660b025b384a52a37725ddbe Mon Sep 17 00:00:00 2001 From: friedrichknuth Date: Tue, 14 Sep 2021 12:06:23 -0700 Subject: [PATCH] print link to available 3DEP laz --- hsfm/dataquery/dataquery.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hsfm/dataquery/dataquery.py b/hsfm/dataquery/dataquery.py index b8c6274..3de4688 100644 --- a/hsfm/dataquery/dataquery.py +++ b/hsfm/dataquery/dataquery.py @@ -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]") @@ -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)