Open-EO / Open-EO/openeo-python-client
datacube_from_flat_graph: smarter output type detection and better name
Open
@soxofaan is already working on this.
Since Feb 24, 2025.
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
datacube_from_flat_graph was originally introduced when, simply speaking, we only had a DataCube object.
Now, we also have VectorCube, MlModel, MultiResult, SaveResult, StacResource, so datacube_from_flat_graph has to be generalized for that:
- return proper type (e.g. based on inspecting the schema of result node)
- generalize
datacube_from_flat_graph's name
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.