Jump to content
Snow?
Local
Radar
Cold?
IGNORED

Matlab: Tracking A Hurricane Using Web Map Service (wms).


Recommended Posts

Posted
  • Location: Toronto, Ontario, Canada, Altitude: 189 m, Density Altitude: 6 m
  • Weather Preferences: Tropical Cyclone, Blizzard, Thunderstorm, Freezing Cold Day and Heat Wave.
  • Location: Toronto, Ontario, Canada, Altitude: 189 m, Density Altitude: 6 m

This demo shows how to track a hurricane using data from a WMS server. Typically web sites containing weather imagery may contain a visual animation of GOES imagery for any given hurricane. For example, a typical time-sequenced imagery of Katrina from a web site hosting weather imagery is shown below in an animated GIF.

wmsgeographic.gif

Note that this animation shows the data in an unprojected geographic coordinate system. However, you may wish to view the data in a projected coordinate system, and overlay the hurricane track and the size of the hurricane, at any given point in time.

You can use MATLAB® to analyze images from a WMS server and track a hurricane's position and area. This demo will show you how to obtain the WMS imagery from a web site using features from the Mapping Toolbox™, analyze the imagery using features from the Image Processing Toolbox™, and use parfor from the Parallel Computing Toolbox™ to parallelize some computations for performance improvements.

In particular, this demo will show you how to:

  • obtain WMS imagery at a particular time-step from a web site,
  • view the imagery in a projected coordinate system,
  • overlay the hurricane's track,
  • use the parfor command to parallelize computations of the convex hull, boundary, and centroid of the hurricane,
  • overlay those region properties onto the WMS basemap,
  • and animate the sequence.

http://blogs.mathwor...loren_hurricane

Edited by Konstantinos
Link to comment
Share on other sites

Posted
  • Location: Cheddington, Buckinghamshire
  • Weather Preferences: Winter: Cold & Snowy, Summer: Just not hot
  • Location: Cheddington, Buckinghamshire

I'm currently doing a module on Matlab as part of my course, it's a very clever bit of kit but damn difficult to get a hang of! Thanks for this though, will certainly give this a read :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...