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

https://github.com/sameer/osm-types

OpenStreetMap (OSM) Element Types
https://github.com/sameer/osm-types

Last synced: 10 months ago
JSON representation

OpenStreetMap (OSM) Element Types

Awesome Lists containing this project

README

          

# osm-types

This crate defines OpenStreetMap elements and their related types.

* [Node](https://wiki.openstreetmap.org/wiki/Node)
* [Way](https://wiki.openstreetmap.org/wiki/Way)
* [Relation](https://wiki.openstreetmap.org/wiki/Relation)

It is used as a higher level representation by [osm-pbf](https://crates.io/crates/osm-pbf).