#gpkg #derive #geom

macro gpkg-derive

Internal crate used for derive macros in gpkg crate

2 unstable releases

0.2.0 Jun 4, 2022
0.1.0 May 22, 2022

#15 in #rtree

Download history 5/week @ 2023-11-04 6/week @ 2023-11-11 5/week @ 2023-11-18 15/week @ 2023-11-25 8/week @ 2023-12-02 6/week @ 2023-12-09 4/week @ 2023-12-16 7/week @ 2023-12-23 4/week @ 2023-12-30 4/week @ 2024-01-06 4/week @ 2024-01-13 5/week @ 2024-01-20 9/week @ 2024-01-27 4/week @ 2024-02-03 14/week @ 2024-02-10 44/week @ 2024-02-17

72 downloads per month
Used in 2 crates

MIT/Apache

19KB
383 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 for user specified SRS other than WGS84
  • Support writing bounding boxes for geometries
  • Support for the RTree Spatial Indexes extension
  • Read image tile data
  • Write image tile data

Notes:

  • Reading and writing 3D vector data is currently in a holding pattern until this pull request is either accepted or rejected.

Dependencies

~1.5MB
~34K SLoC