Open giorgiobasile opened 3 years ago
I have found a related discussion on GIS StackExchange, support has been added for eodatasets>=0.23
, although I noticed only the write_measurement
method supports multi-band images, but not the note_measurement
one.
I'm trying to index some MODIS HDF files, my understanding looking at some examples (i.e. this one) is that I should produce datasets documents having something like:
Unfortunately, I don't understand how to achieve this with
eo-datasets
, as thenote_measurement
andwrite_measurement
APIs do not allow to specify anything like alayer
. Is there any solution for this?