We should add the precipitation colormap to MetPy. Amusingly, the source data were updated this past summer to "Climate and Forecast (CF)-Network Common Data Form (netCDF)" (yay!), but they are of course not CF-compliant. They don't have a variable for time, but rather they did another stupid global string attribute. I think there's also a glitch in some of the projection metadata (scale of 90 at the pole??)
I have a query out to see if we can get these files tweaked.
This ports over the "Plot precipitation with filled contours" example from:
https://matplotlib.org/basemap/users/examples.html
We should add the precipitation colormap to MetPy. Amusingly, the source data were updated this past summer to "Climate and Forecast (CF)-Network Common Data Form (netCDF)" (yay!), but they are of course not CF-compliant. They don't have a variable for time, but rather they did another stupid global string attribute. I think there's also a glitch in some of the projection metadata (scale of 90 at the pole??)
I have a query out to see if we can get these files tweaked.