Skip to content

Commit dc00884

Browse files
committed
docs: more docs
1 parent 6ecd4ff commit dc00884

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "eodm"
33
version = "0.1.0"
4-
description = ""
4+
description = "Library and extensible CLI application for ETL (extract, transform, load) operations on EO data."
55
authors = ["Nikola Jankovic <jankovic.gd@gmail.com>"]
66
readme = "README.md"
77
packages = [{include = "eodm", from="src"}]

0 commit comments

Comments
 (0)