Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/etiennebr/geom
- Owner: etiennebr
- License: mit
- Created: 2016-11-17T13:31:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T21:11:26.000Z (about 8 years ago)
- Last Synced: 2024-10-15T06:41:19.716Z (3 months ago)
- Language: R
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geom
Spatial data for tibbleThis 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.