actinia-org / actinia-stac-plugin

Plugin for actinia to read STAC catalogs and retrieve data for processing
GNU General Public License v3.0
3 stars 2 forks source link

improve STAC validation #59

Closed metzm closed 2 years ago

metzm commented 2 years ago

Avoid key errors with invalid STAC collections.

What is yet missing are informative HTTP responses in case of invalid STAC collections. Something for a different MR?

metzm commented 2 years ago

I am not 100% sure that the reason is tangled python libs, but since the tests fail because the endpoint /stac does not exist and this PR does not affect this endpoint, I am confident that test failure is not related to this PR but probably to the known issue in actinia-core https://github.com/mundialis/actinia_core/issues/345

mmacata commented 2 years ago

FIne for me to be merged then.