Morten W. Hansen
Morten W. Hansen
It turns out the masked values are any values where the mask value is different from 64 - actually in accordance with the documentation... Nansat uses 0 for invalid pixels...
The failing tests are in the branch hotfix427_export2thredds
Regarding metadata; I have now checked two different datasets, and the `get_metadata` method fails for band metadata: ``` In [35]: n.get_metadata(1) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ()...
Forget the last comment. `get_metadata` works - just need to properly follow the docs...
The two first tasks are done in #38
I see - so does it mean that it would be better to use the harvesting package for initial ingestion (e.g., before processing)? On Tue, Aug 4, 2020 at 10:37...
did you have a look at this?
The failing export seems to be related to an issue with the calibration. GDAL needs to read the band data before exporting. I've tried with this dataset: `S1A_IW_GRDH_1SDV_20190617T051908_20190617T051937_027715_0320DB_A8A7.SAFE` ``` In...
btw - if you have time at some point, we could meet to discuss how we can better align our efforts. I think it is time to look at that...
Is this still relevant? @korvinos - can you make a test or give an example?