-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.58 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
Package: ggOceanMaps
Type: Package
Title: Plot Data on Oceanographic Maps using 'ggplot2'
Version: 2.2.1
Date: 2024-10-17
Authors@R: c(person("Mikko", "Vihtakari", email = "[email protected]",
role = c("aut", "cre"),
comment = c(affiliation = "Institute of Marine Research",
ORCID = "0000-0003-0371-4319")),
person("Roger", "Bivand", role = "ctb"),
person("Hadley", "Wickham", role = "ctb")
)
URL: https://mikkovihtakari.github.io/ggOceanMaps/
BugReports: https://github.com/MikkoVihtakari/ggOceanMaps/issues
Description: Allows plotting data on bathymetric maps using 'ggplot2'. Plotting
oceanographic spatial data is made as simple as feasible, but also flexible
for custom modifications. Data that contain geographic information from
anywhere around the globe can be plotted on maps generated by the basemap()
or qmap() functions using 'ggplot2' layers separated by the '+' operator. The
package uses spatial shape- ('sf') and raster ('stars') files, geospatial
packages for R to manipulate, and the 'ggplot2' package to plot these
files. The package ships with low-resolution spatial data files and
higher resolution files for detailed maps are stored in the
'ggOceanMapsLargeData' repository on GitHub and downloaded automatically
when needed.
Depends: R (>= 3.5.0), ggplot2
Imports: sf, stars, methods, utils, smoothr, units
Suggests: ggspatial, cowplot, knitr, rmarkdown, scales, ggnewscale
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
LazyDataCompression: xz