Create Shapefile or KML file with an attribute
1 回表示 (過去 30 日間)
古いコメントを表示
I have a variable in matlab that is [Lat, Long, VALUE].
Using kmlwritepoint I can create a KML file with the latitudes and longitudes. However I am unable to maintain the third column of data. Is there a way to create either a shapefile or kml file while keeping the third column as an attribute?
Thanks!
0 件のコメント
回答 (1 件)
Anshika Chourasia
2022 年 2 月 25 日
Hi Aaron,
As per my understanding you can have additional column in a KML file by specifying a Name-Value pair argument.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!