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

Some plotting fixes #56

Closed liamtoney closed 3 years ago

liamtoney commented 3 years ago

This PR:

  1. fixes a small record section plotting issue, and
  2. reconfigures plotting so that cartopy is only used when we're make a regional (Albers) plot. The only thing we lose w/ this is the image tile download and plotting functionality, which seemed to be seldom used since we have a DEM almost always.

Plotting should be more simple now.