Open-EO / openeo-udf

The OpenEO UDF Python reference implementation and interface description
https://open-eo.github.io/openeo-udf/
Apache License 2.0
6 stars 1 forks source link

Access to the new data model #20

Closed flahn closed 4 years ago

flahn commented 4 years ago

I realized that the model has been updated and I wanted to have a look at the changes. The new data model, which I assume, is contained in the branch develop. I even managed to build the new docker image and get it to run.

I had to look inside the container for the correct ports. 5000 and 80 are used, with 80 containing the general documentation (outdated, except the somehow cryptic Python code documentation) and 5000 being the port for the processing service.

With this in mind:

huhabla commented 4 years ago

I can reproduce this issue and try to fix it.

huhabla commented 4 years ago

The issue should be fixed.

Within the source tree there are several examples of the new data model: https://github.com/Open-EO/openeo-udf/tree/fastapi/src/openeo_udf/server/data_model/examples

flahn commented 4 years ago

Perfect! It works now. Thanks for the quick fix.