Skip to content

Commit bad8b97

Browse files
committed
correct readme
1 parent 2f321e0 commit bad8b97

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
@@ -76,18 +76,18 @@ import pyosp
7676
baseline = pyosp.datasets.get_path("homo_baseline.shp") # the path to baseline shapefile
7777
raster = pyosp.datasets.get_path("homo_mount.tif") # the path to raster file
7878

79-
orig = pyosp.orig_curv(line, raster, width=100,
79+
orig = pyosp.Orig_curv(line, raster, width=100,
8080
line_stepsize=3, cross_stepsize=none)
8181

82-
elev = pyosp.elev_curv(line, raster, width=100,
82+
elev = pyosp.Elev_curv(line, raster, width=100,
8383
min_elev=0.01,
8484
line_stepsize=3, cross_stepsize=none)
8585

86-
slope = pyosp.slope_curv(line, raster, width=100,
86+
slope = pyosp.Slope_curv(line, raster, width=100,
8787
min_slope=1,
8888
line_stepsize=3, cross_stepsize=none)
8989

90-
tpi = pyosp.tpi_curv(line, raster, width=100,
90+
tpi = pyosp.Tpi_curv(line, raster, width=100,
9191
tpi_radius=50, min_tpi=0,
9292
line_stepsize=3, cross_stepsize=none)
9393
```

0 commit comments

Comments
 (0)