Skip to content

crgeo contains geospatial data for Costa Rica

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ManuelSpinola/crgeo

Repository files navigation

crgeo: Geospatial data of Costa Rica

crgeo

The goal of crgeo is to provide geospatial data for Costa Rica

Installation

You can install the development version of crgeo from GitHub with:

# install.packages("devtools")
devtools::install_github("ManuelSpinola/crgeo")

Example

This is a basic example how to use the data in the package:

library(crgeo)
library(tidyverse)
library(sf)
library(stars)
ggplot(cr_outline) +
  geom_sf(fill = "dodgerblue4", color = "gray") +
  theme_minimal()

ggplot() +
  geom_stars(data = cr_elevation_c) +
  scale_fill_viridis_c(name = "Altura (m)", na.value = "transparent") +
  theme_minimal() +
  coord_equal()

About

crgeo contains geospatial data for Costa Rica

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages