Skip to content

Releases: jake-low/osmx-rs

v0.2.0

14 Aug 04:11
676048e
Compare
Choose a tag to compare

Added

  • osmx-rs CLI command, which includes an extract subcommand to turn an .osm.pbf file into a .osmx database, and a stat command which prints statistics about the contents of an .osmx database.

v0.1.0

06 Mar 19:53
e0b2ba1
Compare
Choose a tag to compare

Initial release.

Supports reading .osmx files, including:

  • fetching nodes, ways and relations by ID
  • reading an element's tags
  • getting a node's location, a way's nodes, or a relation's members
  • finding nodes in a region using the spatial index
  • getting reverse relationships (finding all ways that a node is part of, or all relations that an element is a member of)

Does not yet support:

  • reading element metadata (e.g. the version number of an element or the changeset and user that most recently modified it)
  • writing data to an .osmx database, or creating a new .osmx database