Skip to content

Commit 774c9b5

Browse files
committed
fixing readme file
1 parent efc6ab6 commit 774c9b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ optional arguments:
1818
--repeats [integer] The number of times to shuffle the grid and resample
1919
the distribution (number of iterations for the
2020
simulation)
21-
--sampdist [map name]
22-
The artifact distribution to be sampled (a kernel
21+
--sampdist [map name] The artifact distribution to be sampled (a kernel
2322
density map)
2423

24+
## GRASS Location CRS
25+
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.
2526

2627
## Input artifact density map
2728
The module requires an existing raster map of artifact densities (or presence/absence). This map must be in the GRASS mapset of the current GRASS session. A random artifact scatter can be created with the GRASS module _r.random_. More complex artifact distributions can be created with a combination of *v.random* > *v.buffer* > *v.to.rast* > *r.random* (or *v.random* > *r.kernel.density*). It is important that the final distribution map not contain any nulls (i.e., any areas without artifacts should contain value 0, not NULL). If necessary, replace nulls with zeros using *r.nulls*.

0 commit comments

Comments
 (0)