Alan Brammer
Alan Brammer
Made some improvements (hopefully) for using this with contour plots as I had the #40 issue then had funky lines due to the #51 "fix". #51 isn't the right solution,...
GridDefinition or the BaseDefinition don't have an update_hash method, even though the `BaseDefinition.get_hash()` tries to call it. https://github.com/pytroll/pyresample/blob/18805996beb4b82fcdc0cc62f09b8d4caede2051/pyresample/geometry.py#L105 I've been using SatPys `.resample()` to regrid incoming datasets to a defined...
fixes https://github.com/SciTools/cartopy/issues/1720 ## Rationale Annotate has been "broken" for quite some time (https://stackoverflow.com/questions/25416600/why-the-annotate-worked-unexpected-here-in-cartopy), and while the work around is somewhat simple, fixing it to be more intuitive also seems fairly...
It can be desirable to perform vorticity / divergence surgery and then invert back to u/v components. pyspharm has this method internally and it'd be nice to reveal through the...
Getting some erroneous values back from reading in latlons() from navgem files (available on nomads). All the other variables seem to be scaled and read correctly, just something going awry...
### What happened? Old FNL files return a longitude dimension of -1 to 358. This seems to be wrong and it should actually be 0 to 359. Looking at the...