The data includes the estimated depth of the quakes as well as the geographic coordinates. Below is my first effort to use that data to visualize the fault zone in 3 dimensions. There is a lot of data that gets in its own way, so an animation that tilts and rotates was chosen as a a means to see it from different angles.
In order to view this animation you need a modern browser that supports HTML5 videos in Ogg Theora format. The current versions of FireFox and Chrome work., though if you insist there is another version on YouTube.
I’m fairly well pleased with how it turned out, but I’m concerned the reliability of some of the data. That is discussed below along with notes on how it was produced.
This animation shows the progression of weather for the 48 contiguous U.S. states for 2010. The two insets on the right are both infrared satellite images; the top colorful one is a NOAA-enhanced version of the “plain” monochrome version below it. Details of the infrared satellite images were previously discussed here. The large radar animation is created from the “raw” radar-only images to which a noise-reduction process is applied before overlaying on a Blue Marble image of the U.S. The results are projected in the sameequal-area projection used by the National Atlas of the United States.
This was made from images that are captured regularly and automatically by a couple of different computers. There are probably some gaps when my Internet connection was down. The infrared images pause for a significant part of June while the radar continues because the computer that archives those images didn’t automatically get back on the network after rebooting while I was out of town for a week. The computer processing the radar images came right back online, though. Then in October there is some weird shuddering in the color-enhanced infrared image that seems to be from inconsistent updates of the source image by NOAA. Overall, though, I’m pretty happy with it. I do like the expanded area that the 16:9 aspect ratio gives me to work with.
To synchronize the anmiation of multiple images captured at different rates I used the radar images as a baseline. Those are captured every 10 minutes, whereas the satellite images update less frequently. A script was used to examine the timestamps of each radar image and then find the two satellite images with timestamps closest to that. The frames fly by so quickly in order to compress a whole year down into 10 minutes, any asynchronicity is imperceptible (except for those episodes in June and October).
I don’t see these things proliferating around the internet, for some reason. But if you do want to reuse any or all of this, note the differening licenses on the video and the two pieces of music used. I made the video license match the first audio license for the sake of simplicity. (I’d be happy to consider granting a more liberal license for the video only if someone actually wanted to reuse this in such a manner that required that.)
Here is another video of that storm on May 8, 2009, that caused widespread damage and killed several people. It formed strong bow echos and with derechos that caused much of the damage along with some small tornados.
Yes, it was a while ago, but it was an unusual event, and its radar image and progression are interesting. This is a close-up that follows this one storm system from its genesis over Kansas until it crosses over Virginia into the Atlantic. For this animation I used NOAA composite radar images stored at mesonet.agron.iastate.edu on the suggestion of a reader. Thanks! Some technical discussion and production notes after the break.
I’m posting an updated animation of the composite US weather radar every 10 minutes to http://egb13.net/weather/radar/. It won’t be up to the second, but the last frame should be within the last ten minutes or so. Okay, maybe every ten minutes isn’t “continuously”; substitute “regularly” if you will. The animation covers approximately the previous 24 hours, and no archives are currently available. The timestamps at the top of the frame are UTC, which will let you know what period you’re looking at.
The embedded video is a Theora encoding in an Ogg-format file which is embedded using HTML5 semantics. Therefore, it can only be viewed in relatively modern standards-based browsers which support Ogg-Theora video objects. From what I read it should play in recent versions of Firefox, Opera, and Chrome. I’ve tried it with Firefox and Chrome. It probably will not play in Safari or Interweb Exploder.
The page has a link to a 3GP version of the animation that will play on many or most media-capable phones. That might play in your browser, too, if you have a compatible plug-in. It will play with mplayer and other media players. The 3GP version is higher quality than the Theora version because it has a higher bit rate, and because the Theora video is transcoded from it, and at a lower bitrate, which must introduce more loss into the signal.
I download the radar composite every 10 minutes as a transparent georeferenced GIF image from the National Weather Service. It gets layered over a region of NASA’s Blue Marble image along with the state lines, the result is transformed using the same projection used by National Atlas. The timestamp is added last so that it won’t be warped, too. The timestamp ought to be the same as the modification time of the original file on NOAA’s server. More detailed descriptions of this process are available elsewhere on this site — use the search function if necessary.
Download regularly if you like. My hosting plan was recently modified by the provider to support unlimited bandwidth; we’ll see how that goes.