This page demonstrates Python tips and tricks that I use in my everyday programming as an atmospheric science graduate student.
-Brian Blaylock

Tuesday, May 21, 2019

Cartopy: add NEXRAD mosaic image to figure

This Notebook shows how I add NEXRAD mosaic images from Iowa State University to my Cartopy maps...

https://github.com/blaylockbk/pyBKB_v3/blob/master/BB_maps/cartopy_NEXRAD-mosaic-from-Iowa.ipynb


Slowly, like a sloth, I'm using cartopy more and more.

3 comments:

  1. Thanks for putting together this example from my WMS :) there's a crude JSON that provides the timestamp metadata for the most recent composite imagery. https://mesonet.agron.iastate.edu/data/gis/images/4326/USCOMP/n0q_0.json

    ReplyDelete
    Replies
    1. Wow, I'm impressed you found this so fast. Haha! Thanks for the tip on the JSON for the timestamp. Just what I was looking for.

      Delete
    2. I updated the notebook to show getting the JSON timestamp

      Delete

Note: Only a member of this blog may post a comment.