Presentation is loading. Please wait.

Presentation is loading. Please wait.

Agenda New opportunities for citizen scientists An introduction to Geographic Information Systems Open Source tools for GIS Hands-on activities Working.

Similar presentations


Presentation on theme: "Agenda New opportunities for citizen scientists An introduction to Geographic Information Systems Open Source tools for GIS Hands-on activities Working."— Presentation transcript:

1

2 Agenda New opportunities for citizen scientists An introduction to Geographic Information Systems Open Source tools for GIS Hands-on activities Working with an open source GIS (QGIS) Capturing data with smartphones

3 Citizen Science Term just added to the Oxford English Dictionary in June 2014 “Scientific work undertaken by members of the general public, often in collaboration with or under the direction of professional scientists and scientific institutions.” Citizen Scientists Provide experimental data Raise new questions Co-create scientific culture

4 Levels of Citizen Science Crowdsourcing Citizens-as-sensors Collect and contribute data, perhaps unknowingly! Twitter feeds Distributed Intelligence Citizens help to interpret data Amazon’s Mechanical Turk Participatory Science Aid in problem identification and definition Active in data collection Extreme citizen science Collaboration and analysis (from Haklay, 2013)

5 The GIS community has been interested in citizen participation for a long time.

6 OpenStreetMap is an organization devoted to helping citizens build maps of their communities. http://www.openstreetmap.org/

7 And although we won’t spend time on this directly today, it’s very easy to pick up OSM editing on your own. There are many helpful, easy-to-follow tutorials online. http://learnosm.org/en/

8 http://hot.openstreetmap.org/ The Humanitarian OpenStreetMap Team (HOT) takes this a step further by helping to aid in disaster mapping and preparedness worldwide.

9 One of the most promising developments for citizen geoscience is the development of a very good, open source, free GIS: QGIS (formerly Quantum GIS)

10 QGIS allows for more than just mapping. It puts the tools for visualization and analysis in your hands.

11 However, GIS is a big topic. The tool requires some basic knowledge of how geographic information is created, manipulated, stored, and represented.

12 What do you really need to know to get started? 1.How do I get QGIS? 2.Where do I get data? 3.What are the basic kinds of data? 4.What is a Spatial Reference System? 5.How do I create my own data? 6.How do I start to visualize and analyze my own data? 7.How can I teach myself how to use QGIS?

13 You can download QGIS for free. http://www.qgis.org

14 Versions exist for most platforms.

15 The Standalone Installers work quite well.

16 There are four good places to start looking for data. 1.Most counties in Illinois have a GIS department with locally relevant layers of data. 2.The National Map will have many layers of interest, including hydrology, elevation information, and aerial imagery. 3.Natural Earth contains many larger features and context data (e.g., administrative boundaries) that you might want. 4.Plug-ins exist for QGIS to include some layers (such as OpenStreetMap data)

17 There are four good places to start looking for data. 1.Most counties in Illinois have a GIS department with locally relevant layers of data. 2.The National Map will have many layers of interest, including hydrology, elevation information, and aerial imagery. 3.Natural Earth contains many larger features and context data (e.g., administrative boundaries) that you might want. 4.Plug-ins exist for QGIS to include some layers (such as OpenStreetMap data)

18 http://www.cookcountyil.gov/cook-county-gis/ A simple Google search will often be enough to get you started. Example search: Cook County GIS

19 http://www.naturalearthdata.com/

20 The National Map is often a great first-stop. Much of the data has been aggregated for you. It can also be difficult to navigate, but gets easier once you get the hang of the process.

21 http://viewer.nationalmap.gov/viewer/ The National Map Viewer lets you browse and download many kinds of geodata.

22

23 On the next dialog, you’ll be asked to choose which kind of data you are interested in. These come in three different formats.

24 You are interested in shapefiles, which are a common way to exchange vector geodata. Vector data contains points, lines, and polygons. raster vector

25

26 A common raster layer is a digital elevation model (DEM), which is a grid of elevation values.

27 Layer to download Look through the shapefiles, and download what you like. I suggest NHD_H_17_Illinois_ST which contains many hydrological features you might be interested in. USGS National Hydrography Dataset (NHD) Medium Resolution for Illinois 20140804 State or Territory Shapefile Alternative downloads (temporary!) ftp://rockyftp.cr.usgs.gov/vdelivery/Datasets/Staged/Hydro /Shape/NHD_M_17_Illinois_ST.zip ftp://rockyftp.cr.usgs.gov/vdelivery/Datasets/Staged/Hydro /Shape/NHD_M_17_Illinois_ST.zip https://drive.google.com/file/d/0B2GCBhvnHZxUdzlsbjRmO UZTOWs/view?usp=sharing https://drive.google.com/file/d/0B2GCBhvnHZxUdzlsbjRmO UZTOWs/view?usp=sharing

28 Files The file will be zipped When you unzip it, it will contain many additional files Each “shapefile” is actually 3-6 individual files on disk.

29 A GIS isn’t like Google Maps. When you start, the map window is generally blank.

30 QGIS features a plug-in system that extends the base functionality. One great plug-in is OpenLayers, which allows you to load many basemaps.

31 You can install them from the Plugins Manager.

32 Once installed, you can find the OpenLayers plugin under the web menu.

33 But before we start adding layers, let’s talk about Spatial Referencing Systems.

34 Latitude and Longitude you probably already know. But these depend on an estimation of the size of the Earth, and those estimates have changed over time.

35 We refer to such an estimate as a datum. The most commonly used datum is the World Geodetic System of 1984, abbreviated WGS 84 for short.

36 Web maps, including Google Earth, almost always use projected data because it helps preserve shape. Most web maps use a Web Mercator Projection.

37 Why do we care? Because two geographic datasets that use different referencing systems will have different coordinates As a result, they may not line up correctly in the GIS GIS are supposed to handle this in the background, but that only works if the geodata was tagged correctly. In practice, this is uncertain.

38 These are flow lines from the National Hydrological Dataset. Note the coordinates are longitude, latitude.

39 This are the coordinates from an OpenLayers layer. They are clearly not latitude and longitude!

40

41 If you run into trouble, you can declare the SRS explicitly in Project Properties.

42 Another common SRS is Universal Transverse Mercator (UTM) which has zones. We’re currently in Zone 16N (North).

43 Another common SRS is the State Plane Coordinate System (SPCS). We’re currently in Illinois East.

44 Getting your data on the map Layers can be created in GIS Digitizing lake boundaries from an aerial photo Layers can be created with GPS and uploaded We’ll try this after we work with QGIS in lab. Many smartphones have applications to handle this Many formats of data KML – Keyhole Markup Language for Google Earth / Maps CSV – Comma Separated Values GPX – Very common GPS format

45 There are many apps to do this. Look for GPS loggers. Google recommends (its own) My Tracks application for Android users and MotionX- GPS for iPhone users.

46

47

48 Once recorded, tracks can be exported to disk (I recommend as GPX) and shared (emailed).

49 A GPX record may contain multiple geometries. Generally in a GIS, you must have only one geometry type per layer. The one you want is likely MultiLineString, but you may need to experiment, depending on what you’re looking for.

50 My canoe trip, May 2014 https://drive.google.com/file/d/0B2GCBhvnHZxUVVN6LTkzUGE1SG8/view?usp=sharing

51 There are many outstanding web resources to help you develop your QGIS and other open source skills. http://www.qgistutorials.com/en/

52 Thanks for you attention! Now, let’s give it a try. We’ll work in lab for the next hour or so to download the data and work with it in QGIS. Then, we’ll head outside to gather our own track data. And finally, load that track data back inside. Thanks to Dustin Bergman and Kyle Whalley, NIU Geography Graduate Students

53 Alternative Links Canoe Trip NHD_H_17_Illinois


Download ppt "Agenda New opportunities for citizen scientists An introduction to Geographic Information Systems Open Source tools for GIS Hands-on activities Working."

Similar presentations


Ads by Google