openradar / TINT

TINT Is Not TITAN. Python code for tracking objects. Specifically storm cells.
BSD 2-Clause "Simplified" License
80 stars 43 forks source link

ENH: removed basemap dependencies for plotting and updated animation function #34

Closed jhemedin closed 5 years ago

jhemedin commented 5 years ago

PR is related to issue #33:

Updated where the animation function used pyart's gridmapdisplay as it previously used basemap but now uses cartopy.

Changed default colormaps to pyart's homeyerrainbow

Within the full_domain function now can use arguments from gridmapdisplay plot_grid function (i.e., can set lat.lon lines)

mhpicel commented 5 years ago

Looks good so far. Please add Cartopy as a dependency in the README and CI environments. Ask zssherman if you need assistance.