Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added extensions/bitmap-1.3.2.zip
Binary file not shown.
Binary file added extensions/gis-1.4.2.zip
Binary file not shown.
Binary file added extensions/gogo-2.2.0.zip
Binary file not shown.
Binary file added extensions/ls-2.4.4.zip
Binary file not shown.
Binary file added extensions/profiler-1.3.2.zip
Binary file not shown.
Binary file added extensions/sound-1.2.2.zip
Binary file not shown.
Binary file added extensions/time-3.1.2.zip
Binary file not shown.
14 changes: 7 additions & 7 deletions libraries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Unlike NetLogo’s lists and strings, arrays are “mutable”. That means that
codeName: "bitmap"
shortDescription: "Image manipulation and drawing"
longDescription: """The Bitmap Extension allows you to manipulate and import images into the drawing and patches. It offers features not provided by the NetLogo core primitives, such as: scaling, manipulation of different color channels, and width and height reporters."""
version: "1.3.1"
version: "1.3.2"
homepage: "https://docs.netlogo.org/bitmap.html"
}
{
Expand Down Expand Up @@ -102,15 +102,15 @@ It allows you to perform unsupervised density-based clustering of turtles and pa
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.

The extension supports vector data in the form of ESRI shapefiles. The shapefile (.shp) format is the most common format for storing and exchanging vector GIS data. The extension supports 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."""
version: "1.4.1"
version: "1.4.2"
homepage: "https://docs.netlogo.org/gis.html"
}
{
name: "GoGo"
codeName: "gogo"
shortDescription: "Interact with HID-based GoGo boards"
longDescription: """This is the new extension for physical computing, using sensors, motors, etc in NetLogo. It interfaces with GoGo boards running Human Interface Driver (HID) firmware, and it replaces the old GoGo Extension, which used USB-serial communications."""
version: "2.1.2"
version: "2.2.0"
homepage: "https://docs.netlogo.org/gogo.html"
}
{
Expand Down Expand Up @@ -140,7 +140,7 @@ A continuous function optimization problem is one where you are are trying to fi
Asking and reporting in LevelSpace is conceptually pretty straight forward: You pass blocks of code to child models, and the child models respond as if you had typed that code into their Command Center. LevelSpace allows you to report strings, numbers, and lists from a child to its parent.

In general, the LevelSpace syntax has been designed to align with existing NetLogo primitives whenever possible."""
version: "2.4.3"
version: "2.4.4"
homepage: "https://docs.netlogo.org/ls.html"
}
{
Expand Down Expand Up @@ -235,7 +235,7 @@ If you’d like to know more about matrices and how they can be used, you might
Caution:

The profiler extension is experimental. It is not yet well tested or user friendly. Nonetheless, we think some users will find it useful."""
version: "1.3.1"
version: "1.3.2"
homepage: "https://docs.netlogo.org/profiler.html"
}
{
Expand Down Expand Up @@ -319,7 +319,7 @@ Secondly, it means not having to carry around external files (like CSV or GIS da
codeName: "sound"
shortDescription: "Play notes and sound files"
longDescription: """"""
version: "1.2.1"
version: "1.2.2"
homepage: "https://docs.netlogo.org/sound.html"
}
{
Expand Down Expand Up @@ -365,7 +365,7 @@ Although stats can be used to analyze the overall results of a run of a model, i
Modelers commonly need to use time series data in NetLogo. The time extension provides convenient primitives for handling time series data. With a single command, you can load an entire time series data set from a text file. The first column in that text file holds dates or datetimes. The remaining columns can be numeric or string values. You then access the data by time and by column heading, akin to saying "get the flow from May 8, 2008".

The time extension enables a different approach to scheduling actions in NetLogo. Traditionally, a NetLogo modeler puts a series of actions or procedure calls into the "go" procedure, which is executed once each tick. Sometimes it is more natural or more efficient to instead say "have agent X execute procedure Y at time Z". This is what discrete event scheduling (also know as "dynamic scheduling") enables. Discrete event simulation has a long history and extensive literature, and this extension makes it much easier to use in NetLogo."""
version: "3.1.1"
version: "3.1.2"
homepage: "https://docs.netlogo.org/time.html"
}
{
Expand Down
Loading