alexismanin opened a new pull request #22:
URL: https://github.com/apache/sis/pull/22
I've encountered this error in a project (not able to provide sample file at
the moment):
```logs
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at
org.apache.sis.internal.netcdf.FeatureSet$Iter.tryAdvance(FeatureSet.java:851)
```
From my understanding, decoder has failed to detect spatio-temporal axes.
However, it still attempted to create a spatial dataset.
*Note*: I'm **not** fully sure of my fix. I've decided to ignore the target
dimension. Maybe I should have allowed creation of a feature set, but add
security to avoid errors later and provide non georeferenced records.
Any advice appreciated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]