-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 947 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
Package: spex
Type: Package
Title: Spatial Extent Tools
Version: 0.7.1.9001
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email =
"mdsumner@gmail.com")
Description: Functions to produce a fully fledged 'geo-spatial' object extent as a
'SpatialPolygonsDataFrame'. Also included are functions to generate polygons
from raster data using 'quadmesh' techniques, a round number buffered extent, and
general spatial-extent and 'raster-like' extent helpers missing from the originating
packages. Some latitude-based tools for polar maps are included.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.2.5)
Imports:
methods,
quadmesh,
raster,
reproj,
sp,
stats,
crsmeta
RoxygenNote: 7.1.1
URL: https://mdsumner.github.io/spex/
BugReports: https://github.com/mdsumner/spex/issues
Suggests:
covr,
testthat (>= 2.1.0)
ByteCompile: TRUE
Roxygen: list(markdown = TRUE)