-
load_stac has to use proj:bbox or proj:geometry to determine the exact bounding box in the original CRS.
This then allows us to construct results without pixel shift.
This line takes care of alignin…
-
Before converting the raster to vectors, the raster_to_vector method regrids the rdd to become one single tile (or multiple very large ones) if the rdd is too big:
https://github.com/Open-EO/openeo-g…
-
apply_neighborhood sets pixel_buffer in load_collection to load extra data at the edges.
However, the retiling code first performs retiling, and then buffers the tiles. The consequence being that edg…
-
We noticed a strange behaviour in the openEO Web Editor where a UDP wasn't correctly loaded into the wizard. It mentions `Process not found`: https://editor.openeo.org/?server=https://openeo.vito.be&n…
-
I'm wondering whether we can "easily" align better with OGC APIs by deprecating the `endpoints` entry in `GET /` and replace it with conformance classes in the long-term (2.0). In the short term (1.x)…
-
the openEO API allows listing format-specific options under `/file_formats`.
The python client should trigger warnings when it observes unlisted format options being used
-
At the SRR we discussed how openEO (and SH statistical API) could support feature engineering functionality in EOTDL.
Here is an example of using standard openEO functionality, which created a pro…
-
(This is more a discussion, rather than a vote)
Right now, openEO API and processes are basically just managed and maintained by me through various funding that the university receives, which is no…
-
cube.band("B02").apply(udf) results in an internal server error openeo.metadata.MetadataException: No band dimension. Looking at [the description of the apply process](https://openeo.org/documentation…
-
In openEO we defined and implemented two processes to work with harmonic models fitting and predicting, which are:
`fit_curve`:
- definition https://processes.openeo.org/#fit_curve
- implementati…