1 unstable release

0.2.0 Jun 4, 2022
0.1.0 May 22, 2022

#301 in Geospatial

MIT/Apache

36KB
826 lines

GeoPackage


A Rust crate for reading and writing GeoPackages.

The goal of the crate is to adhere to the Geopackage specification and provide interop with popular geospatial libraries in the Rust ecosystem.

  • Read 2D vector data
  • Write 2D vector data
  • Read vector data with M and Z coordinates
  • Write vector data with M and Z coordinates
  • Support writing bounding boxes for geometries
  • Support for user specified SRS other than WGS84
  • Read image tile data
  • Write image tile data
  • GeoPackage Extension support

Dependencies

~24MB
~458K SLoC