MazamaScience / PWFSLSmoke

Utilities for working with air quality monitoring data (e.g. federal regulatory monitors)
http://mazamascience.github.io/PWFSLSmoke/
GNU General Public License v3.0
19 stars 5 forks source link

improved support for base maps #86

Closed jonathancallahan closed 5 years ago

jonathancallahan commented 5 years ago

Over the years, the package has been through a couple of services to provide base maps and is currently stitching together its own base maps using tiles from Stamenmaps.

The recently released slippymath package should make this much easier:

https://github.com/MilesMcBain/slippymath

The current list of PWFSLSmoke functions with "map" in the name include:

In moving to Stamenmap, I think I got the naming right. We are working with a "staticmap" thingy and we need to either get it or plot it. But we could perhaps call the functions staticmap_getTiledImage() and staticmap_plotTiledImage() which seems more obvious. (I do like explicit naming!)

So the full task for this issue is: