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

Plot rtm results on high-res grid #15

Closed liamtoney closed 4 years ago

liamtoney commented 5 years ago

Original report by David Fee (Bitbucket: 557058:f36e7514-bbba-431e-8df0-3e3ac9a3395b, GitHub: davidfee5).


Add option to plot rtm results onto user-supplied DEM

davidfee5 commented 4 years ago

I've made some progress here but am having some trouble changing the grid labels to offset in meters from zero when a DEM is supplied. I think this would be more useful than displaying the UTM coordinates. I'm trying to change the ticklabels but for some reason the grid size is not what I would expect. I try to resize based on the input DEM but it doesn't seem to be working.

liamtoney commented 4 years ago

The one pro of leaving UTM coordinates as they are (besides it being easier!) is that then folks can easily see the geographic extent and location of the map. Would retaining UTM labels but adding a scale bar be a workable alternative?

davidfee5 commented 4 years ago

A scale bar could be sufficient. I'll work on that change. I've never found UTM labels helpful at all for small regions!