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 -

loops - Spock: How to use test data with @Stepwise -