surtgis 0.6.0

High-performance geospatial analysis CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod terrain;
pub mod hydrology;
pub mod imagery;
pub mod landscape;
pub mod morphology;
pub mod mosaic;
pub mod info;
pub mod clip;
pub mod pipeline;
pub mod temporal;

#[cfg(feature = "cloud")]
pub mod cog;
#[cfg(feature = "cloud")]
pub mod stac;

#[cfg(feature = "ml")]
pub mod ml;