Skip to content

Commit 18ae5f3

Browse files
authored
Update README.md
1 parent ec29efb commit 18ae5f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ import pyosp
7878
baseline = pyosp.datasets.get_path("homo_baseline.shp") # the path to baseline shapefile
7979
raster = pyosp.datasets.get_path("homo_mount.tif") # the path to raster file
8080

81-
orig = pyosp.Orig_curv(line, raster, width=100,
81+
orig = pyosp.Orig_curv(baseline, raster, width=100,
8282
line_stepsize=3, cross_stepsize=None)
8383

84-
elev = pyosp.Elev_curv(line, raster, width=100,
84+
elev = pyosp.Elev_curv(baseline, raster, width=100,
8585
min_elev=0.01,
8686
line_stepsize=3, cross_stepsize=None)
8787

88-
slope = pyosp.Slope_curv(line, raster, width=100,
88+
slope = pyosp.Slope_curv(baseline, raster, width=100,
8989
min_slope=1,
9090
line_stepsize=3, cross_stepsize=None)
9191

92-
tpi = pyosp.Tpi_curv(line, raster, width=100,
92+
tpi = pyosp.Tpi_curv(baseline, raster, width=100,
9393
tpi_radius=50, min_tpi=0,
9494
line_stepsize=3, cross_stepsize=None)
9595
```

0 commit comments

Comments
 (0)