-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.31 KB
/
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
33
34
35
36
Package: quickmapr
Type: Package
Title: Quickly Map and Explore Spatial Data
Version: 0.4.0
Authors@R: c(person(given = "Jeffrey W.",family = "Hollister",
role = c("aut"), email = "hollister.jeff@epa.gov",
comment = c(ORCID = "0000-0002-9254-9740")),
person(given = "Jugal", family = "Patel", email = "jugalpatel1217@gmail.com",
role = c("aut","cre")))
URL: https://github.com/geogugal/quickmapr
BugReports: https://github.com/geogugal/quickmapr/issues
Maintainer: Jeffrey W. Hollister <hollister.jeff@epa.gov>
License: CC0
Description: While analyzing geospatial data, easy visualization is often
needed that allows for quick plotting, and simple, but easy interactivity.
Additionally, visualizing geospatial data in projected coordinates is also
desirable. The 'quickmapr' package provides a simple method to visualize
'sp', 'sf' (via coercion to 'sp'), and 'raster' objects, allows for basic
zooming, panning, identifying,labeling, selecting, and measuring spatial
objects. Importantly, it does not require that the data be in geographic
coordinates.
Depends:
R (>= 3.0.0)
Imports:
raster,
sp,
httr,
stats,
grDevices,
graphics,
methods,
sf
Suggests:
testthat,
knitr
RoxygenNote: 7.2.3