Potential analysis for rooftop farming in New Cairo. - A GIS-based model to calculate bed numbers and crop yield-

Size: px
Start display at page:

Download "Potential analysis for rooftop farming in New Cairo. - A GIS-based model to calculate bed numbers and crop yield-"

Transcription

1 Potential analysis for rooftop farming in New Cairo - A GIS-based model to calculate bed numbers and crop yield- Manual F model Prepared by: Lisa Kaltenbach Supervision from: Hany Abo El Wafa Prof. Dr. Stephan Pauleit Created within the master thesis of Lisa Kaltenbach (2017), M.Sc. Landscape planning and engineering ecology, TUM

2 Table of contents 1 Glossary General information Introduction Model aim and usage Model concept and scope Input data Results Transformability Technical information Employed software Model parameters Model structure RPVF toolbox Running the model Running duration Model output Credits Use limitations Appendix F final F_sub final Open the F model Spatial join operation F_sub Dissolve operation F_sub Parallel script Glossary avail_non_shadowed avail_shadowed F FC fp fp_type GeoDB ID_bldg MAX_Th Non_Sh_Unit_Yield RPVF.tbx Sh_Unit_Yield SQL struc SUM_bed_no Available non-shadowed area Available shadowed area Farming Feature Class Building footprint Building type (here: Villa, Apartment_building, Commercial, Educational, Medical) Geodatabase Building ID Maximum height of rooftop structures Non-shadowed Unit Yield Rooftop PV and Farming toolbox Shadowed Unit Yield Structured Query Language File containing above ground roof structures Sum of the bed number 2

3 2 General information 2.1 Introduction This manual is prepared to give general and technical information about the F model. A GIS-based Farming model (F model) was created to analyze the potential for rooftop farming. This F model is an extension of the Area model created within the same thesis. The F model uses the output of the Area model to select rooftop space usable for farming according to set criteria. The values for these criteria are defined by the user. A F_sub model calculates the number of crop beds that can be installed per roof and the achievable crop yield in kg/m 2 when using all space for rooftop farming. Crop bed dimension and yield unit are defined by the user. The model uses both shadowed and non-shadowed area as input data and produces two Feature Classes (FCs) for the indication of available shadowed and non-shadowed area and two geodatabase tables to represent the number of beds and the total yield per roof. 2.2 Model aim and usage The model aims to analyze rooftop space available for farming and calculate crop bed numbers and achievable yield. City planners can use the model in the city planning and development process. House owners can use the results of the model to analyze the feasibility of their rooftop for farming. The model shall ease the the integration of more sustainable solutions for food generation within urban areas. 2.3 Model concept and scope The created model is a GIS-based model. The software used to create this model is ArcGIS The model is built on the model builder environment of the software. To edit the model, the user has to use the ArcGIS model builder. A detailed description and manual of the model is given in the technical section (3). The model comprises a main part (F) for the selection according to rooftop farming criteria and a sub part (F-sub) for the bed and crop yield calculations. Figure 1 shows a graphical representation of the conceptual model. The F- model needs available rooftop area as input data. The output is stored in an output geodatabase. For the purpose of this research the model uses the output of the Area-model as input. 3

4 Figure 1: Conceptual model of the ArcGIS F model. (own illustration) a) The script of the parallel line tool is attached to the appendix Spatial scope For the purpose of this research the model calculates the farming potential for the district of Al Rehab City in New Cairo, Egypt (Figure 2). The model is transferable to other cities and lets the user select input parameters. The model is not limited to a specific area. 4

5 Figure 2: Study area of this research. (own illustration created with ArcGIS 10.4) 2.4 Input data The output of the model and its accuracy is highly dependent on the input data. The F-model uses the output of the Area model as input data. Following data was created within the framework of the Area model: Building footprint data, rooftop structures data, rooftop holes data. A detailed description including figures can be found in the Area model manual. Following input data resulting from the Area model is needed for this model: Available shadowed area (Feature Class) Available non-shadowed area (Feature Class) 5

6 2.5 Results Figure 3 shows visual examples of the results for the study area of Al Rehab City. The model generates two outputs for shadowed (FC, gdb table) and two for non-shadowed area (FC, gdb table). Figure 3 shows the parallel lines drawn in both areas to assume the best bed layout. Figure 3: Visualization of the F model results showing the parallel lines. (ArcGIS 10.4) Building footprint Roof holes Roof structures Available non-shadowed area Available shadowed area Parallel lines (distance=bed length + row spacing Figure 4 shows an excerpt of the table of attributes for the non-shadowed area taking deepwater cultivated lettuce as example. The table includes the building ID, the total bed number per building, the polygon length, the total roof area and the annual lettuce yield in kg/m 2. There is no visualization of the best bed layout except for the parallel lines (Figure 3). The model estimates the potential of the whole roof area. The user can later choose to do farming in specific parts of the roof as it is unlikely to use the whole roof for farming. 6

7 Figure 4: Excerpt of the non_shadowed table of attributes for deepwater cultivated lettuce. (ArcGIS 10.4) The table results from running F. 2.6 Transformability This GIS model can be used to assess the potential for rooftop farming in other cities. The input files have to be changed by the user and the input parameters have to be set according to existing criteria. If needed also the tools of the model can be edited and replaced to best suit the local conditions and requests. 3 Technical information This section provides the technical information and instructions of how to run and edit the F- model. 3.1 Employed software The software that was used in this model is ArcGIS The model is built in the model builder environment of the software. The model can be run by opening it in the ArcMap catalog and can be edited in the ArcMap model builder. In case of working with an older version of ArcGIS the model has to be saved in this version to be able to use it. 3.2 Model parameters The model parameters of RPVF.tbx - model F (input, output, variables) are listed in Table 1. 7

8 Table 1: Model parameters S/N Model parameter Explanation Data Type 1 Input Input comprises three geodatabases listed below ( ) 1.1 GeoDB fp struc hole The file geodatabase where following input files are located: Building footprint, created using google earth imagery and the polygon tool provided by ArcGIS Outlined rooftop structures (above ground) using the ArcGIS polygon tool Outlined rooftop holes using the ArcGIS polygon tool 1.2 Scratch The file geodatabase generated by the shadow tool to store intermediate data 1.3 Output avail_shadowed avail_non_shadowed The file geodatabase where following output of the Area model is located: Output file from the Area model containing available shadowed area Output file from the Area model containing available non-shadowed area 2 Output Output file geodatabase created automatically (same output.gdb as in Area model) Workspace Feature Class Feature Class Feature Class Workspace Workspace Feature Class Feature Class Workspace 3 Bed_width The width of the crop beds in meters Double 4 Bed_length The length of the crop beds in meters Double 5 Row spacing The distance between bed rows in meters 6 Max_floor_no Maximum number of floors. Buildings exceeding the maximum number of floors are not considered in the rooftop farming calculation. 7 Min_roof_area Minimum available rooftop area usable for rooftop farming. Smaller areas are not considered 8 Sh_Unit_Yield The unit yield (kg/m 2 ) of the crop in the shadowed area 9 Non_Sh_Unit_Yield The unit yield (kg/m 2 ) of the crop in the non-shadowed area 10 File_Name_Ending Output file name ending for identifying results from different runs. Can be number or text. 11 Inner buffer value Value for the inner buffer of the parallel script tool; for the purpose of this research to be set 0 Double Long Double Double Double String Double 8

9 3.3 Model structure The model was built in the ArcGIS model builder environment. An overview of the model (F, F_sub) is shown in the appendix. The model consists of a main model F and a sub-model F_sub. Following sections are part of the F model: 1. Parse path to parse the input into its output path on your local drive. e.g.: C: \ToolData Figure 5 shows a graphical representation of the first model operation. Figure 5: Parse path model operation (ArcGIS model builder) 2. Multipart to Singlepart separates the multipart input features to singlepart features. Singlepart features are needed for further calculations. Figure 6 shows a graphical representation of the second step. The output files are stored in the <<Scratch>> geodatabase. Figure 6: Multipart to Singlepart model operation (ArcGIS model builder) 9

10 3. Select produces a selection of features according to the following SQL expression: Shape_Area > %Min_roof_area% AND Floors <= %Max_floor_no% This operation selects all features where the area is greater than the minimum roof area and the floor number is smaller or equal to the maximum floor number. <<Max_floor_no>> and <<Min_roof_area>> have to be set by the user. Figure 7 shows a graphical representation of the third operation. Figure 7: Select model operation (ArcGIS model builder) 4. Dissolve aggregates the selected features according to the building ID (<ID_bldg>), the building type (<Type>), the floor number (<Floor>), the building <Phase> (1-10, excl. 6), the maximum height of rooftop structures (<MAX_Th>) and the building height (<Height>). Figure 8 shows a graphical representation of the fourth operation. Figure 8: Dissolve model operation (ArcGIS model builder) 10

11 5. F_sub: Produced outputs from the model operations one to four (<<avail_shadowed_farming>>, <<avail_non_shadowed_farming>>), <<fp type>> containing the file listing the building types and the geodatabase <<GeoDB>> containing the input shapefiles are then fed into F_sub. Figure 9 shows a graphical representation of this step. The model parameters of F_sub are represented in the Figure. Figure 9: F_sub model (ArcGIS model builder) Following sections are part of the F_sub model: 1. The Parallel script 1 tool was created to draw parallel lines taking the longest polygon distance as reference. The spacing of the lines is defined by the bed length plus the row spacing. <<Inner Buffer>> has to be set as 0. The script for the parallel line tool is listed in the appendix. Figure 10 shows a graphical representation of the first operation in the F_sub model. 1 GIS Stackexchange (2016), URL: 11

12 Figure 10: Parallel script tool operation (ArcGIS model builder) 2. Select operation to select all features according to following SQL expression: Shape_Length >= %Bed width% The <<bed width>> has to be set by the user. The selection then makes sure all lines smaller than the bed width are excluded as they are of irrelevance (no crop bed can be installed). Figure 11 shows a graphical representation of the second operation in the F_sub. Figure 11: Select operation (model builder) 12

13 3. Add field and calculate field: A new field with the name <Bed_no> is added and calculated according to following SQL expression: math.trunc(!shape_length! / %Bed width% (Expression type is python_9.3.) The calculation produces a column to list the number of beds that can be installed per line. Figure 12 shows a graphical representation of the third operation in F_sub. Figure 12: Add Field, Calculate Field operation (ArcGIS model builder) 4. Spatial join joins the attributes of <<fp_no_6>> (model parameter fp) to the attributes of <<avail_shadowed_select (4)>> and <<avail_non_shadowed_select (4)>> with the join operation one-to-many and the math option contains. Figure 10 shows a graphical representation of the fourth operation in F_sub. Figure 13: Spatial Join (ArcGIS model builder) A screenshot of the spatial join tool settings is shown in the appendix under 6.4, Figure

14 5. Dissolve produces the <Bed_no> dissolved according to the <ID_bldg>. The field <ID_bldg> is selected as dissolve field. A statistical field is added to summarize the number of beds. The output lists the <SUM_Bed_no> according to the <ID_bldg>. Figure 14 shows a graphical representation of the fifth operation of F_sub. Figure 14: Dissolve operation (ArcGIS model builder) A screenshot of the dissolve tool settings is shown in the appendix under 11.5, Figure Add field and calculate field: A new field type <float> with the name <Unit_Yield> is added and calculated according to following SQL expression: %Sh unit yield%* [SUM_Bed_no]*(%Bed width%*%bed length%) The box <field is nullable> is checked and the expression type <VB> is selected. <<Sh_Unit_Yield>> and <<Non_Sh_Unit_Yield>> are both defined as double variables (model parameters) and are to be set by the user. Figure 15 shows a graphical representation of the sixth operation of F_sub. Figure 15: Add Field, Calculate Field (ArcGIS model builder) Outputs from F_sub are fed back into F, then: 14

15 Table to Table is the final operation in the F model and takes the results from the F_sub <SUM_bed_no>, <Sh_Unit_Yield>, <Non_Sh_Unit_Yield> as input and converts them to a geodatabase output table. There is no visualization of the final results. One table for the shadowed area and one table or the non-shadowed area is generated and saved to the <Output> geodatabase. Figure 16 shows a graphical representation of the finale model operation. 3.4 RPVF toolbox Figure 16: Table to Table (ArcGIS model builder) It is recommended to copy the whole RPVF toolbox (RPVF.tbx) on your drive. The toolbox contains all necessary models and sub models including the following: Area and Area_Sub Bldg_Type Choose_Multiple_Field_Values (to select building types upon running the model) Choose_Multiple_Field_Values script tool F and F_Sub Parallel script tool PV and PV_Sub In case you need the input data for Al Rehab city, you copy the whole folder (Geo_DB) containing all needed input files. The toolbox also includes the model for PV calculation (PV, PV_sub) as well as the model for the building type calculation according to the input data and the Choose_Multiple_Field_Values model. Further details on the PV model are given in the PV model manual prepared by Jingsui Huang (2016). Figure 17 shows the RPVF toolbox in ArcCatalog. 15

16 Figure 17: RPVF toolbox (ArcCatalog) 3.5 Running the model In ArcMap please do the following: Connect the folder where the RPVF toolbox is saved (or the whole Geo_DB folder) to ArcMap by creating a new folder connection Open ArcCatalog in ArcMap, open the folder, open the RPVF toolbox Open the F model by double-clicking it Select the input data, set the model parameters and choose a file name ending 16

17 Figure 18: Model parameters input window (ArcMap) A detailed description on the fields is given in the appendix under 9.1. To run the model, click Ok after setting the parameters. 3.6 Running duration The duration depends on the processing speed of the computer used and will take approximately 5 minutes. The main Area model has to be run first to create the needed input files. The duration of the Area model is approximately 1 hour and 15 minutes for the processing of 3176 buildings and 1.34 km 2 of roof area. Due to little running duration, the F model can easily be run for various bed dimensions and crop produces. 3.7 Model output The final output of the F model are two geodatabase tables <<sha_bed_yield_%file Name Ending%>> and <<non_sha_bed_yield_%file Name Ending%>>. The tables represent the total number of crop beds per building and the achievable yield for selected crop types. 17

18 4 Credits Author: Lisa Kaltenbach, Date: December 2016 Technische Universität München. The input data was compiled by the Al Rehab City GIS online portal and own digitalization using google earth imagery. The data was prepared in cooperation with Jingsui Huang. 5 Use limitations There are no access and use limitations for this model. The model was created within the framework of the master thesis The potential of rooftop farming and solar power in New Cairo, Egypt A local perspective and GIS-based suitability model: the case study of Al Rehab City, Technische Universität München, M.Sc. Environmental planning and engineering ecology, Lisa Kaltenbach,

19 6 Appendix 6.1 F final

20 6.2 F_sub final

21 6.3 Open the F model Field 1 GeoDB: Input geodatabase containing all files needed as input data (here: Rehab.gdb); change folder by clicking on the folder connection symbol, then browse to correspondent folder and select it Field 2 Scratch: Scratch geodatabse being created to save all intermediate data; if you wish you can relocate the path by clicking on the folder connection symbol and browse for wished storage location Field 3 Output: Output geodatabase being created to save all outputs; if you wish you can relocate the path by clicking on the folder connection symbol and browse for new storage location Field 4 Bed width: Enter the crop bed width in meters Field 5 Bed length: Enter the crop bed length Field 6 Row spacing: Enter the row space between crop beds in meters Field 7 Max_floor_no: Enter the maximum floor number Field 8 Min_roof_area: Enter the minimum available rooftop area in meters for rooftop farming Field 9 Sh_Unit_Yield: Enter the unit crop yield in kg/m 2 in the shadowed area Field 10 Non_Sh_Unit_Yield: Enter the unit crop yield in kg/m 2 in the non-shadowed area Field 11 File Name Ending: Enter the file name (output will have selected name as file ending) 6.4 Spatial join operation F_sub Figure 19: Spatial join operation (ArcMap)

22 6.5 Dissolve operation F_sub Figure 20: Dissolve operation (ArcMap) 6.6 Parallel script # import libraries import arcpy # set input/output parameters polyfc = arcpy.getparameterastext(0) outparallel = arcpy.getparameterastext(1) linespacing = arcpy.getparameterastext(2) buffdist = arcpy.getparameterastext(3) # input polygons # output parallel lines # line spacing # inner buffer distance # parse numbers from parameters linespacenum = float(linespacing.split(' ')[0]) buffnum = float(buffdist.split(' ')[0]) # establish spatial reference desc = arcpy.describe(polyfc) SR = desc.spatialreference # set overwrite environment arcpy.env.overwriteoutput = True arcpy.env.outputcoordinatesystem = SR parallels = [] # loop through each input shape for row in arcpy.da.searchcursor(polyfc, ["SHAPE@"], spatial_reference=sr): # create inner buffer polybuff = row[0].buffer(buffnum * -1) # create hull rectangle to establish a rotated area of interest coordsplit = row[0].hullrectangle.split(' ') 22

23 # collect corner coordinates coordlist = arcpy.array([arcpy.point(coordsplit[0],coordsplit[1]),arcpy.point(coordsplit[2],coordsplit[ 3]),arcpy.Point(coordSplit[4],coordSplit[5]),arcpy.Point(coordSplit[6],coordSplit[7]),arcpy.Point(coordSplit[0],coordSplit[1])]) # create lines from hull rectangle currentlines = [] for pointnum in range(0,4): arcpy.array([coordlist.getobject(pointnum),coordlist.getobject(pointnum+1)]) hullrecline = arcpy.polyline(arcpy.array([coordlist.getobject(pointnum),coordlist.getobject(pointnum+1)]) ) currentlines.append(hullrecline) # compare first and second line to determine if first line is short or long firstlong = 0 if currentlines[0].length > currentlines[1].length: firstlong = 1 # calculate number of points needed along short axis numpoints = int(math.floor(currentlines[firstlong].length/linespacenum)) # create and join points to create parallel lines for point in range(1,numpoints+1): shortpoint1 = currentlines[firstlong].positionalongline(linespacenum*point) shortpoint2 = currentlines[firstlong + 2].positionAlongLine(currentLines[firstLong + 2].length - (linespacenum*point)) parallel = arcpy.polyline(arcpy.array([shortpoint1.centroid,shortpoint2.centroid]), SR) # intersect parallel lines with buffer parallelbuff = parallel.intersect(polybuff,2) parallels.append(parallelbuff) # write geometries to disk arcpy.copyfeatures_management(parallels, outparallel) # add to map mxd = arcpy.mapping.mapdocument("current") dataframe = arcpy.mapping.listdataframes(mxd, "*")[0] addlayer = arcpy.mapping.layer(outparallel) arcpy.mapping.addlayer(dataframe, addlayer) del row 23

Potential analysis for rooftop farming and rooftop PV in New Cairo

Potential analysis for rooftop farming and rooftop PV in New Cairo Potential analysis for rooftop farming and rooftop PV in New Cairo - A GIS based suitability model - Manual Area model Prepared by: Lisa Kaltenbach and Jingsui Huang Supervision from: Hany Abo El Wafa

More information

8 Querying and Selecting Data

8 Querying and Selecting Data 8 Querying and Selecting Data In this chapter, we will cover the following recipes: ff ff ff ff ff Constructing proper attribute query syntax Creating feature layers and table views Selecting features

More information

Pivot Finder for ArcGIS A Tool for Optimally Placing Center Pivots on Agricultural Tracts

Pivot Finder for ArcGIS A Tool for Optimally Placing Center Pivots on Agricultural Tracts Pivot Finder for ArcGIS A Tool for Optimally Placing Center Pivots on Agricultural Tracts Justin Dietrich A00381468 05 December 2014 CEE 6440 GIS in Water Resources Dr. Tony Castronova Utah State University

More information

Create a personal geodatabase

Create a personal geodatabase Create a personal geodatabase To create a personal geodatabase that corresponds to the same release as the ArcGIS for Desktop client you are using, follow these steps: 1. In ArcCatalog, right-click the

More information

Search & Rescue Map Specifications and Production Workflows

Search & Rescue Map Specifications and Production Workflows Search & Rescue Map Specifications and Production Workflows About The Search & Rescue map product and production procedures discussed in this document can be utilized to support search, rescue, and relief

More information

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4 Data Assembly, Part II GIS Cyberinfrastructure Module Day 4 Objectives Continuation of effective troubleshooting Create shapefiles for analysis with buffers, union, and dissolve functions Calculate polygon

More information

Model Builder Tutorial (Automating Suitability Analysis)

Model Builder Tutorial (Automating Suitability Analysis) Model Builder Tutorial (Automating Suitability Analysis) Model Builder in ArcGIS 10.x Part I: Introduction Part II: Suitability Analysis: A discussion Part III: Launching a Model Window Part IV: A Simple

More information

Setup Guide for Op Tracker

Setup Guide for Op Tracker Setup Guide for Op Tracker Contents 1 Welcome to Op Tracker... 2 2 Data Overview... 3 2.1 Block Boundary Feature Layer... 3 2.2 Block Tracking Feature Layer... 3 2.3 Ancillary Data Feature Layer... 3 2.4

More information

Explore some of the new functionality in ArcMap 10

Explore some of the new functionality in ArcMap 10 Explore some of the new functionality in ArcMap 10 Scenario In this exercise, imagine you are a GIS analyst working for Old Dominion University. Construction will begin shortly on renovation of the new

More information

Key Terms. Attribute join Target table Join table Spatial join

Key Terms. Attribute join Target table Join table Spatial join Key Terms Attribute join Target table Join table Spatial join Lect 10A Building Geodatabase Create a new file geodatabase Map x,y data Convert shape files to geodatabase feature classes Spatial Data Formats

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

Getting to Know ModelBuilder

Getting to Know ModelBuilder Getting to Know ModelBuilder Offered by Shane Bradt through the UNH Cooperative Extension Geospatial Technologies Training Center Developed by Sandy Prisloe and Cary Chadwick at the Geospatial Technology

More information

Prioritizing Land with GIS for Environmental Quality Incentives Program (EQIP) Funding Derya Özgöç Çağlar and Richard L.

Prioritizing Land with GIS for Environmental Quality Incentives Program (EQIP) Funding Derya Özgöç Çağlar and Richard L. Page 1 of 13 Prioritizing Land with GIS for Environmental Quality Incentives Program (EQIP) Funding Derya Özgöç Çağlar and Richard L. Farnsworth APPENDIX: GIS Application This exercise will guide you through

More information

Urban vs Rural Selection Tool

Urban vs Rural Selection Tool Urban vs Rural Selection Tool This tool was developed to aid in determination of whether a project/facility location is considered to be urban or rural per EPA s guidance. The tool allows the identification

More information

Automated detection and enumeration of marine wildlife using unmanned aircraft systems (UAS) and thermal imagery

Automated detection and enumeration of marine wildlife using unmanned aircraft systems (UAS) and thermal imagery Automated detection and enumeration of marine wildlife using unmanned aircraft systems (UAS) and thermal imagery A. C. Seymour 1 *, J. Dale 1, M. Hammill 2, P. N. Halpin 1 and D. W. Johnston 1 1 Division

More information

2) Make sure that the georeferencing extension is on by right-clicking in the task bar area and selecting Georeferencing

2) Make sure that the georeferencing extension is on by right-clicking in the task bar area and selecting Georeferencing HGIS Workshop Module 1 Georeferencing Large Scale Scanned Historical Maps Objective: Learn the Principles of Georeferencing 1) In ArcMap, open the project 01 data\arcdata_10_1\arcdata\toronto\georeference.mxd

More information

Exercise 1: Getting to know ArcGIS

Exercise 1: Getting to know ArcGIS The Scenario You are working for the California Visitor s Commission. You have been asked to prepare a map of California for several dignitaries from out of the country. Your map will need to include enough

More information

Introduction to Google SketchUp

Introduction to Google SketchUp Introduction to Google SketchUp When initially opening SketchUp, it will be useful to select the Google Earth Modelling Meters option from the initial menu. If this menu doesn t appear, the same option

More information

LAB 1: Introduction to ArcGIS 8

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

_Tutorials. Arcmap. Linking additional files outside from Geodata

_Tutorials. Arcmap. Linking additional files outside from Geodata _Tutorials Arcmap Linking additional files outside from Geodata 2017 Sourcing the Data (Option 1): Extracting Data from Auckland Council GIS P1 First you want to get onto the Auckland Council GIS website

More information

Appendix 2: Random Plots Workbook: Unstratified Sample

Appendix 2: Random Plots Workbook: Unstratified Sample Appendix 2: Random Plots Workbook: Unstratified Sample These instructions will help users of all skill levels create a random sample of i-tree Eco plot centers, plot areas, and the associated i-tree Eco-required

More information

SilvAssist 3.5 Instruction Manual Instruction Manual for the SilvAssist Toolbar For ArcGIS. Version 3.5

SilvAssist 3.5 Instruction Manual Instruction Manual for the SilvAssist Toolbar For ArcGIS. Version 3.5 Instruction Manual for the SilvAssist Toolbar For ArcGIS Version 3.5 1 2 Contents Introduction... 5 Preparing to Use SilvAssist... 6 Polygon Selection... 6 Plot Allocator... 7 Requirements:... 7 Operation...

More information

Selecting by Attributes and Location in ArcGIS Pro

Selecting by Attributes and Location in ArcGIS Pro Chapter 7 Selecting by Attributes and Location in ArcGIS Pro Skills you will learn: This tutorial covers selecting features in ArcGIS Pro. If you are unfamiliar with the basics of the ArcGIS Pro user interface,

More information

PYTHON. Scripting for ArcGIS. writeoutput = Inputfc = ar. .ext.{) OUtpUt fc =.. Paul A. Zandbergen. axcpy random. .arcpy, Describe (' is.

PYTHON. Scripting for ArcGIS. writeoutput = Inputfc = ar. .ext.{) OUtpUt fc =.. Paul A. Zandbergen. axcpy random. .arcpy, Describe (' is. ' Esri Press REDLANDS CALIFORNIA 'Ti axcpy random From arcpy import env writeoutput = Inputfc = ar OUtpUt fc = I aitcount = int (arcpy,g arcpy, Describe (' st [f = c ~- ist = [] = clesc,oidfrel ext{) r

More information

FME / ArcGIS 9 Data Interoperability Extension

FME / ArcGIS 9 Data Interoperability Extension FME / ArcGIS 9 Data Interoperability Extension About us Founded: 1993 Head office: Vancouver, Canada # of Employees: 45 Target markets: GIS & GPS vendors, Telecom and utilities, Oil & gas, Government agencies

More information

Cartographic Techniques and Representations

Cartographic Techniques and Representations Cartographic Techniques and Representations NEARC 2007 ESRI Technical Session ESRI, Boston Overview of Presentation Labeling and Annotation Masking Layout Tips Cartographic Representations Labeling versus

More information

Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap

Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap This activity provides an introduction to the map design process. It takes you through a typical sequence from the initial decision

More information

What s New for Developers in ArcGIS Maura Daffern October 16

What s New for Developers in ArcGIS Maura Daffern October 16 What s New for Developers in ArcGIS 10.1 Maura Daffern October 16 mdaffern@esri.ca Today s Agenda This seminar is designed to help you understand: 1) Using Python to increase productivity 2) Overview of

More information

GISC 3200K. Python Programming for GIS. Final Project 12/8/2014. Chase Bennett

GISC 3200K. Python Programming for GIS. Final Project 12/8/2014. Chase Bennett GISC 3200K Python Programming for GIS Final Project 12/8/2014 Chase Bennett OBJECTIVE: Throughout this semester we have been studying ways to use python scripting to save time and money in the use of Arc

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Please

More information

Proximity Analysis. Proximity Analysis

Proximity Analysis. Proximity Analysis Proximity Analysis Proximity Analysis 1 Ever wonder How close is the nearest gas station? What is the distance between your house and the candy store? What is the shortest route to get to Starbucks? Is

More information

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Practical: Creating and Editing Shapefiles Using Straight, AutoComplete and Cut Polygon Tools Use ArcCatalog to copy data files from:

More information

Setting Up Your Working Environment

Setting Up Your Working Environment Setting Up Your Working Environment What are the topics? - Setting Up Your Working Environment - What is a feature class? ArcGIS Program Modules ArcScene ArcGIS ArcGlobe ArcCatalog ArcMap ArcToolbox Program

More information

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas.

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. GIS LAB 1 Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. ArcGIS offers some advantages for novice users. The graphical user interface is similar to many Windows packages

More information

Priming the Pump Stage II

Priming the Pump Stage II Priming the Pump Stage II Modeling and mapping concentration with fire response networks By Mike Price, Entrada/San Juan, Inc. The article Priming the Pump Preparing data for concentration modeling with

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

Data Interoperability An Introduction

Data Interoperability An Introduction Data Interoperability An Introduction Bruce Harold Dale Lutz - Esri Inc - Safe Software What is the Data Interoperability Extension? Moving data from app to app ETL in industry jargon If you are not the

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Before

More information

Making ArcGIS Work for You. Elizabeth Cook USDA-NRCS GIS Specialist Columbia, MO

Making ArcGIS Work for You. Elizabeth Cook USDA-NRCS GIS Specialist Columbia, MO Making ArcGIS Work for You Elizabeth Cook USDA-NRCS GIS Specialist Columbia, MO 1 Topics Using ArcMap beyond the Toolkit buttons GIS data formats Attributes and what you can do with them Calculating Acres

More information

A Hands-on Experience with Arc/Info 8 Desktop

A Hands-on Experience with Arc/Info 8 Desktop Demo of Arc/Info 8 Desktop page 1 of 17 A Hands-on Experience with Arc/Info 8 Desktop Prepared by Xun Shi and Ted Quinby Geography 377 December 2000 In this DEMO, we introduce a brand new edition of ArcInfo,

More information

Map Analysis with Vector Data

Map Analysis with Vector Data Map Analysis with Vector Data Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Department of Civil Engineering December 5, 2011 Contents Brief Overview of Map Analysis...

More information

Developing Similar Applications for Dissimilar Audiences

Developing Similar Applications for Dissimilar Audiences Developing Similar Applications for Dissimilar Audiences Shea Lemar & Ayan Mitra Institute for Social Science Research Christopher Campisano School of Human Evolution and Social Change November 18, 2011

More information

FEMA Floodplain Mapping

FEMA Floodplain Mapping FEMA Floodplain Mapping By Luke Sturtevant Introduction The National Flood Insurance Program (NFIP) has compiled massive databases containing information and maps of floodplains for the entire United States.

More information

3DCity: Create 3D city features

3DCity: Create 3D city features 3DCity: Create 3D city features Workflow: 3D City Creation Version: 1.0 Date: September 12, 2012 Map templates and workflows are ArcGIS resources that can be used to help create 2D / 3D maps and web map

More information

This support note will discuss several methods of creating no spray zones for Sentinel GIS>

This support note will discuss several methods of creating no spray zones for Sentinel GIS> Reason Sentinel Adulticiding support a polygon no spray layer. Adulticiding mobile software warns the driver when they are approaching a no spray zone so they can turn off the sprayer. Because no spray

More information

GIS BASICS. GIS Foundations 2. Kevin Kuhn & Jennifer Smith WV GIS Technical Center (www.wvgis.wvu.edu)

GIS BASICS. GIS Foundations 2. Kevin Kuhn & Jennifer Smith WV GIS Technical Center (www.wvgis.wvu.edu) GIS BASICS GIS Foundations 2 Kevin Kuhn & Jennifer Smith WV GIS Technical Center (www.wvgis.wvu.edu) Page 1 GIS BASICS Course Overview This course is designed to provide an overview of the basic building

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

Using VBA and ArcMap to Create and Export 3D Buildings

Using VBA and ArcMap to Create and Export 3D Buildings Using VBA and ArcMap to Create and Export 3D Buildings Abstract Brian Bradshaw Layers in ArcScene containing polygon features can be extruded to create 3D blocks for display in the current scene. While

More information

Mapping Tabular Data

Mapping Tabular Data Mapping Tabular Data ArcGIS Desktop 10.1 Instructional Guide Kim Ricker GIS/Data Center Head (713) 348-5691 Jean Niswonger GIS Support Specialist (713) 348-2595 This guide was created by the staff of the

More information

Select the Parks within Forest Acres

Select the Parks within Forest Acres Select the Parks within Forest Acres TASKS RESULT 1. Add the county boundary, municipalities and parks (pts.) layers to your map 2. Save your map (.mxd) to your desktop Your map should look something like

More information

The ArcGIS Integration, User Guide. ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed:

The ArcGIS Integration, User Guide. ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed: The ArcGIS Integration, User Guide ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed: 30-04-03 GeoEnviron 4.2 Table of Contents Table of Contents Introduction...3 Development of

More information

In this exercise we will:

In this exercise we will: Intro to GIS Exercise #3 TOC Data frame visual hierarchy / Select by Attribute / Select by Location / Geoprocessing IUP Dept. of Geography and Regional Planning Dr. Richard Hoch Please prepare answers

More information

Announcements. Data Sources a list of data files and their sources, an example of what I am looking for:

Announcements. Data Sources a list of data files and their sources, an example of what I am looking for: Data Announcements Data Sources a list of data files and their sources, an example of what I am looking for: Source Map of Bangor MEGIS NG911 road file for Bangor MEGIS Tax maps for Bangor City Hall, may

More information

THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS

THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS Student name: Student ID: Table of Content Working with files, folders, various software and

More information

Exercise 3: Creating a Geodatabase

Exercise 3: Creating a Geodatabase Exercise 3: Creating a Geodatabase Introduction: A database (DB) is an organized collection of data, that we can visualize as being a group of tables. An example of a simple database can be seen below:

More information

Lecture 7 Digitizing. Dr. Zhang Spring, 2017

Lecture 7 Digitizing. Dr. Zhang Spring, 2017 Lecture 7 Digitizing Dr. Zhang Spring, 2017 Model of the course Using and making maps Navigating GIS maps Map design Working with spatial data Geoprocessing Spatial data infrastructure Digitizing File

More information

Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative. ScienceBase and Data Basin User Guide

Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative. ScienceBase and Data Basin User Guide Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative ScienceBase and Data Basin User Guide Data delivery for the Gulf Hypoxia Initiative is carried out through the use of two websites: ScienceBase

More information

LAB 9: Buffering and Overlay in ArcGIS - ArcMAP

LAB 9: Buffering and Overlay in ArcGIS - ArcMAP LAB 9: Buffering and Overlay in ArcGIS - ArcMAP What You ll Learn: to apply the concepts of buffering and overlay, two common cartographic operations. You should read chapter 9 in the GIS Fundamentals

More information

Chapter 3 The project

Chapter 3 The project Chapter 3 The project Background ArcGIS Pro organizes the user experience with data in a completely different way from ArcMap, through a construct known as a project. What is a project? The project is

More information

Tutorial Set 1: Working with ArcGIS Exercise Site20_1 1 Displaying data and saving projects

Tutorial Set 1: Working with ArcGIS Exercise Site20_1 1 Displaying data and saving projects Tutorial Set 1: Working with ArcGIS Exercise Site20_1 1 Displaying data and saving projects Learning objective: Adding and displaying data in ArcMap; saving a ArcGIS project Techniques: ArcGIS project

More information

Exercise One: Estimating The Home Range Of An Individual Animal Using A Minimum Convex Polygon (MCP)

Exercise One: Estimating The Home Range Of An Individual Animal Using A Minimum Convex Polygon (MCP) --- Chapter Three --- Exercise One: Estimating The Home Range Of An Individual Animal Using A Minimum Convex Polygon (MCP) In many populations, different individuals will use different parts of its range.

More information

ArcMap: Tips and Tricks

ArcMap: Tips and Tricks Esri International User Conference San Diego, California Technical Workshops July 23 27, 2012 ArcMap: Tips and Tricks Miriam Schmidts Jorge Ruiz-Valdepena Agenda Navigating ArcMap Repairing data links

More information

TRAINING GUIDE. Data Quality Tools for GIS and Lucity Spatial

TRAINING GUIDE. Data Quality Tools for GIS and Lucity Spatial TRAINING GUIDE Data Quality Tools for GIS and Lucity Spatial Data Quality Tools for GIS and Lucity Spatial In this session, we ll cover the tools that can be used to ensure your GIS data is clean in regards

More information

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II Week 5 ArcMap - EXPLORING THE DATABASE Part I SPATIAL DATA FORMATS Part II topics of the week Exploring the Database More on the Table of Contents Exploration tools Identify, Find, Measure, Map tips, Hyperlink,

More information

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS This tutorial will introduce you to the following: Websites where you may browse to find geospatial information Identifying spatial data, usable

More information

Introduction to GIS & Mapping: ArcGIS Desktop

Introduction to GIS & Mapping: ArcGIS Desktop Introduction to GIS & Mapping: ArcGIS Desktop Your task in this exercise is to determine the best place to build a mixed use facility in Hudson County, NJ. In order to revitalize the community and take

More information

USER GUIDE FOR THE LPC-RWP ESTIMATOR TOOLS

USER GUIDE FOR THE LPC-RWP ESTIMATOR TOOLS USER GUIDE FOR THE LPC-RWP ESTIMATOR TOOLS INTRODUCTION The Lesser Prairie-Chicken (LPC) Estimation Toolbox was created as a means for users to calculate estimates of potential impact costs to LPC habitat.

More information

Exporting from GIS 9.0 to AutoCAD

Exporting from GIS 9.0 to AutoCAD Exporting from GIS 9.0 to AutoCAD Once a map file is created in GIS with all the desired layers, selected data within a pre-defined boundary can be exported as a AutoCAD.dwg file. Setting up clip boundary

More information

Step by Step How to Manual

Step by Step How to Manual www.quintewestmaps.com Step by Step How to Manual Click on to accept the disclaimer and go to the web GIS Step by Step Web Based GIS Interface Layout of Web Based GIS Save your Favorite Map Views Link

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

Basics of Using LiDAR Data

Basics of Using LiDAR Data Conservation Applications of LiDAR Basics of Using LiDAR Data Exercise #2: Raster Processing 2013 Joel Nelson, University of Minnesota Department of Soil, Water, and Climate This exercise was developed

More information

Lesson 8 : How to Create a Distance from a Water Layer

Lesson 8 : How to Create a Distance from a Water Layer Created By: Lane Carter Advisor: Paul Evangelista Date: July 2011 Software: ArcGIS 10 Lesson 8 : How to Create a Distance from a Water Layer Background This tutorial will cover the basic processes involved

More information

West Virginia Site Locator and West Virginia Street Locator

West Virginia Site Locator and West Virginia Street Locator West Virginia Site Locator and West Virginia Street Locator West Virginia GIS Technical Center Final Report Prepared August 2009 Revised June 2010 Revised February 2014 West Virginia GIS Technical Center

More information

Getting to Know ArcGIS Pro

Getting to Know ArcGIS Pro Getting to Know ArcGIS Pro SUPPLEMENT FOR ARCGIS PRO 2.2 Getting to Know ArcGIS Pro, first edition, published in 2016, was written and tested on ArcGIS Pro 1.1. Since then, the capabilities and user interface

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

GEOL 452/552 - GIS for Geoscientists I

GEOL 452/552 - GIS for Geoscientists I GEOL 452/552 - GIS for Geoscientists I Lecture 8 Chapter 4 - Attribute Data Today Chapter 4: Attribute Data Tables (general, import formats, field types), Selecting, SQL Query, Statistics, field calculator,

More information

Arcgis 10 Manually Move Labels

Arcgis 10 Manually Move Labels Arcgis 10 Manually Move Labels The "easy custom labeling" Tool in QGIS seems to come close to the ArcGIS solution. However, after I created my custom label layer I am not able to move my labels at the

More information

Making the Most of Raster Analysis with Living Atlas Data. Aileen Buckley, PhD, Research Cartographer Esri - Redlands

Making the Most of Raster Analysis with Living Atlas Data. Aileen Buckley, PhD, Research Cartographer Esri - Redlands Making the Most of Raster Analysis with Living Atlas Data Aileen Buckley, PhD, Research Cartographer Esri - Redlands Spatial Analysis with Online Data Your Desktop Web Device Never scrounge for or download

More information

Compilation of GIS data for the Lower Brazos River basin

Compilation of GIS data for the Lower Brazos River basin Compilation of GIS data for the Lower Brazos River basin Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka, and Lauren Walker Department of Civil Engineering October 2, 2006 Contents: Brief Overview

More information

Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I

Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I ARCH1291 Visual Studies II Week 8, Spring 2013 Assignment 7 GIS I Prof. Alihan Polat Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I Medium: GIS

More information

How to Calculate Vector-Based Landscape Metrics in ArcGIS

How to Calculate Vector-Based Landscape Metrics in ArcGIS How to Calculate Vector-Based Landscape Metrics in ArcGIS These instructions enable you to calculate metrics comparable to those in FragStats 3.3, but applied to vector shapefiles within the ArcGIS 9 environment.

More information

Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data

Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data Imagine for a moment that digital cartographic databases were a perfect analog of the paper map. Once you digitized

More information

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10 3D Analysis of Surfaces and Features Using ArcGIS 10 Completed on September 5, 2012 3D Visualization Techniques Using ArcGIS 10 Completed on November 19, 2011 Basics of Map Projections (for ArcGIS 10)

More information

Chapter 7. A Quick Tour of ArcGIS Pro

Chapter 7. A Quick Tour of ArcGIS Pro Chapter 7 A Quick Tour of ArcGIS Pro Skills you will learn: This tutorial is intended to get you going using ArcGIS Pro, a new desktop application that is part of ArcGIS Desktop. A separate tutorial gives

More information

ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure

ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure *IMPORTANT: Map Services should be published using the EEA Map Services Tick Sheet for guidance. Contact Sebastien Petit

More information

The Reykjavik GIS project

The Reykjavik GIS project The Reykjavik GIS project Jörgen Þormóðsson - Manager of LUKR Stefán Guðlaugsson - GIS-manager of Samsýn City of Reykjavik Department of Environment and Planning Division of Geodesy and Geoinformatics

More information

TRAINING GUIDE. GIS Editing Tools for ArcGIS Desktop

TRAINING GUIDE. GIS Editing Tools for ArcGIS Desktop TRAINING GUIDE GIS Editing Tools for ArcGIS Desktop Editing Tools for ArcGIS Desktop Lucity GIS contains an editor extension that tracks edits made to the Lucity GIS geodatabase and ensures that those

More information

Geodatabases. Dr. Zhang SPRING 2016 GISC /03/2016

Geodatabases. Dr. Zhang SPRING 2016 GISC /03/2016 Geodatabases Dr. Zhang SPRING 2016 GISC 1401 10/03/2016 Using and making maps Navigating GIS maps Map design Working with spatial data Spatial data infrastructure Interactive maps Map Animations Map layouts

More information

Feature Analysis. In this lab you will create a map of all spruce sawtimber or pole stands with an area greater than 5 hectares that are

Feature Analysis. In this lab you will create a map of all spruce sawtimber or pole stands with an area greater than 5 hectares that are NRM338 Fall 2017 Lab11 Feature Analysis Page 1 of 7 Feature Analysis In this lab you will create a map of all spruce sawtimber or pole stands with an area greater than 5 hectares that are Within 1000 meters

More information

Tutorial 14b: Advanced polygonal modeling

Tutorial 14b: Advanced polygonal modeling Tutorial 14b: Advanced polygonal modeling Table of Contents................................... 3 2 Download items Tutorial data Tutorial PDF Part 1: Polygonal Modeling Note that you can also find a video

More information

ArcGIS Desktop The Road Ahead. Amadea Azerki

ArcGIS Desktop The Road Ahead. Amadea Azerki ArcGIS Desktop The Road Ahead Amadea Azerki Agenda An Overview of ArcGIS 10 Desktop Enhancements User Interface Mapping Editing Analysis Sharing Q & A ArcGIS 10 Overview Focuses on Usability and Productivity

More information

Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre

Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre FURTHER ASSISTANCE If you have questions or need assistance, please contact: Andrew

More information

Lab Exercise 6: Vector Spatial Analysis

Lab Exercise 6: Vector Spatial Analysis Massachusetts Institute of Technology Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lab Exercise 6:

More information

How to calculate population and jobs within ½ mile radius of site

How to calculate population and jobs within ½ mile radius of site How to calculate population and jobs within ½ mile radius of site Caltrans Project P359, Trip Generation Rates for Transportation Impact Analyses of Smart Growth Land Use Projects SECTION PAGE Population

More information

Step by Step GIS. Section 1

Step by Step GIS. Section 1 Step by Step GIS Section 1 Contact the web page given below for the data required to do the exercises (http://www.pasda.psu.edu/default.asp) Before beginning the tutorials please visit the Preparation

More information

Introduction to ArcGIS Desktop

Introduction to ArcGIS Desktop Introduction to ArcGIS Desktop Prepared by David R. Maidment Center for Research in Water Resources University of Texas at Austin September 2011 Contents Goals of the Exercise Computer and Data Requirements

More information

Geog 469 GIS Workshop. System Requirements - Data

Geog 469 GIS Workshop. System Requirements - Data Geog 469 GIS Workshop System Requirements - Data Outline 1. What are some principles of project management? 2. What are some fundamental issues associated with system requirements? 3. What are some issues

More information

Getting Started with ArcGIS Background and Introduction

Getting Started with ArcGIS Background and Introduction Getting Started with ArcGIS Background and Introduction BACKGROUND ON ArcGIS SOFTWARE ArcGIS is a set of tools for collecting, storing, managing, analyzing, and representing geographic information. It

More information

Display Layers in Geosoft 3D View

Display Layers in Geosoft 3D View Use the New 2D/3D Workflow features in Target for ArcGIS In Target for ArcGIS version 3.5, there are three new interconnected features that make integrating 2D and 3D data in plan and section maps easier.

More information

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu Lecture 5: Spatial Data Management in GIS Dr. Bo Wu lsbowu@polyu.edu.hk Department of Land Surveying & Geo-Informatics The Hong Kong Polytechnic University Contents 1. Learning outcomes 2. From files to

More information