File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33![ build] ( https://github.com/geopython/eodm/actions/workflows/main.yml/badge.svg )
44
5- Library and CLI application for ETL (extract, transform, load) operations on EO data.
5+ Library and extensible CLI application for ETL (extract, transform, load) operations on EO data.
66
77## Concept
88
@@ -30,6 +30,33 @@ with some custom implementations for certain sources.
3030
3131### Extract
3232
33+ | extract features | CLI | lib |
34+ | ---| ---| ---|
35+ | stac-api items | ✅ | ✅ |
36+ | stac-api collection(s) | ✅ | ❌ |
37+ | stac-catalog items | ✅ | ✅ |
38+ | stac-catalog collection(s) | ✅ | ❌ |
39+ | OData | ❌ | ✅ |
40+ | Opensearch | ❌ | ✅ |
41+ | OGCAPI - Records | ❌ | ✅ |
42+
3343### Transform
3444
45+ | transform features | CLI | lib |
46+ | ---| ---| ---|
47+ | subset bands | ✅ | ❌ |
48+ | clean metadata | ✅ | ❌ |
49+
3550### Load
51+
52+ | extract features | CLI | lib |
53+ | ---| ---| ---|
54+ | stac-api items | ✅ | ✅ |
55+ | stac-api collection(s) | ✅ | ❌ |
56+ | stac-catalog items | ✅ | ✅ |
57+ | stac-catalog collection(s) | ✅ | ❌ |
58+
59+ ### Plugins
60+
61+ There is support for writing plugins for extract and load from and to custom endpoints as
62+ well as transformers. Refer to the docs for more information.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " eodm"
33version = " 0.1.0"
4- description = " "
4+ description = " Library and extensible CLI application for ETL (extract, transform, load) operations on EO data. "
55authors = [" Nikola Jankovic <jankovic.gd@gmail.com>" ]
66readme = " README.md"
77packages = [{include = " eodm" , from =" src" }]
You can’t perform that action at this time.
0 commit comments