-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
35 lines (35 loc) · 1.39 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
Package: ptolemy
Maintainer: Josh M London <[email protected]>
License: CC0 | file LICENSE
Title: an R package for accessing global high-resolution geography
Type: Package
LazyData: true
Authors@R: "Josh M London <[email protected]> [aut, cre]"
Description: This package contains functions for creating basemap polygons
based on data from the Global Self-consistent, Hierarchical, High-resolution
Geography (GSHHG) database. Convenience functions are provided for regions
specific to the North Pacific. Special care has been taken to address issues
that sometimes arise when workin with data that crosses the 180 meridian.
A separate download of the GSHHG binary files from
https://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/latest/ is required and
should be installed via the included install_gshhg() function. Special
thanks to Paul Wessel (SOEST, University of Hawai'i, Honolulu, HI) and
Walter H. F. Smith (NOAA Geosciences Lab, National Ocean Service, Silver
Spring, MD) for there dedication and maintenance of the GSHHG. Please cite
their work if you use this package in a publication.
Version: 1.0.2
Date: 2018-10-25
URL: https://github.com/jmlondon/ptolemy
BugReports: https://github.com/jmlondon/ptolemy/issues
Encoding: UTF-8
Depends:
Imports:
sf,
sp,
PBSmapping,
maptools,
rmapshaper,
magrittr
Suggests:
ggplot2
RoxygenNote: 7.1.2