gpkg-core

Crates.iogpkg-core
lib.rsgpkg-core
version0.1.0
sourcesrc
created_at2022-05-22 23:25:18.966925
updated_at2022-05-22 23:25:18.966925
descriptionRust library for working with GeoPackages
homepagehttps://github.com/cjriley9/gpkg-rs
repositoryhttps://github.com/cjriley9/gpkg-rs
max_upload_size
id591485
size33,991
Collin Riley (cjriley9)

documentation

README

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
Commit count: 46

cargo fmt