Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/etiennebr/geom

Spatial data for tibble
https://github.com/etiennebr/geom

Last synced: about 2 months ago
JSON representation

Spatial data for tibble

Awesome Lists containing this project

README

        

# geom
Spatial data for tibble

This repository is an experiment to store spatial data in rows (rather than in a separate list like in sp).
Most databases store geometries in a specific column, allowing multiple geometries per observation.
`geom` is an attempt at replicating this structure.
We'll see how far it can go.