Skip to content

Commit 932cb66

Browse files
committed
GIS: Bump to 1.3.2
1 parent a60dec0 commit 932cb66

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/gis-1.3.1.zip

-4.1 MB
Binary file not shown.

extensions/gis-1.3.2.zip

3.84 MB
Binary file not shown.

libraries.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ At creation, the user has to define the structure of the fact base, that means d
169169
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.
170170

171171
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."""
172-
version: "1.3.1"
172+
version: "1.3.2"
173173
homepage: "http://ccl.northwestern.edu/netlogo/docs/gis.html"
174-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/gis-1.3.1.zip"
174+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/gis-1.3.2.zip"
175175
}
176176
{
177177
name: "GoGo"

0 commit comments

Comments
 (0)