Skip to content

An R package streamlining access to global spatial vector data from Overture using duckdb

License

Notifications You must be signed in to change notification settings

boettiger-lab/overture

Repository files navigation

overture

R-CMD-check

Easily access spatial vector data from Overture Maps with duckdb.

Installation

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

# install.packages("pak")
pak::pak("boettiger-lab/overture")

Getting Started

library(overture)

df <- overture("divisions", "division_area")
df

About

An R package streamlining access to global spatial vector data from Overture using duckdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages