Open-EO / openeo-spring-driver

openEO driver build on spring using WCPS and ODC storage access
Apache License 2.0
0 stars 0 forks source link

Unhandled exception when loading corrupt WCS collection #90

Open pierocampa opened 1 year ago

pierocampa commented 1 year ago

There is an unhandled ArrayIndexOutOfBoundsException in the WCS collections loader because of the unmanaged case where the axes labels of a coverage do not match the abbreviations in the associated CRS definition. This causes the whole catalogue loading to be interrupted abruptly.

The error should be caught and logged, without compromising the loading of the other coverages.