Hello,
We are creating a wind swath for a tropical storm/hurricane on the map. We use the lat/lons of the wind edge, which results in a polygon for each forecast hour.
We create the map shape by using multiple polygons via
POLYGON((x y,x y, x y),(x y,x y, x y),(x y,x y, x y))
where each (x y,…) is a forecast hour’s polygon.
Hopefully, this will create a smooth looking shape. However, if the storm is moving very fast, there are gaps in the wind swath, as can be seen on the attached screen capture.
Is there a way to smooth out the resulting shape? I have tried Get Outer Ring, but if the storm turns during the forecast, the entire area between the first and last forecast hours get filled in. We need it to smooth out from hour to hour (polygon to polygon).
Any ideas?
Thanks,
Dib