Skip to content

Commit f04ff87

Browse files
committed
GIS: Version 1.3.3
1 parent 20ee39c commit f04ff87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ At creation, the user has to define the structure of the fact base, that means d
183183
longDescription: """This extension adds GIS (Geographic Information Systems) support to NetLogo. It provides the ability to load vector GIS data (points, lines, and polygons), and raster GIS data (grids) into your model.
184184

185185
The extension supports vector data in the form of ESRI shapefiles and GeoJSON files. The shapefile (.shp) format is the most common format for storing and exchanging vector GIS data, whereas GeoJSON (.geojson or just .json) is a newer, more lightweight alternative. The extension can import and export both file formats. The extension supports single-band raster data in the form of ESRI ASCII Grid files. The ASCII grid file (.asc or .grd) is not as common as the shapefile, but is supported as an interchange format by most GIS platforms and can also be exported by the extension."""
186-
version: "1.3.2"
186+
version: "1.3.3"
187187
homepage: "http://ccl.northwestern.edu/netlogo/docs/gis.html"
188-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/gis-1.3.2.zip"
188+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/gis-1.3.3.zip"
189189
minNetLogoVersion: "NetLogo 6.3.0"
190190
}
191191
{

0 commit comments

Comments
 (0)