-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
33 lines (33 loc) · 1.61 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: spData
Title: Datasets for Spatial Analysis
Version: 2.3.4
Authors@R: c(person("Roger", "Bivand", role = "aut", email="[email protected]", comment = c(ORCID = "0000-0003-2392-6140")),
person("Jakub", "Nowosad", role = c("aut", "cre"), email="[email protected]", comment = c(ORCID = "0000-0002-1057-3721")),
person("Robin", "Lovelace", role = "aut", comment = c(ORCID = "0000-0001-5679-6536")),
person("Angelos", "Mimis", role = "ctb"),
person("Mark", "Monmonier", role = "ctb", comment = "author of the state.vbm dataset"),
person("Greg", "Snow", role = "ctb", comment = "author of the state.vbm dataset")
)
Description: Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis.
It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep').
Unlike other spatial data packages such as 'rnaturalearth' and 'maps',
it also contains data stored in a range of file formats including GeoJSON and GeoPackage, but from version 2.3.4, no longer ESRI Shapefile - use GeoPackage instead.
Some of the datasets are designed to illustrate specific analysis techniques.
cycle_hire() and cycle_hire_osm(), for example, is designed to illustrate point pattern analysis techniques.
Depends:
R (>= 3.3.0)
Imports:
sp
Suggests:
foreign,
sf (>= 0.9-1),
spDataLarge (>= 0.4.0),
spdep,
spatialreg
License: CC0
RoxygenNote: 7.3.2
LazyData: true
URL: https://jakubnowosad.com/spData/
BugReports: https://github.com/Nowosad/spData/issues
Additional_repositories: https://jakubnowosad.com/drat
Encoding: UTF-8