Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

FIx load_stac parameters #451

Closed clausmichele closed 1 year ago

clausmichele commented 1 year ago

The .parse_obj() call can't handle None as temporal extent, avoid calling it if not necessary. Avoid passing also other None parameters.

@soxofaan I would need to merge this before the next release, sorry for this last minute fix.

By the way, I will also think about some tests for the local processing functionality, to make sure I can catch this problems in advance.