Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maprva/skyway
A command-line OpenStreetMap data conversion and filtering utility
https://github.com/maprva/skyway
openstreetmap
Last synced: 2 months ago
JSON representation
A command-line OpenStreetMap data conversion and filtering utility
- Host: GitHub
- URL: https://github.com/maprva/skyway
- Owner: MapRVA
- License: gpl-3.0
- Created: 2024-08-22T17:16:34.000Z (4 months ago)
- Default Branch: trunk
- Last Pushed: 2024-09-25T06:04:43.000Z (3 months ago)
- Last Synced: 2024-10-13T00:44:36.810Z (2 months ago)
- Topics: openstreetmap
- Language: Rust
- Homepage: https://maprva.github.io/skyway/
- Size: 1.54 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# skyway
skyway is a command-line OpenStreetMap data conversion and filtering utility.
## Documentation
Please see the [skyway documentation](https://maprva.github.io/skyway/) to learn more!
## Supported Formats
**Key:**
❌ – Not Supported
➖ – Not Planned
✅ – Supported
⚡ – Speedy!| Format | Reader | Writer |
| -------|--------|--------|
| [GeoJSON](https://wiki.openstreetmap.org/wiki/GeoJSON) | ➖ | ❌ |
| [GOL](https://wiki.openstreetmap.org/wiki/Geographic_Object_Library) | ❌ | ❌ |
| [o5m](https://wiki.openstreetmap.org/wiki/O5m) | ❌ | ❌ |
| [OPL](https://wiki.openstreetmap.org/wiki/OPL_format) | ✅ | ⚡ |
| [OSM Express](https://wiki.openstreetmap.org/wiki/OSM_Express) | ❌ | ❌ |
| [OSM JSON](https://wiki.openstreetmap.org/wiki/OSM_JSON) | ✅ | ⚡ |
| [Overpass JSON](https://wiki.openstreetmap.org/wiki/OSM_JSON#Overpass_API) | ✅ | ⚡ |
| [OSM XML](https://wiki.openstreetmap.org/wiki/OSM_XML) | ✅ | ✅ |
| [PBF](https://wiki.openstreetmap.org/wiki/PBF_Format) | ⚡ | ❌ |## Contributing
Before contributing, please review our [code of conduct](CODE_OF_CONDUCT.md).
Thank you for your interest in contributing to skyway!
[Issues](https://github.com/MapRVA/skyway/issues), [pull requests](https://github.com/MapRVA/skyway/pulls), and [emails](mailto:[email protected]) are all welcome.
If you would like to make drastic changes to skyway, I recommend reaching out first so that we can coordinate our efforts.## License
skyway is released under GPLv3 or any later version.
Please see [LICENSE.md](LICENSE.md) for more information.Example data in this repository is from [OpenStreetMap](https://www.openstreetmap.org), and is therefore subject to the [Open Database License (ODbL)](https://opendatacommons.org/licenses/odbl/).
Please click [here](https://www.openstreetmap.org/copyright) for more information.