Practical 2 Managing data tables and creating spatial data sets using QGIS

Size: px
Start display at page:

Download "Practical 2 Managing data tables and creating spatial data sets using QGIS"

Transcription

1 Practical 2 Managing data tables and creating spatial data sets using QGIS

2 Aim of practical A key step in epidemiological analyses is to visualise the spatial patterns of infection and/or disease. This allows for an appreciation of any spatial trends that might be present, identification of obvious errors, and generation of hypotheses about factors that may influence the observed patterns. Visualisation is also important for communicating the findings to the target audience. Here, we will visualise morbidity data potentially associated with lymphatic filariasis that have been collected in health facilities in 2015 so as to explore the spatial distribution in the incidence of various morbidities related to lymphatic filariasis (LF), and produce maps to support monitoring of the clinical management of morbidity cases by LF control programme. Note: all data used in this practical have been made up for practical purpose and will not correspond to real secondary data. Key learning skills In this practical, you will: Convert Excel spreadsheets in compatible formats for QGIS (.CSV files). Import and join tables, create spatial joins and summarise attribute data. Manage data in the attribute table, including removing and adding new fields. Usesymbology to visualize quantitative data as point maps and choropleth maps. This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. This means that users are free to copy and share this material with others. Requests for creating new derivatives should be sent to Jorge Cano Ortega (jcano.ortega@lshtm.ac.uk). 2

3 Data set description For this practical, we will be working with the geographical data provided in the first practical session and some made-up epidemiological data which simulate reported cases of lymphoedema and hydrocele potentially associated with lymphatic filariasis collected from health facilities across Cameron in Geographical data set: Cameroon district boundaries. Epidemiological data set: number of lymphoedema and hydrocele cases recorded at community level. Demographic data set: population estimate by district. To obtain these estimates, we have used the gridded population density data sets available at the WorldPop project ( Datasets are provided at continental and country scale. File name Description Format Columns CMR_LF_coordinates.csv CMR_LF_cases.csv CMR_District_population.csv Text file containing coordinates for communities where morbidity cases were recorded Text file containing coordinates for 198 villages reporting LF-related morbidity cases in Cameroon in 2015 Text file containing the population estimates in 2015 for each district CSV format CSV format CSV format RecordID Community (name) Latitude Longitude RecordID Community (name) PoT (intervention status) Period Cases (total LF cases) Hydrocele (number) Lymphedema (number) District DistrictID EstPop2015 CMR_adm2.shp District boundaries for Cameroon ESRI shapefile 3

4 Practical 2 1. Displaying geographical data and changing symbology Display the shapefile for Cameroon district boundaries (CMR_adm2.shp). Click Add data button. A window will open to establish location of data and select the source type. File should be selected as Source Type in the new Add Vector Layer dialog. Browse to select the vector layer. The outline of Cameroon with district boundaries will appear in the data view. We now need to add information about the sampled locations. As we saw in Practical 1, you can modify the Symbol style double-clicking on Symbol or right click on CMR_adm2.shp to open LAYER PROPERTIES window. You can also access other setting of this layer including Labels, Fields, General Settings, Metadata, Joins, Actions, Diagrams, etc. Click on the Style tab and select a pale yellow or ochre/bone as fill color. 4

5 Symbol properties Add labels to your map by right clicking on CMR_adm2.shp to bring up the Layer Properties menu. Click on the Labels tab and choose the option Show labels for this layer from the drop-down menu. Choose NAME_2 field as the field containing label. You can set Label Style and change text font, style, size and other label properties under Text option. Set 8 as label Size and bold as Style. 5

6 To improve readability of labels add a white buffer surround, by clicking Buffer and checking off Draw text buffer option. Set3 as buffer size at 3and buffer s fill colour as white. Click Apply button, and OK. 6

7 Zoom in a to improve the readability of the layer. 7

8 2. Geo-referencing epidemiological data 2.1. Geopositioning a set of locations from a data table GIS data often come in a table or an Excel spreadsheet. If you have a list of latitude/longitude coordinates and some attributes, you can easily use these data in your GIS project. Examine your tabular data source. To import these data into QGIS save them as a text file which includes at least 2 columns containing the X and Y coordinates. If you have a spreadsheet, use Save As function in your program to save it as a Tab Delimited File or a Comma Separated Values (.CSV) file. Create a layer from a file containing the communities coordinates collected during the mapping survey. A file called CMR_LF_coordinates.csv, which contains the location coordinates where morbidity cases related to LF infection were reported, has been provided as a delimited text file (.CSV). To view a delimited text file as layer, the text file must contain: 1. A delimited header row of field names. 2. The header row must contain an X (LONGITUDE/LONG) and Y (LATITUDE/LAT) field or a Well Known Text (WKT) field. These fields can have any name. 3. The x and y coordinates must be specified as a number. Note: The village coordinates were collected using a geographical coordinate system; WGS84. This coordinate system is set up by default in the most widely used handheld 8

9 GPS receivers although it can be displayed in different formats (e.g. degree, minutes and seconds, degree and minutes or in decimal degrees). Load this text file into your map project by two different ways: Layer menu > Add Delimited Text Layer or Click on Add Delimited Text Layer under Layer in the main Menu bar. button in the lateral Menu bar, or In the dialogue box, click on Browse and specify the path to the text file. Then in the delimiters section, check the Tab delimiter. If your data are in CSV format check the comma as the delimiter. The plugin will try to guess the correct x and y coordinate fields. Change them if the plugin selects the wrong fields. Click OK. 9

10 Select the Coordinate Reference System 1 (either geographical or projected system, depending on the coordinate system of the spatial data) our example uses geographical coordinate system, WGS84, we select that. Click OK. The data will be imported and displayed in the QGIS canvas. To see the locations clearly - turn off the labels in the Layer Properties menu by clicking on CMR_adm2.shp in the legend and selecting the Label Features tab, select the Labels tab and No labels option from the drop-down menu. 1 More information about Coordinate Reference Systems is provided in a supplemental file. 10

11 The locations are now displayed as a temporary layer. To make this layer permanent, save it as a new layer. Right click on the layer and select Save As to save it as a shapefile (in the folder... C:\...\Cameroon _project\vector_layers ). Select ESRI Shapefile format and name the shapefile CMR_LF_villages_coordinates.shp and enable the option Add saved file to map. Click OK to save and load the new shapefile positioning the surveyed locations. Remove the temporal layer CMR_LF_coordinates.csv from the Layers Panel. by right clicking on CMR_LF_coordinates.csv and selecting the Remove option from the layer menu. 11

12 2.2. Creating spatial joints: joining epidemiological data to layers The new shapefile only contains spatial information: coordinates (latitude/longitude); and the name of the village and unique ID where LF-related morbidity data were collected. You need to join the epidemiological information from the CMR_LF_cases.csv file to create a large table containing all the necessary information. CMR_LF_cases.csv; contain the number of lymphedema and hydrocele cases presumably related to LF infection at a community level. Note: Use QGIS Browser to explore this file. 12

13 A major constraint of QGIS when importing.csv files is that any data included in the table is stored as string data regardless of whether the data are numeric (i.e. integer, double, real, etc.) or date. To overcome this, we can create a.txt file by using the Notepad application in which we are going to define the data type of each field separated by commas. The new file MUST be saved using the same name as the.csv file with the epidemiological data and as.csvt format. The new.csvt file MUST be saved at the same location as the.csv. In this way, when importing the.csv file into our map project, QGIS will recognise the data type of every field contained. For instance, CMR_LF_cases.csv includes the number of lymphedema and hydrocele cases reported by community which is a numeric (integer) data type. We should create a.csvt file named CMR_LF_cases.csvt which would include the data type of the fields, and store it together with the.csv file. 13

14 The.CSVT files needed for this practical are provided with the data tables ( C:\ \Cameroon_project\Tables ). The Joins tab in layer Properties allows you to join a loaded attribute table to a loaded vector layer. As key column you have to define a join layer, a join field and a target field. In order to join the two files, you must ensure that both your data and your shapefile share a field or column with common values, called a key. This is often a name or ID code. In your data table, these identifiers must be unique, meaning one row per name or ID. Joining works by adding fields from your data table to the shapefile s attribute table based on matching values found in the key columns. Note: Use QGIS Browser to explore data tables of these files and find out the field with common values. Also, you can look at the shapefile s attribute table by right-clicking on the layer name and selecting Open attribute table. According to our data, we can join CMR_LF_cases.csv with the recently created shapefile CMR_LF_villages_coordinates.shp using the recordid field. To join data contained in CMR_LF_cases.csv to the shapefile CMR_LF_villages_coordinates.shp you must: Add CMR_LF_cases.csv using Add Delimiter Text Layer button. Click Browse, find and open your.csv files. Select the following options:: File format - CSV (comma separated values); Record options First record has field names; and Geometric definitions No geometry (attribute only table). Click to import CMR_LF_cases.csv into QGIS. 14

15 At CMR_LF_villages_coordinates.shp, open the shapefile s Properties by doubleclicking on the layer name. Select Joins tab in the shapefile s Properties. Click the + button to add a new join. You will be prompted with the Add vector join tool. Join layer will be your.csv data layer. In this case CMR_LF_cases.csv. 15

16 Join field is the key field to be joined on in your.csv data. In this case VillageID. Target field is the key field to be joined in your shapefile. In this case, select VillageID. Target and Join field do not necessarily have to be the same. Click OK. 16

17 Open the shapefile s ATTRIBUTE TABLE by right-clicking on the layer and accessing layer properties of CMR_LF_villages_coordinates.shp and check that your data have been properly joined. Shortcomings of QGIS join function is it always mess with the name of the fields. We will rename them back to what they were originally! To make these joins permanent you must save a new copy. Right-click on CMR_LF_villages_coordinates.shp and select Save as. Choose a filename and location ( C:\...\Cameroon_project\Vector_layers") for your new shapefile, and click OK. This new shapefile with the epidemiological data will be called CMR_Community_LF_morbidity.shp 17

18 Remove CMR_LF_villages_coordinates.shp and the data table CMR_LF_cases.csv from the Layers Panel. We need to rename the fields back to their original names. One major shortcomings of QGIS join function is prefixes the fields using the file s name. Address this problem by: Double-click on the CMR_Community_LF_morbidity layer and select the Field tab. This section allows the user to apply edits to the field names. Click on the Pencil icon, double-click to on the field name to rename it accordingly: Rename: CMR_LF_c_1 to PoT Rename: CMR_LF_c_2 to period Rename: CMR_LF_c_3 to cases Rename: CMR_LF_c_4 to hydrocele Rename: CMR_LF_c_5 to hyd_status Rename: CMR_LF_c_6 to lymphedema Rename: CMR_LF_c_7 to lym_status Delete: CMR_LF_cas (we will delete this field as it s redundant!) Delete the field CMR_LF_cas as it is redundant. To remove it click on CMR_LF_cas and click on the Delete field icon. Click OK once edits are complete. 18

19 Each edit made on a layer MUST be saved and updated. Click on the Pencil icon to come out of the edit mode and click Save to complete edits. 19

20 This newly created shapefile now has both the geometry and the data included and can be directly imported into our project. It should consist of at least four files with the same name but different extensions (.SHP,.SHX,.DBF,.PRJ). Note: These files MUST always remain together to enable the layer to function normally. Save the map project as Cameroon_practical_2.qgs, in the C:\...\Cameroon_project\Projects folder. Select File in menu bar and Save project as. 20

21 3. Graph options to represent health outcomes To take a closer look at the data. Right-click on CMR_Community_LF_morbidity.shp in the Layers Panel and select Open attribute table. We may be interested in identifying potential cluster of morbidity cases presumably related to lymphatic filariasis infection or geographic areas which may concentrate more cases of hydrocele or lymphedema. A way to get a feel for the data is to visualise them on the map. We will start by looking at the number of lymphedema cases by community. Double-click on the CMR_Community_LF_morbidity.shp layer title to bring up the LAYER PROPERTIES box. Click on the tab to open the Style section. Decide how you wish the attribute to be presented. As we re interested in the range of lymphedema cases, we want symbols that represent quantities of a numeric attribute value. Click Graduated. You have the choice of displaying communities with graduated colours or graduated symbol size. 21

22 In Column option select lymphedema as your value to be represented. Click Class and Mode to choose a classification method (i.e. Equal Interval) and number of intervals or classes (i.e. 4). The histogram can help you choose the most appropriate method. Use the Colour Ramp to colour the graduated variable, or manually colour each interval by double-clicking on each rank. 22

23 Change the symbol size by progressively increasing the size with increasing number of incident lymphedema. Double-click on each symbol and a a pop will provide access to the different settings which could be modified. Once you re happy with the settings of graduated symbols, click OK. 23

24 Now, it s your turn. Try to display the number of hydrocele cases reported in Cameroon. Note: you can manually change the range double-click on the Range column for each interval and a pop up (ENTER CLASS BOUNDS) will enable you to change the lower and upper values. If you would want to change the label of each range, double-click on Label column. You can also change the legends by double-clicking on them. 24

25 Question - Can you see any obvious patterns in the distribution of hydrocele and lymphedema cases? Do any areas appear to have higher or lower risk? Are these atrisk areas the same for hydrocele and lymphedema? Open File in menu bar and then click on Save Project. 4. Aggregating epidemiological data; choropleths maps We are interested in identifying districts which may require special attention by the LF control programme and health care services due to their high prevalence of LFrelated morbidity cases. It would be helpful to show the district-level prevalence of lymphedema and hydrocele on our map. There are at least two ways to do this. You can aggregate the prevalence data collected at community level by district within your Excel spreadsheet or your statistic software (i.e. SPSS, Stata, EpiInfo). For this, you need to collapse the data by district using the PivotTable function in Excel which can be found under the Insert tab 2. Then, you can sum up the number of each type of LF-related morbidity reported for those communities which are located within the same district. Finally divide by the population estimated in the district at the time of the survey and multiply by 10,000 in order to calculate the prevalence by 10,000 inhabitants. It is also possible to estimate this prevalence within QGIS using the data management tool called Join attributes by location. This tool enables us to calculate different types of statistics to summarise data such as sum, mean, min, max and median based on their location. In this section, we have focused on this second approach. Note: It is important to check out if we have some features (village) for which we have NULL values for the outcomes we want to aggregate, in our case Hydrocele and Lymphedema. These features should be deleted, otherwise the Join attributes by location tool will crash out when running the process. For this, click on at the top of the field you wanted to sort by and the features will be sorted in ascending order. 2 More details in the practical Data Management for mapping (Practical 5) available at the website of the Global Atlas of Helminth Infections project under Training section (GIS basic training) 25

26 Select the features which have NULL values in Hydrocele and Lymphedema fields. For this hold the left button of your mouse down while you click on them. Click on the Toggle Editing Mode button.. Highlight the rows that have null values for hydrocele and lymphedema and click on the Delete selected features tool. Click Toggle Editing Mode button to accept the changes undertaken on the attribute table. Click on Save button. Under Vector option in the main menu bar, open the Join attributes by location tool from the list of Data Management Tools. 26

27 Wenow have to set CMR_adm2.shp as Target vector layer and CMR_Community_LF_morbidity.shp as Join vector layer. Select intersect under Geometric predicate. Under Attribute summary select the option Take summary of intersecting features - you will see the Statistics for summary (comma separated) [optional] and a list: i.e. sum, mean, min, max, median. In this instance, we are only interested in the SUM function. Keep this, and delete the rest. The SUM option will calculate the overall sums for numeric features in CMR_Community_LF_morbidity.shp which are located within districts defined in CMR_adm2.shp. Save the output shapefile as CMR_LF_Districts_level.shp in the folder C:\...\Cameroon_project\Vector_layers. 27

28 Ensure only keep matching records is checked. This will make the new shapefile keep only those features (districts) where morbidity data were recorded. The new shapefile created will be loaded into our map project. Open the shapefile s ATTRIBUTE TABLE by right-clicking on the layer and accessing layer properties of CMR_LF_Districts_level.shp. You can see that the attribute values from the spatial join layer have been aggregated and summed according to districts in CMR_adm2.shp. One of the shortcomings of this aggregation tool is that the fields derived from the aggregation are often assigned with inaccurate fields names. For instance, the summed columns derived from the target fields in CMR_Community_LF_morbidity layer (i.e. latitude, longitude, cases, hydrocele and lymphedema) have been assigned the wrong following names: Target field names Wrong field name assignment What the correct field name should be latitude sumlongitude sumlatitude longitude sumcases sumlongitude cases sumhydrocele sumcases hydrocele sumlymphedema sumhydrocele lymphedema sumlatitude sumlymphedema 28

29 Correct the field names before removing any redundant columns. Click on Processing tab, and select Toolbox. A window called Processing Toolbox will appear. Use the search bar in the above panel of the Processing toolbox, and type Refactor fields. The search should bring up the application - Refactor fields This function that allows the user to make further modifications to the attributes in the layers, as well as, changing fields names and to add or delete redundant fields etc. Click on this function to open a menu. 29

30 List of wrong field names Assigning correct field name sumlongitude Latitude sumcases Longitude sumhydrocele Cases sumlymphedema Hydrocele sumlatitude Lymphedema e.g. Rename sumlatitude to Lymphedema Count tells us the number of LF community surveys that was aggregated in a district In Refactor fields menu, select CMR_LF_Districts_level as the Input layer to be modified. Correct the field names so that they are line with those in the above table deleting any extraneous variables. sumlatitude should be renamed to Lymphedema ; sumlymphedema to Hydrocele and so on. Simply double-click on the fields to perform this function. Count tells us the number of LF community surveys that was aggregated in a district You can now delete the redundant Latitude and Longitude fields by clicking the. Click OK, and new layer called Refactored will be added to the Layer Panel. Save it as CMF_LF_District_morbidity.shp. 30

31 Open File in menu bar and then click on Save Project. You can now visualise the district-level aggregated data on the map (i.e. produce the choropleths map). Follow the same procedures you used to display the community-level attribute data on the map (see section 3). Think carefully about the most appropriate way to categorise your data (i.e. graduated symbol). Note: It is useful to look at a histogram of the distribution of your data when choosing your classification. Alternatively, you might want to adjust the range manually the range as we did in the previous section. To establish a range manually double-click on each Range, having previously fixed the number of Classes (see section 3). To change the label names, double-click on each Legend (see section 3). Note: It is useful to save the defined style so that it can be used with other fields (i.e. Hydrocele) and other projects. The Save Style option appears in the Style dropdown. Assign a filename for this new QGIS layer style file (.QML). To use the same symbology or style you only have to deploy the same drop-down menu under the Style option and choose Load 31

32 Style button and select the.qml file. You will have to choose the new classification field that you would want to plot. To distinguish districts which have not yet reported any morbidity cases, change the Style symbol (colour) to CMR_adm2.shp (i.e. a solid grey) to create a background contrasting with the surveyed districts. 32

33 The last map lacked epidemiological rigorousness and interest because it only displayed the total number of cases recorded by district in Cameroon. A more robust measure for reporting LF morbidity would be either prevalence, or incidence rates. Prevalence indicates the probability that a member of the population has a given condition at a point in time. It is a way of assessing the overall burden of disease in the population, so is a useful measure for administrators when assessing the need for services or treatment facilities. Epidemiologists make a distinction between point prevalence, the proportion of the population at a point in time and period prevalence which includes all previous cases that still have the condition and are still members of the population. In contrast to prevalence, incidence is a measure of the occurrence of new cases of disease (or some other outcome) during a span of time. In our example, each district has an estimate of population in We can therefore estimate the prevalence of hydrocele and lymphedema at the time of the survey by dividing the number of morbidity cases by the estimated population. As we presume the frequency will be quite small we can multiply the resulting prevalence by 100,000. Thus, the reporting output is interpreted as prevalence (per 100,000 inhabitants). To do this load the CMR_District_population.csv file in the EpiData folder and create a join with the CMR_LF_District_morbidity.shp layer. Remember that you must create a.csvt file specifying the nature of the data include in each field of the CMR_District_population table as we showed previously in the section 2.2. This file has also been provided within the EpiData folder. 33

34 Integer, String, Integer To join data contained in CMR_District_population.csv to the shapefile CMR_District_LF_morbidity.shp, you must: Add CMR_District_population.csv using Add Delimited Text File button. Click Browse and open the.csv files and open them. Remember to check No geometry (attribute only table) as this.csv do not contain any coordinates. At CMR_District_LF_morbidity.shp, open the shapefile s Properties by doubleclicking on the layer name. Select Joins tab in the shapefile s Properties, and Click the + button to add a new join. You will be prompted with the Add vector join tool. Join layer will be your.csv data layer. In this case CMR_District_population.csv. Join field is the key field to be joined on in your.csv data. In this case DistrictID. Target field is the key field to be joined in your shapefile. In this case, select ID_2. Target and Join field do not necessarily have to be the same. 34

35 Click OK. Open the shapefile s ATTRIBUTE TABLE by right-clicking on the layer and accessing layer properties of CMR_District_LF_morbidity.shp and check that your data have been properly joined. To make these joins permanent you must save a new copy. Right-click on CMR_District_LF_morbidity.shp and select Save as. Choose a filename and location ( C:\...\Cameroon_project\Vector_layers") for your new 35

36 shapefile, and click OK. This new shapefile may be called CMR_District_LF_prevalence. Remove CMR_District_LF_morbidity.shp and the data table District_population.csv from the Layers Panel. The new shapefile will have two new fields; CMR_Distri (which contain district names) and CMR_Dist_1 (which include the estimated population in 2015). We only need the population data, and so rename CMR_Dist_1 to Pop2015 AND delete CMR_Distri. We learnt how to remove and rename fields in the section 2.2 (pages 19 and 20). 36

37 Finally, we have to create calculated fields for the prevalence of both hydrocele and lymphedema by 100,000 inhabitants. These are the outcomes we ultimately want to display and analyse. For this, click on the Field Calculator and create a new field called PrevLYM for the prevalence of lymphedema by district. Choose Decimal number (real) as output field type and set an output field width of 10 and precision of 2. Use the Expression tab (left panel) to to calculate the prevalence of lymphedema cases by 100,000 inhabitants using the formula("lymphedema"/"pop2015")*100000, where Lymphedema is the number of lymphedema cases and Pop2015 is the estimated population in 2015 for every district. Click OK to derive the prevalence estimates for PrevLYM. Repeat the above steps for prevalence of hydrocele by 100,000. Call the new field PrevHYC. 37

38 Then, click again on the Toggle Editing Mode button to accept the changes undertaken on the attribute table. Click on Save button in the small window that eventually pops up. You can now visualise the district-level aggregated data on the map (i.e. produce the choropleths map). Follow the same procedures you used to display the community-level attribute data on the map (see section 3). Think carefully about the most appropriate way to categorise your data (i.e. graduated symbol). Try to to display both prevalence data the following settings: - Graduated symbol - Field: PrevLYM, PrevHYC - Colour ramp: YlOrRd - Mode: Natural Breaks (Jenks) - Classes:

39 Choropleth map produced for the prevalence of lymphedema (per 100,000 inhabitants) Choropleth map produced for the prevalence of hydrocele (per 100,000 inhabitants) Question - Can you see any obvious patterns in the prevalence of hydrocele and lymphedema cases? Do any districts appear to have higher or lower risk? Are these at-risk areas the same for hydrocele and lymphedema? Compare these maps with those produced based on the number of morbidity cases. 39

Practical 3 Creating your map layouts using the print composer in QGIS

Practical 3 Creating your map layouts using the print composer in QGIS Practical 3 Creating your map layouts using the print composer in QGIS www.thiswormyworld.org Aim of practical This third and final practical aims to familiarize the trainees with the Print Composer, the

More information

Practical 2 Managing data tables and creating spatial data sets

Practical 2 Managing data tables and creating spatial data sets Practical 2 Managing data tables and creating spatial data sets www.thiswormyworld.org Aim of practical A key step in most epidemiological analyses is to visualise the spatial patterns of infection and/or

More information

Practical guidance on mapping and visualisation of crime and social data in QGIS

Practical guidance on mapping and visualisation of crime and social data in QGIS Practical guidance on mapping and visualisation of crime and social data in QGIS Lesson 4: Mapping of aggregated crime data in QGIS This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike

More information

Modern Tools for NTDs Control Programmes

Modern Tools for NTDs Control Programmes Modern Tools for NTDs Control Programmes www.thiswormyworld.org Practical 1 Becoming familiar with QGIS interface and GIS features www.thiswormyworld.org 2 Aim of practical This first practical aims to

More information

Joining data from an Excel spreadsheet

Joining data from an Excel spreadsheet Geographic Information for Vector Surveillance Day 3 of a 3 day course with Malaria examples Getting your own data into QGIS Learning objectives be able to join data from an Excel spreadsheet to a shapefile

More information

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop 1. Introduction to QGIS QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help users create, edit, visualize, analyze, and publish geospatial information on various

More information

Analysing crime data in Maps for Office and ArcGIS Online

Analysing crime data in Maps for Office and ArcGIS Online Analysing crime data in Maps for Office and ArcGIS Online For non-commercial use only by schools and universities Esri UK GIS for School Programme www.esriuk.com/schools Introduction ArcGIS Online is a

More information

Exercise 4.1. Create New Variables in a Shapefile. GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs

Exercise 4.1. Create New Variables in a Shapefile. GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs Exercise 4.1 Create New Variables in a Shapefile *This training was developed as part of a joint effort between MEASURE Evaluation

More information

Mapping Tabular Data Display XY points from csv

Mapping Tabular Data Display XY points from csv Mapping Tabular Data Display XY points from csv Materials needed: AussiePublicToilets.csv. [1] Open and examine the data: Open ArcMap and use the Add Data button to add the table AussiePublicToilets.csv

More information

Using Spatial Data in a Desktop GIS; QGIS 2.8 Practical 2

Using Spatial Data in a Desktop GIS; QGIS 2.8 Practical 2 Using Spatial Data in a Desktop GIS; QGIS 2.8 Practical 2 Practical 2 Learning objectives: To work with a vector base map within a GIS and overlay point data. To practise using Ordnance Survey mapping

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

Practical 3 Analysing spatial data sets

Practical 3 Analysing spatial data sets Practical 3 Analysing spatial data sets www.thiswormyworld.org Aim of practical This third practical aims to familiarize you with some of the basic query and analysis tools in QGIS used to extract information

More information

QGIS LAB SERIES GST 102: Spatial Analysis Lab 2: Introduction to Geospatial Analysis

QGIS LAB SERIES GST 102: Spatial Analysis Lab 2: Introduction to Geospatial Analysis QGIS LAB SERIES GST 102: Spatial Analysis Lab 2: Introduction to Geospatial Analysis Objective Understand Attribute Table Joins and Data Classification Document Version: 2014-06-16 (Beta) Contents Introduction...2

More information

1. Download Federal Electoral Districts and add to map document

1. Download Federal Electoral Districts and add to map document 1. Download Federal Electoral Districts and add to map document Federal Electoral Districts (FEDs) are the geographic areas for which one Member of Parliament is elected. It is downloaded as a shapefile

More information

Chapter 7. Joining Maps to Other Datasets in QGIS

Chapter 7. Joining Maps to Other Datasets in QGIS Chapter 7 Joining Maps to Other Datasets in QGIS Skills you will learn: How to join a map layer to a non-map layer in preparation for analysis, based on a common joining field shared by the two tables.

More information

Download the Latest LTR QGIS version (2.18) from the QGIS website: download.qgis.org/ >> Settings > Options > Locale

Download the Latest LTR QGIS version (2.18) from the QGIS website: download.qgis.org/ >> Settings > Options > Locale Exercise 1: Introduction to QGIS Aim: To understand the basis of GIS To learn the basics of a GIS software (QGIS) INTRODUCTION Software Access Download the Latest LTR QGIS version (2.18) from the QGIS

More information

QGIS Workshop Su Zhang and Laura Gleasner 11/10/2016. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/10/2016. QGIS Workshop 1. Introduction to Quantum GIS (QGIS) QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help you create, edit, visualize, and publish geospatial information on

More information

Mapping Census data in QGIS

Mapping Census data in QGIS Mapping Census data in QGIS Contents Contents 1. Introduction...3 1.1. Census data...3 1.2. Boundary data...3 1.3. Mapping software...3 2. Obtain your census data...4 Step 1: Geography...4 Step 2: Topics...5

More information

Tutorial for mapping Census 2016 data in Qgis by census tracts

Tutorial for mapping Census 2016 data in Qgis by census tracts Tutorial for mapping Census 2016 data in Qgis by census tracts Skills you will learn: How to join a Census 2016 map layer to a Census 2016 non-map layer, based on a common joining field shared by the two

More information

Tutorial 2: Query and Select TRI Spatial Data to Study State-Wide Emissions Quantum GIS

Tutorial 2: Query and Select TRI Spatial Data to Study State-Wide Emissions Quantum GIS Tutorial 2: Query and Select TRI Spatial Data to Study State-Wide Emissions Quantum GIS This tutorial will introduce you to the following: Identifying Attribute Data Sources Toxic Release Inventory (TRI)

More information

Session 3: Cartography in ArcGIS. Mapping population data

Session 3: Cartography in ArcGIS. Mapping population data Exercise 3: Cartography in ArcGIS Mapping population data Background GIS is well known for its ability to produce high quality maps. ArcGIS provides useful tools that allow you to do this. It is important

More information

Create a Color-Shaded Map

Create a Color-Shaded Map GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs Exercise 3.2 Create a Color-Shaded Map *This training was developed as part of a joint effort between MEASURE Evaluation and

More information

US Geo-Explorer User s Guide. Web:

US Geo-Explorer User s Guide. Web: US Geo-Explorer User s Guide Web: http://usgeoexplorer.org Updated on October 26, 2016 TABLE OF CONTENTS Introduction... 3 1. System Interface... 5 2. Administrative Unit... 7 2.1 Region Selection... 7

More information

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad.

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad. BIOL 4460/5460 and GEOL 4460 Introduction to GIS LAB 4 MAKING A THEMATIC MAP This exercise is to show you how to create a map for printing. As you have seen in the lecture, maps can have different purposes

More information

Choropleth Mapping with GIS

Choropleth Mapping with GIS Choropleth Mapping with GIS In this lab you will be making 4 choropleth maps of the data you downloaded and processed last week. You will make your maps in ArcGIS using three different methods of classing

More information

Add to the ArcMap layout the Census dataset which are located in your Census folder.

Add to the ArcMap layout the Census dataset which are located in your Census folder. Building Your Map To begin building your map, open ArcMap. Add to the ArcMap layout the Census dataset which are located in your Census folder. Right Click on the Labour_Occupation_Education shapefile

More information

Len Preston Chief, Labor Market Information New Jersey Department of Labor & Workforce Development

Len Preston Chief, Labor Market Information New Jersey Department of Labor & Workforce Development Len Preston Chief, Labor Market Information New Jersey Department of Labor & Workforce Development Cooperative project of the State of New Jersey and the U.S. Bureau of the Census serving data users in

More information

How to plot a species distribution on a simple map of New Zealand from an Excel file

How to plot a species distribution on a simple map of New Zealand from an Excel file How to plot a species distribution on a simple map of New Zealand from an Excel file This is a very simple step by step guide created by a beginner using QGIS for a beginner using QGIS. It will help you

More information

Low Cost and Free Public Health Mapping Tools

Low Cost and Free Public Health Mapping Tools Low Cost and Free Public Health Mapping Tools Quantum GIS - QGIS 1) Download and Install a) QGIS can be quickly and easily installed on Windows, Macs and Linux from installers found here: http://hub.qgis.org/projects/quantum-gis/wiki/download

More information

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap.

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap. Learning ArcGIS: Introduction to ArcMap 10.1 The Map Document Feature Manipulation Navigating ArcMap Map Documents, Layers, and Features Shapes, Location, and Attribute Data Symbology Zoom, Pan and Map

More information

Exercise Producing Thematic Maps for Dissemination

Exercise Producing Thematic Maps for Dissemination Exercise Producing Thematic Maps for Dissemination 2007 In this exercise you will work with an existing file geodatabase which contains administrative boundaries (named wards) feature class and population

More information

Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS

Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS Jothiganesh Shanmugasundaram Decision Support Tool Development Specialist COPY DATABASE FOLDER BHUTAN in to

More information

Google Fusion Tables Tutorial: Displaying Facilities in Discharge Monitoring Reports (DMR)

Google Fusion Tables Tutorial: Displaying Facilities in Discharge Monitoring Reports (DMR) Google Fusion Tables Tutorial: Displaying Facilities in Discharge Monitoring Reports (DMR) This tutorial will introduce you to the following: Obtaining Data from EPA DMR, and relevant base map materials

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

More information

Downloading 2010 Census Data

Downloading 2010 Census Data Downloading 2010 Census Data These instructions cover downloading the Census Tract polygons and the separate attribute data. After that, the attribute data will need additional formatting in Excel before

More information

A Practical Guide to Using QGIS

A Practical Guide to Using QGIS A Practical Guide to Using QGIS 1.1 INTRODUCTION Quantum GIS (QGIS) is a useful mapping software that enables the compilation and displaying of spatial data in the form of a map. Gaining experience in

More information

QGIS LAB SERIES GST 102: Spatial Analysis Lab 7: Raster Data Analysis - Density Surfaces

QGIS LAB SERIES GST 102: Spatial Analysis Lab 7: Raster Data Analysis - Density Surfaces QGIS LAB SERIES GST 102: Spatial Analysis Lab 7: Raster Data Analysis - Density Surfaces Objective Learn Density Analysis Methods Document Version: 2014-07-11 (Beta) Contents Introduction...2 Objective:

More information

Map Direct Lite. Quick Start Guide: Search Results 05/14/2018

Map Direct Lite. Quick Start Guide: Search Results 05/14/2018 Map Direct Lite Quick Start Guide: Search Results 05/14/2018 Contents Quick Start Guide: Search Results... 1 Search Results in Map Direct Lite.... 2 Where is the Search Results Panel?... 3 Search Result

More information

Geography 281 Map Making with GIS Project Three: Viewing Data Spatially

Geography 281 Map Making with GIS Project Three: Viewing Data Spatially Geography 281 Map Making with GIS Project Three: Viewing Data Spatially This activity introduces three of the most common thematic maps: Choropleth maps Dot density maps Graduated symbol maps You will

More information

Georeferencing Topo Sheets and Scanned Maps

Georeferencing Topo Sheets and Scanned Maps Georeferencing Topo Sheets and Scanned Maps QGIS Tutorials and Tips Author Ujaval Gandhi http://www.spatialthoughts.com This work is licensed under a Creative Commons Attribution 4.0 International License.

More information

Using NHGIS: An Introduction

Using NHGIS: An Introduction Using NHGIS: An Introduction August 2014 Funding provided by the National Science Foundation and National Institutes of Health. Project support provided by the Minnesota Population Center at the University

More information

GIS Virtual Workshop: Geocoding

GIS Virtual Workshop: Geocoding This module will deal with the concept of geocoding of data. Geocoding is placing a data point which does not have a X, Y reference (no Latitude and Longitude) and automatically mapping it by knowing the

More information

Ontario Cancer Profiles User Help File

Ontario Cancer Profiles User Help File Ontario Cancer Profiles User Help File Contents Introduction... 2 Module 1 Tool Overview and Layout... 3 Overview of the tool... 3 Highlights vs. selections... 6 Data suppression or unreliable estimates...

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

GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I)

GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I) DEPARTMENT OF GEOGRAPHY HONG KONG BAPTIST UNIVERSITY Prof. Q. Zhou GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I) Objectives Before we can use GIS for any analysis

More information

Equipping Municipalities with GIS Software

Equipping Municipalities with GIS Software Equipping Municipalities with GIS Software Tutorial for QGIS 2.2 Prepared by Aylo Engineering s.a.r.l. 25/05/2014 www.ayloengineering.com Overview Welcome to the wonderful world of Geographical Information

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

Note: you must explicitly follow these instructions to avoid problems

Note: you must explicitly follow these instructions to avoid problems Exercise 4 Attribute Tables and Census Tract Mapping 30 Points Note: We recommend that you use the Firefox web browser when working with the Census Bureau web site. Objectives: Become familiar with census

More information

May EMMa - ECDC Map Maker User Guide

May EMMa - ECDC Map Maker User Guide May 2015 EMMa - ECDC Map Maker User Guide EMMa User Guide Contents Contents Introduction to EMMa... 8 Document edition... 8 Copyright... 8 Trademarks... 8 Downloading the PDF version of the user guide...

More information

ArcGIS Online (AGOL) Quick Start Guide Fall 2018

ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) is a web mapping tool available to UC Merced faculty, students and staff. The Spatial Analysis and Research Center (SpARC) provides

More information

Exercise 1-1: Using GPS track data to create a field boundary

Exercise 1-1: Using GPS track data to create a field boundary Exercise 1-1: Using GPS track data to create a field boundary Learning objectives: Add QGIS plugins Create a point vector file from a text file Convert GPS tracking points to a field boundary Data folder:

More information

Community Health Maps Lab Series

Community Health Maps Lab Series Community Health Maps Lab Series Lab 6 Data Visualization with Carto Objective Understand how to upload and style data with Carto to create an online visualization of your data Document Version: 2017-08-28(Final)

More information

Using the SABINS Data Finder

Using the SABINS Data Finder Using the SABINS Data Finder August 2011 This guide shows users how to use the School Attendance Boundary Information System (SABINS) to access GIS boundary files and data tables for school attendance

More information

NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS

NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS Lab 3 VECTOR AND RASTER MODELING Last modified 7 May 2014 NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS 1. In this exercise

More information

Tutorial 4: Query and Select Spatial Data

Tutorial 4: Query and Select Spatial Data Tutorial 4: Query and Select Spatial Data This tutorial will introduce you to the following: Identifying Attribute Data Sources (Review) Toxic Release Inventory (TRI) facilities and NJ County boundaries

More information

1. Open the New American FactFinder using this link:

1. Open the New American FactFinder using this link: Exercises for Mapping and Using US Census Data MIT GIS Services, IAP 2012 More information, including a comparison of tools available through the MIT Libraries, can be found at: http://libraries.mit.edu/guides/types/census/tools-overview.html

More information

Mapping 2001 Census Data Using ArcView 3.3

Mapping 2001 Census Data Using ArcView 3.3 Mapping 2001 Census Data Using ArcView 3.3 These procedures outline: 1. Mapping a theme (making a map) 2. Preparing the layout for printing and exporting the map into various file formats. In order to

More information

Building Vector Layers

Building Vector Layers Building Vector Layers in QGIS Introduction: Spatially referenced data can be separated into two categories, raster and vector data. This week, we focus on the building of vector features. Vector shapefiles

More information

Working with demographic grids in QGIS

Working with demographic grids in QGIS Working with demographic grids in QGIS Anna Dmowska dmowska@amu.edu.pl April 2017 1. Introduction SocScape (Social Landscape) is a research project which provides open access to high resolution (30 m)

More information

Google FusionTables for Global Health User Manual

Google FusionTables for Global Health User Manual Google FusionTables for Global Health User Manual Version: January 2015 1 1. Introduction... 3 Use Requirements... 3 Video Tutorials... 3 2. Getting started with Google FusionTables... 4 2.1. Setup...

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

GPS to GIS Tutorial Exploration of Native Plants

GPS to GIS Tutorial Exploration of Native Plants Grossmont College Introduction to GIScience NAME: Instructors: Curran & Goodman 1 GPS to GIS Tutorial Exploration of Native Plants 1. Create a folder on your USB drive titled: GPS1 2. Using your GPS receiver,

More information

Using Census Data to Calculate Social Inequality in Colombia

Using Census Data to Calculate Social Inequality in Colombia Using Census Data to Calculate Social Inequality in Colombia Written by Carolyn Talmadge, February 8, 2017 What is Social Inequality?... 1 Accessing the Data... 2 Understanding the Metadata & Attribute

More information

Atmospheric Sciences

Atmospheric Sciences GIS Tutorial for Atmospheric Sciences J. Greg Dobson, University of North Carolina at Asheville Jennifer Boehnert, National Center for Atmospheric Research 2015 UCAR and UNC-Asheville. This is an open

More information

Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018

Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018 Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018 On the class website I've posted an exercise_03_data.zip file which contains a USGS 7.5' quad map of Laramie (as laramie_quad_usgs_1963.tiff)

More information

NMCRIS Map Service Application Feature Editing

NMCRIS Map Service Application Feature Editing NMCRIS Map Service Application Feature Editing Exercise goal: Users will edit the polygonal boundaries for activities and resources in the NMCRIS Map Service. Important: This exercise is a sample presentation

More information

Launch QGIS. Launch QGIS from. Open window Quantum GIS (Figure 1.1 below) Start All Programs Quantum GIS. QGISIcon on the desk top

Launch QGIS. Launch QGIS from. Open window Quantum GIS (Figure 1.1 below) Start All Programs Quantum GIS. QGISIcon on the desk top QGIS Launch QGIS Launch QGIS from Start All Programs Quantum GIS OR QGISIcon on the desk top Open window Quantum GIS (Figure 1.1 below) 2 Figure 1.1 3 Opening Raster For this exercise we demonstrate three

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

Section 2: Downloading and Processing Data

Section 2: Downloading and Processing Data Downloading and Processing Data Joining Data Tables 2.1.1 Section 2: Downloading and Processing Data 2.1 Joining Data Tables Many times you will find a table of data that you want to map, perhaps as an

More information

Working with tables. Using Quantum GIS

Working with tables. Using Quantum GIS Using Quantum GIS Tutorial ID: IGET_GIS_008 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released

More information

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS COWASH Training Quantum GIS 1 QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS Quantum GIS (QGIS) is widely used open source GIS software which usage is very similar to GIS-software market

More information

I. An Intro to ArcMap Version 9.3 and 10. 1) Arc Map is basically a build your own Google map

I. An Intro to ArcMap Version 9.3 and 10. 1) Arc Map is basically a build your own Google map I. An Intro to ArcMap Version 9.3 and 10 What is Arc Map? 1) Arc Map is basically a build your own Google map a. Display and manage geo-spatial data (maps, images, points that have a geographic location)

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Practical 4 Processing GIS data

Practical 4 Processing GIS data Practical 4 Processing GIS data www.thiswormyworld.org Aim of practical This practical aims to show you how to access to different sources of publicly available spatial data and to demonstrate the key

More information

Part 2: Build your own Map Tour with ArcGIS Online

Part 2: Build your own Map Tour with ArcGIS Online Part 2: Build your own Map Tour with ArcGIS Online Tutorial Overview In this tutorial, students will create and publish their own Map Tour application, a type of Story Map Web application, through ArcGIS

More information

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information

From Non-Spatial Data to Spatial Data. Geocoding & Georeferencing in ArcGIS

From Non-Spatial Data to Spatial Data. Geocoding & Georeferencing in ArcGIS 03-Geocoding & Georeferencing In Arcgis.Doc Page 1 of 10 From Non-Spatial Data to Spatial Data. Geocoding & Georeferencing in ArcGIS Objectives Upon completion of this tutorial, you should be able to perform

More information

Practical 2: Using Minitab (not assessed, for practice only!)

Practical 2: Using Minitab (not assessed, for practice only!) Practical 2: Using Minitab (not assessed, for practice only!) Instructions 1. Read through the instructions below for Accessing Minitab. 2. Work through all of the exercises on this handout. If you need

More information

Highway Performance Monitoring System

Highway Performance Monitoring System Highway Performance Monitoring System Version 1.0 June 2011 Quick Start Guide for Version 8.0 Federal Highway Administration Table of Contents Chapter 1 Introduction... 1 Chapter 2 HPMS Workflow... 2 Chapter

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

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

GIS Virtual Workshop: Buffering

GIS Virtual Workshop: Buffering This workshop will teach the different methods of buffering data. They will include: Basic buffering of data Merging buffering zones Clipping the buffer Concentric rings around the object You will find

More information

13 FORMATTING WORKSHEETS

13 FORMATTING WORKSHEETS 13 FORMATTING WORKSHEETS 13.1 INTRODUCTION Excel has a number of formatting options to give your worksheets a polished look. You can change the size, colour and angle of fonts, add colour to the borders

More information

Overview of ArcGIS Online Applications. Champaign County

Overview of ArcGIS Online Applications. Champaign County Overview of ArcGIS Online Applications Champaign County Champaign County GIS Consortium Updated: April 2017 Table of Contents ArcGIS Online Application Overview... 3 Map Interface Symbology and Terminology...

More information

Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data

Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data Tufts University GIS Tutorial Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data Revised October 14, 2010 Note: we highly recommend Mozilla Firefox for this

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

Data Visualisation with Google Fusion Tables

Data Visualisation with Google Fusion Tables Data Visualisation with Google Fusion Tables Workshop Exercises Dr Luc Small 12 April 2017 1.5 Data Visualisation with Google Fusion Tables Page 1 of 33 1 Introduction Google Fusion Tables is shaping up

More information

ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap

ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcGIS Procedures NUMBER OPERATION APPLICATION: TOOLBAR 1 Import interchange file to coverage 2 Create a new 3 Create a new feature dataset 4 Import Rasters into a 5 Import tables into a PROCEDURE Coverage

More information

Project 2 CIVL 3161 Advanced Editing

Project 2 CIVL 3161 Advanced Editing Project 2 CIVL 3161 Advanced Editing Introduction This project will involve more advanced editing/manipulation of data within ArcGIS. You will use the map that you create in this project as a starting

More information

The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop

The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop Summary: In many cases, online geocoding services are all you will need to convert addresses and other location data into geographic data.

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3.

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3. Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose The purpose of this document is to outline basic functionality of the DANC Internet

More information

SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS

SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS 1 Installing sdna+ as plugin for QGIS... 2 1.1 Download & Install sdna... 2 1.2 Setting up sdna in QGIS... 3 1.3 Open the sdna toolbox... 5 2 sdna in QGIS Processing

More information

Exercise 1: An Overview of ArcMap and ArcCatalog

Exercise 1: An Overview of ArcMap and ArcCatalog Exercise 1: An Overview of ArcMap and ArcCatalog Introduction: ArcGIS is an integrated collection of GIS software products for building a complete GIS. ArcGIS enables users to deploy GIS functionality

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

OnCOR Silverlight Viewer Guide

OnCOR Silverlight Viewer Guide Getting Around There are many ways to move around the map! The simplest option is to use your mouse in the map area. If you hold the left button down, then click and drag, you can pan the map to a new

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information