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
- Host: GitHub
- URL: https://github.com/sameer/osm-types
- Owner: sameer
- License: other
- Created: 2023-04-02T15:53:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T18:53:41.000Z (over 2 years ago)
- Last Synced: 2025-04-02T11:54:19.009Z (11 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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).