gpkg 0.1.0

Rust library for working with GeoPackages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# GeoPackage
_______

A Rust crate for reading and writing [GeoPackages](https://www.geopackage.org/).

The goal of the crate is to adhere to the Geopackage [specification](https://www.geopackage.org/spec130/index.html) and provide interop with popular geospatial libraries in the Rust ecosystem.


- [X] Read 2D vector data
- [X] 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