Closed buzacott closed 4 years ago
Ah, this is a lot simpler. Running catchment extraction is fine - I think it is just not setting the fill values to NA properly from 2010-11-01 for whatever reason.
Hi Alex, Thanks the bug detection. I have just noticed that the NODATA value in the BoM solar grids change over time. I'll make a fix to the code very soon. Once done, I'll close this issue.
Hi Alex. I just pushed a new version (0.1.42) that handles the NODATA value changing over time (in solar data and all other variables). Below is the solar radiation image plos from your example code. If you're happy with then pls close this issue.
Also, in case you'd missed it the paper for the package is at https://onlinelibrary.wiley.com/doi/abs/10.1002/hyp.13637
Awesome, thanks.
First of all nice package.
I've encountered an issue with the solar radiation netCDF file. I used
makeNetCDF_file
to download data from 1990 to 2018 and it seems from 2010-11-01 no rad data is saved. I looked at the downloaded grid files and they don't seem to have a problem.Here is a plot for mean solar radiation for Australia from 1990-2018 showing when the issue occurs:
It seems that dates from 2010-11-01 have fill values.
Here is a reproducible example: