File: README.md

package info (click to toggle)
r-cran-spdata 2.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,920 kB
  • sloc: xml: 10; makefile: 2
file content (105 lines) | stat: -rw-r--r-- 3,581 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105

<!-- README.md is generated from README.Rmd. Please edit that file -->

# spData <img src="man/figures/logo.png" align="right" alt="" width="150" />

[![GitHub action build
status](https://github.com/Nowosad/spData/workflows/pkgdown/badge.svg)](https://github.com/Nowosad/spData/actions)
[![CRAN
version](https://www.r-pkg.org/badges/version/spData)](https://cran.r-project.org/package=spData)
[![CRAN RStudio mirror
downloads](https://cranlogs.r-pkg.org/badges/spData)](https://cran.r-project.org/package=spData)
[![CRAN RStudio total mirror
downloads](https://cranlogs.r-pkg.org/badges/grand-total/spData)](https://cran.r-project.org/package=spData)

Datasets for spatial analysis (from version 2.3.4, ESRI Shapefile
datasets have been dropped, use the provided GeoPackage files instead)

### **sf**

- `alaska` - Alaska multipolygon
- `aggregating_zones` - See `congruent`
- `congruent` - Sample of UK administrative zones that have shared
  borders with `aggregating_zones` (`incongruent` does not have shared
  borders) for teaching the concept of spatial congruence
- `cycle_hire` - Cycle hire points in London
- `cycle_hire_osm` - Cycle hire points in London from OSM
- `hawaii` - Hawaii multipolygon
- `incongruent` - See `congruent`
- `lnd` - The boroughs of London
- `nz` - The regions of New Zealand
- `nz_height` - High points in New Zealand
- `seine` - Small river network in France
- `urban_agglomerations` - Major urban areas worldwide
- `us_states` - US states polygons
- `world` - World country polygons

### **sp**

- `auckland` - Marshall’s infant mortality in Auckland dataset
- `elect80` - 1980 Presidential election results
- `house` - Lucas county OH housing
- `SplashDams` - Data for Splash Dams in western Oregon
- `state.vbm` - US State Visibility Based Map

### **spdep**

- `afcon` - Spatial patterns of conflict in Africa 1966-78
- `boston` - Boston Housing Data
- `columbus` - Columbus OH spatial analysis data set
- `eire` - Eire data sets
- `nc.sids` - North Carolina SIDS data
- `NY_data` - New York leukemia data
- `used.cars` - US 1960 used car prices

### **raster**

- `elev.tif` - Small raster dataset representing elevation values
- `grain.tif` - Small raster dataset representing grain size classes

### misc

- `baltimore` - House sales prices, Baltimore, MD 1978
- `coffee_data` - World coffee production statistics by country, 2016
  and 2017
- `getisord` - Getis-Ord remote sensing example data
- `hopkins` - Hopkins burnt savanna herb remains
- `huddersfield` - Prevalence of respiratory symptoms
- `jenks71` - Illinois 1959 county gross farm product value per acre
- `us_states_df` - Selected American Community Survey (ACS) data
- `wheat` - Mercer and Hall wheat yield data
- `worldbank_df` - Selected World Bank data
- `depmunic` and `properties` - Athens properties data set from **HSAR**

## Installation

Get the released version from CRAN:

``` r
install.packages("spData")
```

Get the development version from github:

``` r
devtools::install_github("nowosad/spData")
```

## spDataLarge

This package interacts with data available through the **spDataLarge**
package, which is available in a ‘drat’ repository. To access this data
package, run:

``` r
install.packages("spDataLarge", repos = "https://nowosad.github.io/drat/", type = "source")
```

The size of the **spDataLarge** package is approximately 20 MB. Learn
more about the **spDataLarge** package at
<https://github.com/Nowosad/spDataLarge>.

## Contributions

[Feel free to submit issues and enhancement
requests.](https://github.com/Nowosad/spData/issues)