initial
This commit is contained in:
commit
534992ff38
5 changed files with 606 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue