geopro:pedro:netlogo
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
geopro:pedro:netlogo [2007/07/06 23:21] – pedro | geopro:pedro:netlogo [2011/08/18 20:25] (atual) – pedro | ||
---|---|---|---|
Linha 34: | Linha 34: | ||
* BehaviorSpace tool used to collect data from multiple runs of a model | * BehaviorSpace tool used to collect data from multiple runs of a model | ||
- | =====Models===== | ||
+ | ===== GIS ===== | ||
+ | http:// | ||
+ | load vector GIS data (points, lines, and polygons), and raster GIS data (grids) into NetLogo. 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. | ||
+ | =====Models===== | ||
====Wolf Sheep Model==== | ====Wolf Sheep Model==== | ||
Linha 173: | Linha 176: | ||
work, and perhaps it would be necessary to have a third agent, a " | work, and perhaps it would be necessary to have a third agent, a " | ||
+ | |||
+ | |||
+ | ====Car Cruising model: A GIS Example==== | ||
+ | |||
+ | {{ http:// | ||
+ | \\ | ||
+ | |||
+ | Presented [[http:// | ||
+ | |||
+ | A good example of where GIS can be introduced into a model, is for dynamic car cruising within the Santa Fe downtown area. | ||
+ | |||
+ | The background map of the model is the result of converting GIS data into an image, initially a jpeg file. It was then converted into a text format image file: PPM (portable pix map) consisting of three RGB values for each pixel. These were converted into NetLogo color values using the import-ppm procedure. The data was cleaned up a bit within Netlogo itself with the cleanup-map procedure, then written to an external data file via the export-dat procedure. Finally, for this version of the model, the data written out in the preceeding step was cut & paste into the model as an array of integer values. | ||
+ | |||
+ | The model itself simply manages automobiles driving on the map staying on the " | ||
+ | |||
+ | __TerraME__: | ||
===== Papers ===== | ===== Papers ===== | ||
Linha 179: | Linha 198: | ||
|U. Wilensky, 2001| Proceedings of EuroLogo|[[http:// | |U. Wilensky, 2001| Proceedings of EuroLogo|[[http:// | ||
- | {{ http:// | + | {{http:// |
\\ | \\ | ||
Linha 190: | Linha 209: | ||
The paper describes two models. The first is the model of predator/ | The paper describes two models. The first is the model of predator/ | ||
- | (the same example used in a paper that describes [[geopro: | + | (the one cited above, and the same example used in a paper that describes [[geopro: |
The second model studies the trajectory of gas particles in a box, as shown in the figure. | The second model studies the trajectory of gas particles in a box, as shown in the figure. | ||
//The yellow zig-zag line traces the movement of a single particle.// | //The yellow zig-zag line traces the movement of a single particle.// | ||
+ | |||
Linha 216: | Linha 235: | ||
//Finished models can be published on the web as Java applets.// | //Finished models can be published on the web as Java applets.// | ||
- | //NetLogo includes a still evolving tool called BehaviorSpace that allows “parameter sweeping, | + | //NetLogo includes a still evolving tool called BehaviorSpace that allows “parameter sweeping, |
- | a range of parameter settings.// | + | |
- | The space is not fixed to a cellular space, one can use the turtles to represent nodes and edges in a network, | + | The space is not fixed to a grid, one can use the turtles to represent nodes and edges in a network, |
as shown in the graph on the right. | as shown in the graph on the right. | ||
+ | Networks can be read from external text files. | ||
//There are many language elements for talking about space and spatial relations: towards, distance, neighbors, forward and back, left and right, | //There are many language elements for talking about space and spatial relations: towards, distance, neighbors, forward and back, left and right, |
geopro/pedro/netlogo.1183764101.txt.gz · Última modificação: 2007/07/06 23:21 por pedro