How can I get US dry land border coordinates(Lat. and Lon)?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I aim to create contour lines outling a specific parameter on US map.Hence, I need to create mesh on the maps first. This stage can be done by meshgrid function based on the bounding box of US. However, I need to check that each node of the grid lies inside the US map so that I would not have contour lines outside the US. For this, I need to know the ploygone of the US border. Can anyone help me with this regard?
I have been stucked at this stage for more than 3 weeks!
2 件のコメント
Walter Roberson
2023 年 4 月 20 日
What do you want to have happen for the places where the border is in water, such as in some of the Great Lakes or the St Laurence Seaway ?
回答 (1 件)
Supraja
2023 年 5 月 5 日
You can use this function to create your plot:https://www.mathworks.com/matlabcentral/fileexchange/48661-landmask?s_tid=srchtitle_landmask%2520_1
This function returns a logical array describing the landness of any given lat/lon arrays. Requires Matlab's Mapping Toolbox.
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!