Skip to content

Commit

Permalink
Update extract_buildings_example.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rvrkre authored Nov 7, 2023
1 parent 4d1c79f commit 8786525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extract_buildings_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ v.out.ogr input=buildings_alkis_difference output=/results/buildings_alkis_diffe
# Import trees for greenroof detection
# Already imported data will be skipped
m.import.rvr type=dachbegruenung \
area=${DATAFOLDER}/AOI/E_Bredeney_gmk_nrw.gpkg \
area=${DATAFOLDER}/AOI/AOI.gpkg \
building_outlines_file=/results/buildings.gpkg \
tree_file=${DATAFOLDER}/trees.gpkg \
dop_dir=${DATAFOLDER}/DOP/ \
Expand Down Expand Up @@ -99,4 +99,4 @@ v.out.ogr input=dachgruen output=/results/dachgruen.gpkg format=GPKG
r.out.gdal input=dop_ndvi_05 output=/results/ndvi_05.tif format=GTiff createopt="COMPRESS=DEFLATE"
r.out.gdal input=ndsm output=/results/ndsm_05.tif format=GTiff createopt="COMPRESS=DEFLATE"
r.out.gdal input=dsm_05 output=/results/dsm_05.tif format=GTiff createopt="COMPRESS=DEFLATE"
r.out.gdal input=dtm_05 output=/results/dtm_05.tif format=GTiff createopt="COMPRESS=DEFLATE"
r.out.gdal input=dtm_05 output=/results/dtm_05.tif format=GTiff createopt="COMPRESS=DEFLATE"

0 comments on commit 8786525

Please sign in to comment.