Matteo De Felice
Matteo De Felice
I think it would be nice to have this feature.
I have this issue when opening EFAS files, so is any workarounds available? The NetCDFs are much bigger and I wanted to stick to GRIB format. I got `ecCodes provides...
Thanks a lot. It seems that if I use `verifying_time` in `time_dims` I get the same coordinate used by `grib_to_netcdf`. This should solve my problem BUT...why can't I use only...
Thanks a lot, actually I have solved the issue doing some pre-processing with `wgrib2` but I'd have loved using only python.
I have the same problem on my CentOS machine using miniconda. Both with xarray or ncdump, then trying accessing any THREDDS I get a `[Errno -68] NetCDF: I/O failure`. OpenSSL...
This issue is possibly related with this one: https://github.com/pydata/xarray/issues/1346
By the way, it seems that the line: ``` baseline = xs.brier_score(obs_final > obs_final.quantile(2/3, dim = 'time'), 2/3) ```` doesn't work any more, I get this error on my Colab:...
Has anyone an example on how to calculate the skill score for the RPS or CRPS? I still haven't found the way to do that...
Thanks @aaronspring but the real difficulty for me is calculating the RPS of the climatology, but I will find a way. Thanks to everyone for sharing.
that's a good idea. I did it, and the results seem reasonable. Given that I am working with seasonal averages (one point per year), this is what I have done:...