eo-identifiers 0.1.1

Parsers for naming conventions of earth observation products and datasets
Documentation
1
2
3
4
5
6
7
8
9
pub mod landsat;
pub mod modis;
pub mod planet;
pub mod sentinel1;
pub mod sentinel2;
pub mod sentinel3;
pub mod sentinel5p;
#[cfg(test)]
pub(crate) mod tests;