georaster 0.2.0

Rust library for accessing geospatial raster images.
Documentation
1
2
3
4
5
6
//! Library for accessing geospatial raster images.

pub mod geo;
pub mod geotiff;

pub use geo::Coordinate;