https://github.com/nowosad/spdatalarge
R package with large datasets for spatial analysis
https://github.com/nowosad/spdatalarge
r raster rstats sf spatial spatial-data
Last synced: 11 months ago
JSON representation
R package with large datasets for spatial analysis
- Host: GitHub
- URL: https://github.com/nowosad/spdatalarge
- Owner: Nowosad
- Created: 2017-01-24T18:10:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T14:06:20.000Z (over 1 year ago)
- Last Synced: 2025-03-20T00:09:12.389Z (11 months ago)
- Topics: r, raster, rstats, sf, spatial, spatial-data
- Language: R
- Homepage: https://jakubnowosad.com/spDataLarge
- Size: 63.2 MB
- Stars: 27
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spDataLarge
[](https://github.com/Nowosad/spDataLarge/actions)
Large datasets for spatial analysis.
The data from this package could be retrieved using the **spData** package.
## Installation
There are three possible options:
1. Installation of **spDataLarge** using its r-universe location:
```r
install.packages("spDataLarge", repos = "https://geocompr.r-universe.dev")
```
2. Installation of all of the required packages used in [the Geocomputation with R book](https://geocompr.github.io/) using:
```r
devtools::install_github("geocompr/geocompkg")
```
3. Installation of **spDataLarge** using its drat location:
```r
install.packages("spDataLarge", repos = "https://nowosad.github.io/drat/", type = "source")
```