OSMExpress

Fast database file format for OpenStreetMap

BSD-2-CLAUSE License

Stars
238

Bot releases are hidden (Show)

OSMExpress - 0.2.0 Latest Release

Published by bdon over 4 years ago

  • Binary database format has changed
  • Metadata is stored for all objects except for untagged nodes
  • Untagged nodes have only version number metadata, which is stored in the locations table
  • LMDB version locked to 0.9.22 to match current version of lmdb python package. With mismatched versions, C++ and python cannot access the database concurrently.
  • Python example programs are in the Git repository and not part of the binary release.
OSMExpress - 0.0.4

Published by bdon over 4 years ago

OSMExpress - 0.0.3

Published by bdon about 5 years ago

  • Fixes map quadrant south of equator and east of prime meridian
OSMExpress - 0.0.2

Published by bdon about 5 years ago

  • Multipolygon relations are reference-complete
  • osmx-update script finds osmx program on local path; fix sequence logic to include latest instead of latest-1
OSMExpress - 0.0.1

Published by bdon about 5 years ago

This is the first static binary release.

Linux: Compiled on Ubuntu 18.04.
macOS (Darwin): Compiled on Mojave