This commit is contained in:
Alexey 2025-09-17 10:49:23 +03:00
commit 534992ff38
5 changed files with 606 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "geotiff_parser"
version = "0.1.0"
edition = "2024"
[dependencies]
byteorder = "1.5.0"
clap = { version = "4.5.47", features = ["derive"] }
geo-types = "0.7.17"
geotiff = "0.1.0"