Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Building off of my last post using H*Wind data, I decided to examine the maximum windspeeds produced by Hurricane Katrina. The R code used to produce this post is available via Github.
The trick here was to mung (“muhnj”) the data to produce a single plot of maximum windspeeds. There are 38 shapefiles corresponding to 3-hour intervals from 8/25/05 to 8/30/05.
After combining the data, then came the choice of applying grids to assess regional maximum windspeeds.
I overlayed small hexagons, identified the single maximum wind speed, and then produced the below plot. Note Katrina’s spatial increase in category 1 strength windfields soon after reaching her peak intensity (category 5 winds).
The post Maximum Observed Windspeeds Using H*Wind Analyses appeared first on Catastrophe Science.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.