Welcome to Methods 3, Lecture 4

This is a web page that can be viewed as slides.

→ to move forward

← to go back

Methods 3

(review)

Choropleth?

source

Louisiana Loses Its Boot

"Using publicly available data, [we] created a map on which areas that commonly appear as land on government issued maps—woody wetlands, emergent herbaceous wetlands and barren land—were re-categorized to appear as water."

source
source

the modifiable areal unit problem

source

"One-third of all homes with a Flint ZIP code lie outside the city. Thus, the state’s numbers for Flint were watered down by an additional 50 percent of addresses that weren’t in the city and weren’t using Flint water."

source
Julianna
Alie
Traditional Color Coding for Land Uses
Land-Based Classification Standards
Abby
Maha

Finding data

opendata.cityofnewyork.us
bytes of the big apple
data.gov
american factfinder
databank.worldbank.org
USGS earthquake data

duplicating layers

you can copy and paste styles

you can save a layer with its style

basic statistics

Start thinking about methodology

source
source
source

you should almost never make choropleths with just counts

think about ways to normalize your data

this make the data comparable across regions

a GIS will let you:

Geoprocessing

buffers

buffers

make a "buffer" around features

source
source

you can make negative buffers

clipping

overlay operations

source
source

Intersect

Union

Symmetric difference

source

usually you'll use geoprocessing functions in a chain

source

keep track of these as you work!

lab

in-class exercises, part 1
source
source
source

joins

attribute joins

joins relate two datasets to each other

source

joins create new hybrid datasets

source
source

"I have this spreadsheet I want to map..."

you need a file with relatable geographies

and a column in each file that relates the two

lab

in-class exercises, part 2

what is the census?

source

decennial census

American Community Survey

source
source
source
source

margin of error: higher with 1-year estimates and smaller geometries

source
census reporter
social explorer
NYC Census FactFinder

no matter which data you download, you'll need appropriate geographies to go with it

source

census blocks are the smallest area data is aggregated to

source
source
source
source

blocks

block groups

tracts

tracts have population between 1,200 and 8,000, optimally 4,000

source
source
source
source

NTAs are NYC-specific aggregations of census tracts

source

downloading census data

joining census data

make sure you have the right boundary files

source

join on AFFGEOID and GEO.id

join on AFFGEOID and GEO.id

or GEOID and GEO.id2

lab

in-class exercises, part 3

lab

in-class exercises, part 4