Part 1: Clipping and Buffering
- In QGIS, open
TRI_2013_NY.csv
in today's data. You can learn more about it at the EPA's download page for the data.
- Also open the
nybb
(borough boundaries) shapefile.
- Convert
TRI_2013_NY
to 2263 so it will overlap with the borough boundaries.
- Under Vector > Geoprocessing Tools > Clip, clip the TRI data to the borough boundaries. The result should be a new shapefile with only TRIs in the five boroughs.
- Now buffer the data from the previous step by 1000 feet (Vector > Geoprocessing Tools > Buffer). Do not check Dissolve Buffer Results.
- Now add the
Public_School_Locations
layer to QGIS.
- Select by location (Vector > Research > Select by Location) to find public schools within 1000 feet of a TRI feature.
Part 2: Overlay Operations
- Use the
Seasnakes
data included in the zipfile you downloaded. The data is a small extract of the sea snakes data available at IUCN.
- Use Vector > Geoprocessing Tools > Intersect to find only the places where the habitats of
snake1
and snake2
overlap.
- Use Vector > Geoprocessing Tools > Union to find places where the habitats of
snake1
and snake3
overlap and the places where each exists on its own. Style each feature differently using rule-based styles.
Part 3: Geocoding
- Open
FDNY_Firehouse_Listing.csv
in Excel.
- Add a state column and fill each cell in it with NY.
- Install the MMQGIS QGIS plugin if you have not.
- Geocode the spreadsheet in QGIS by going to MMQGIS > Geocode > Geocode CSV with Google / OpenStreetMap.