How to plot a contour USA map from a Shapefile
2 次查看(过去 30 天)
显示 更早的评论
When I read my shapefile I get this attributes:
S = shaperead('nsrdb_9814_dni_ovit.shp', 'UseGeoCoords', true)
S =
1716115×1 struct array with fields:
Geometry
BoundingBox
Lon
Lat
DNI
Where Geometry is 'Polygon' and DNI is the Direct Normal Irradiance of solar radiation:
I need to plot a result like this (where DNI is the scale for the colormap):
I tried
geoshow(S)
But I have a problem: the structure S is too big for my PC with 16GB of ram (out of memory error) and I didn't see the final result (with smaller pieces of S I can't see if I am in the right direction).
The ultimate question: How can I control the DNI scale to get that result (with hot colormap).
Thank you very much!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Map Display 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!