georust / geotiff

Reading GeoTIFFs in Rust, nothing else!
MIT License
69 stars 21 forks source link

Use tiff tag types from tiff crate #11

Closed weiji14 closed 2 months ago

weiji14 commented 3 months ago

Adding the tiff crate as a dependency (per #7), and doing some slight refactoring to use the tiff:tags:Type enum instead of defining it in-house.

Note that this also adds partial support for IFD, LONG8, SLONG8 and IFD8 variant types (untested).

TODO: