-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 890 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: rasterPrep
Type: Package
Title: Package to prepare raster datasets for analysis or viewing
Version: 0.2.0.9002
Author: Ethan Plunkett
Maintainer: Ethan Plunkett <eplunkett@eco.umass.edu>
Description: A package for preparing raster data for analysis and viewing.
This package has tools for creating a series of aligned tif files from raster
and vector data, and a separate set of tools for creating tif files optimized
for viewing with GIS software.
License: GPL-2
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
grDevices,
foreign,
terra,
sf (>= 1.0-16)
Suggests:
remotes,
knitr,
rmarkdown,
gdalUtilities,
testthat (>= 3.0.0),
withr
VignetteBuilder: knitr
URL: https://github.com/ethanplunkett/rasterPrep
BugReports: https://github.com/ethanplunkett/rasterPrep/issues
Config/testthat/edition: 3