Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amandasaurus/osmio
Read & write OSM file formats
https://github.com/amandasaurus/osmio
openstreetmap osm parsing pbf
Last synced: 3 months ago
JSON representation
Read & write OSM file formats
- Host: GitHub
- URL: https://github.com/amandasaurus/osmio
- Owner: amandasaurus
- License: apache-2.0
- Created: 2017-02-05T18:16:25.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T08:10:02.000Z (10 months ago)
- Last Synced: 2024-04-23T05:18:15.746Z (9 months ago)
- Topics: openstreetmap, osm, parsing, pbf
- Language: Rust
- Homepage:
- Size: 309 KB
- Stars: 17
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# `osmio` Read and write OpenStreetMap file
The goal of this library is read and and write OpenStreetMap data files in pure Rust.
There is full read & write support for XML, OPL and read support for PBF file formats.
# Library
# Binaries
## `osmio-changeset-tags-to-sqlite`
Takes 2 arguments, a changeset file, and a filename for a SQLite database.
Creates a table `changeset`, with 2 columns, `changeset_id`, `other_tags` (a
JSON array of changeset tags).# Copyright
Copyright MIT or Apache-2.0, 2017→2021 Amanda McCann