Jānis Gailis
Jānis Gailis
Each SST file takes 16MB on disk, but 1GB when uncompressed. Running averaging now results in each monthly time slice being a netCDF dataset on disk, as no compression is...
When opening larger datasets that are defined on 0..360 ``longitude`` grid, such as ``esa_msla_ext`` given by Prosper, a ``MemoryError`` is encountered on some machines (mine, 8GB). This is due to...
When running coregistration on a dataset that includes non-spatial variables, such as variables only having a time dimensions, a warning message is presented and the user is asked to filter...
We currently use resampling routines for coregistration from [gridtools](https://github.com/esa-esdl/gridtools) by copying the code to ``ops``. We should use the library directly by importing it because: - We can, it's MIT...