← Introduction to GIS Software: QGIS

In-class Excercises

Part 1: Combining Geoprocessing Operations

  1. Open these shapefiles in today's data:
    • PaCounty2015_01 (PA counties)
    • DCNR_StateParks201308 (PA state parks)
    • Limit_Marcellus_Poly_110317 (Marcellus shale)
    and this CSV:
    • Oil_Gas_Well_Historical_Production_Report
  2. Convert all layers to the same projection to make geoprocessing easier. Use State Plane Pennsylvania North (3650).
  3. Buffer the parks by two miles (10,560 feet). Use Select by location to determine how many wells are within the buffered state parks.
  4. Intersect counties and the Marcellus Shale layer to find the parts of counties that are in the shale.
  5. Dissolve the intersected layer by county name.
  6. Calculate the area of the dissolved features. This is the area of county within the shale.
  7. Join the area from the previous step to the original counties layer.
  8. Style the counties by the percentage of area covered by the shale.
  9. If you have time, use a similar process to the one above to style the counties by percentage of area within two miles of an oil or gas well.

Part 2: Model builder

  1. Make a model with the graphical modeler (Processing > Graphical Modeler) that:
    1. takes an input vector layer,
    2. reprojects it into 2263, and
    3. buffers it by 2000 feet.
  2. Test the model with a NYC-based dataset of your choosing.
  3. If you have time, add another input (for example, a number or another layer) and another algorithm to your model.