How to embed a map into Netlogo using GIS extension? -


the format of map imported should preferably ".shp" file.also please tell how create such file. have tried kml didn't work.

yes, vectors need .shp imported. can create vector files in gis programs (arcgis, qgis, etc) , export .shp. or there's online tools converting kml .shp (eg http://www.zonums.com/online/kml2shp.php)

raster files need saved .asc or .grd use dataset in netlogo.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -