Skip to content

Commit 34c8fcd

Browse files
committed
removed references to grass in data inputs
1 parent ba1292b commit 34c8fcd

File tree

6 files changed

+15
-34
lines changed

6 files changed

+15
-34
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description: RHESSys Preprocessing is a set of functions that will produce the f
1111
License: MIT + file LICENSE
1212
Encoding: UTF-8
1313
LazyData: true
14-
RoxygenNote: 7.1.1
14+
RoxygenNote: 7.1.2
1515
Imports:
1616
raster,
1717
rgrass7,

R/RHESSysPreprocess.R

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@
55
#' @param template Template file used to generate worldfile for RHESSys. Generic strucutre is:
66
#' <state variable> <operator> <value/map>. Levels are difined by lines led by "_", structured
77
#' <levelname> <map> <count>. Whitespace and tabs are ignored. Maps referred to must be supplied
8-
#' by your chosen method of data input(GRASS or raster), set using the "type" arguement.
8+
#' by your chosen method of data input(raster), set using the "type" arguement.
99
#' @param name The base name (and potentially, path as well) to be used for your ouput files.
1010
#' This will create a world file called "<name>.world", and a flow table called "<name>.flow".
1111
#' @param type Input file type to be used. Default is raster. "Raster" type will use rasters
1212
#' in GeoTiff or equivalent format (see Raster package), with file names matching those indicated in the template.
13-
#' ASCII is supported, but 0's cannot be used as values for data. "GRASS" will attempt to autodetect the version of
14-
#' GRASS GIS being used (6.x or 7.x). GRASS GIS type can also be set explicitly to "GRASS6" or "GRASS7".
13+
#' ASCII is supported, but 0's cannot be used as values for data.
1514
#' @param typepars Parameters needed based on input data type used. If using raster type, typepars should be a string
1615
#' indicating the path to a folder containing the raster files that are referenced by the template.
17-
#' For GRASS GIS type, typepars is a vector of 5 character strings. GRASS GIS parameters: gisBase, home, gisDbase, location, mapset.
18-
#' Example parameters are included in an example script included in this package. See initGRASS help
19-
#' for more info on parameters.
2016
#' @param streams Streams map to be used in building the flowtable.
2117
#' @param overwrite Overwrite existing worldfile. FALSE is default and prompts a menu if worldfile already exists.
2218
#' @param roads Roads map, an optional input for flowtable creation.

man/CreateFlownet.Rd

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/GIS_read.Rd

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/RHESSysPreprocess.Rd

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/world_gen.Rd

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)