Skip to content

cjriley9/gpkg-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Library for reading and writing OGC Geopackages in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages