Open-EO / openeo-processes-python

A Python representation of (most) openEO processes
Apache License 2.0
11 stars 4 forks source link

Consistent naming of derived dimensions #169

Open LukeWeidenwalker opened 2 years ago

LukeWeidenwalker commented 2 years ago

This came up as part of https://github.com/Open-EO/openeo-processes-python/pull/168. Processes that alter the dimensions of a dataset should make sure that the resulting return data has the right dimension names/band names and attributes set. The fix in #168 is a hack around that not being the case.