Part 1: MapPLUTO metadata
- Download MapPLUTO data for one borough.
- Unzip the data.
- Find and open the "data dictionary" in the unzipped folder, which should have a name like
PLUTODD16v1.pdf
. This is MapPLUTO's metadata.
- Read through the metadata. How is
LandUse
defined?
- Find a column with which you can make a categorized map.
- Open the shapefile with a name like
BXMapPLUTO.shp
(the first two characters will change depending on the borough you picked). If the data disappears as you zoom in, save the layer as a new one and open that.
- Make a categorized map using the column you found.
Part 2: Filtering with QGIS
- Open the MapPLUTO data from the last part.
- Right-click on the layer and select Filter....
- Use the Query Builder to create an expression that filters the data to one city council district (the
Council
column).
Part 3: Selecting and Saving Data
- Keep the data from the last part, clearing any filters you have on it.
- Select data using Select by expression:
- Features with
NumFloors
over 10.
- Features with
Easements
over 0.
- Features with
LandUse
equal to the code for "Commercial & Office Buildings" according to the data dictionary.
- Another selection of your choosing.
- Save one of the above selections as a new layer.
Part 4: Filtering data with expressions
- Open the original MapPLUTO shapefile you downloaded (not the result of filtering from the previous part).
- Style the data with a Rule-based style to show only the features that you selected for one of the selections from the previous part.