Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 9 days ago
JSON representation

R package with large datasets for spatial analysis

Awesome Lists containing this project

README

        

# spDataLarge


[![GitHub action build
status](https://github.com/Nowosad/spDataLarge/workflows/pkgdown/badge.svg)](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")
```