Skip to content

Commit ea5b88e

Browse files
committed
fixing readme
1 parent fcc96ca commit ea5b88e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ For basic usage, copy script to current working directory, and from within a GRA
88

99
`test_pit_sim.py -h`
1010

11-
optional arguments:
12-
 
13-
  `-h, --help           Show this help message and exit
14-
  --iters [integer]     The number of steps in the additive sampling routine (per iteration)
15-
  --bounds [integer]   The size of the sampling universe (a square)
16-
   --padding [integer]   The number of additional units to pad the edges of thesampling universe (to allow for grid rotation, etc)
17-
  --sampres [integer]  The size of each sampling unit (also a square)
18-
  --sampint [integer]   The interval of the initial sampling units
19-
  --repeats [integer]   The number of times to shuffle the grid and resample the
20-
distribution (number of iterations for simulation)
21-
   --sampdist [map name] The artifact distribution to be sampled (a kernel density. map)`
11+
Optional arguments:
12+
13+
-h, --help Show this help message and exit
14+
--iters [integer] The number of steps in the additive sampling routine (per iteration)
15+
--bounds [integer] The size of the sampling universe (a square)
16+
--padding [integer] The number of additional units to pad the edges of thesampling universe (to allow for grid rotation, etc)
17+
--sampres [integer] The size of each sampling unit (also a square)
18+
--sampint [integer] The interval of the initial sampling units
19+
--repeats [integer] The number of times to shuffle the grid and resample the distribution (number of iterations for simulation)
20+
--sampdist [map name] The artifact distribution to be sampled (a kernel density map)
2221

2322
## GRASS Location CRS
2423
For best results, you should run this script in an "unprojected" XY GRASS location. It *should* also work in any projected CRS with linear measurements (e.g., UTM projections). Do not use an angular CRS like LatLong.

0 commit comments

Comments
 (0)