Skip to content

cageo contains geospatial data of Central America

License

Unknown, MIT licenses found

Licenses found

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

ManuelSpinola/cageo

Repository files navigation

cageo: Geospatial data of Central America

cageo

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

Installation

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

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

Example

This is a basic example which shows you how to use the package:

## basic example code
library(cageo)
library(tidyverse)
library(sf)
library(stars)

Datos vectoriales

ggplot(ca_outline) +
  geom_sf(fill = "dodgerblue4", color = "gray") +
  theme_minimal()

Datos raster

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

About

cageo contains geospatial data of Central America

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published