Skip to content

Commit 8193bca

Browse files
committed
fixed naming mismatch tdb, tifs
renamed tdb and tifs to use - rather than _ to be in line with the rest of the tutorial. fixed spelling error in tifs file
1 parent 004b506 commit 8193bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,10 @@ from silvimetric.resources.metrics.stats import sm_min, sm_max, mean
406406
# directory that will house the raster data.
407407
curpath = Path(os.path.dirname(os.path.realpath(__file__)))
408408
filename = "https://s3-us-west-2.amazonaws.com/usgs-lidar-public/MT_RavalliGraniteCusterPowder_4_2019/ept.json"
409-
db_dir_path = Path(curpath / "western_us.tdb")
409+
db_dir_path = Path(curpath / "western-us.tdb")
410410

411411
db_dir = db_dir_path.as_posix()
412-
out_dir = (curpath / "westsern_us_tifs").as_posix()
412+
out_dir = (curpath / "western-us-tifs").as_posix()
413413
resolution = 30 # 30 meter resolution
414414

415415
# we'll use PDAL python bindings to find the srs of our data, and the bounds

0 commit comments

Comments
 (0)