

Note: may have to refer back to data source to know what column names mean: District name (GLOBAL_A_1), country name (GLOBAL_A_3), and the number of confirmed ebola cases to date (V_ADM2_C3) Review the Data Note the column names of interest for the model (district name, country name, number of confirmed cases), and then close the file but do not save.dbf file for “Cases_at_Admin2” in excel or open office (do not save!). The dbf file contains the GIS data attributes that you will use in NetLogo. If you were starting from scratch, you would make two folders, one called ‘source_data’ and one called ‘data’.Make a folder for this project called ‘GIS_ebola’.
#Netlogo model download#
Where can we find and download tabular data? Open Street Map and other datasets: WeoGeo Market - Trimble Data Marketplace:.Where can we find and download GIS data (shp)? Use CSV files for structured data in text format separated by commas.ĭistrict,Province,Capital,Area,Population
#Netlogo model pro#
Pro Tip: Try to keep all of these together in the same folder! Reminder about Tabular Data

At least 4, but up to 8, files that end in the following. Shapefiles are actually composed of several component files. However, I encourage you to build upon the model to do this. We will not actually model the spread of the disease or be able to support the experiments with this base model.
#Netlogo model code#
GIS data can provide attributes that can be used by patches and agents that would be too time consuming to manually code.Support more “realistic” models and tie model to a specific place.Using the GIS extension, you can use geographic data that is vector format as shapefiles or raster data as ASCII and TIFF. Quick reminder: GIS data types and formats Downloading, cleaning, and importing GIS data into models.Pros/Cons of introducing GIS data to your models.Quick reminder: GIS data types and formats.Handouts for this lesson need to be saved on your computer.Īnd unzip this material into the directory (a.k.a.
