https://github.com/predictiveecology/map
Defines a meta class of geographical objects, the 'map' class, which is a collection of map objects (sp, raster, sf), with a number of metadata additions to enable powerful methods, e.g., for leaflet, reproducible GIS, etc.
https://github.com/predictiveecology/map
r-package
Last synced: over 1 year ago
JSON representation
Defines a meta class of geographical objects, the 'map' class, which is a collection of map objects (sp, raster, sf), with a number of metadata additions to enable powerful methods, e.g., for leaflet, reproducible GIS, etc.
- Host: GitHub
- URL: https://github.com/predictiveecology/map
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2018-10-01T21:32:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T22:10:00.000Z (over 1 year ago)
- Last Synced: 2025-02-04T23:20:16.907Z (over 1 year ago)
- Topics: r-package
- Language: R
- Homepage:
- Size: 777 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# map
[](https://cran.r-project.org/package=map)
[](https://cran.r-project.org/package=map)
[](https://github.com/PredictiveEcology/map/actions)
Defines a meta class of geographical objects, the `map` class, which is a collection of map objects (`sp`, `raster`, `sf`), with a number of metadata additions to enable powerful methods, *e.g.*, for `leaflet`, reproducible GIS etc.
## Installation
### Current release
[](https://github.com/PredictiveEcology/map/actions)
[](https://app.codecov.io/gh/PredictiveEcology/map?branch=master)
**Install from CRAN:**
```r
#install.packages("map") ## not yet on CRAN
```
**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/map", dependencies = TRUE)
```
### Development version
[](https://github.com/PredictiveEcology/map/actions)
[](https://app.codecov.io/gh/PredictiveEcology/map?branch=development)
**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/map", ref = "development", dependencies = TRUE)
```