uafgeotools / rtm

A Python package for locating infrasound sources using reverse time migration
https://uaf-rtm.readthedocs.io/
MIT License
38 stars 13 forks source link

update to supported transform in cartopy #44

Closed davidfee5 closed 4 years ago

davidfee5 commented 4 years ago

Changes the transforms in grid.py from ccrs.Geodetic() to ccrs.PlateCarree(). It looks like cartopy's example were outdated. Addresses #43

liamtoney commented 4 years ago

Resolves #43

liamtoney commented 4 years ago

Resolves #43

Looks like the keyword needs to be used in the initial PR comment, haha.

davidfee5 commented 4 years ago

Funny. I've used the keyword before but not properly apparently. Next time I guess! I'll merge now.