Welcome to Methods 3, Lecture 11

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

→ to move forward

← to go back

Methods 3

Urban Reviewer

urban reviewer

Edgemere Urban Renewal Park

596 Acres

call Parks and say "where's our park?"

Edgemere Urban Renewal Park

Fitzgerald

today

Nathan Kensinger

today

NYC EDC

today

Performing Arts Educators

today

Panoramio

let's map them!

we weren't the first to have this idea

Community Development Program Progress Report (1968)

Atlas of Urban Renewal (1984)

FOIL

FOILed!

thanks, volunteers!

urban reviewer
source
source

timemanager plugin

in-class exercise, part 1

source

but Carto can only animate points

source

it's possible to animate lines with some work

source

start with a series of lines with dates

densify to add more nodes to the lines

turn the densified nodes into points

3D in QGIS

in-class exercise, part 2

in-class exercise, part 3

what if I wanted to put this online without using Carto?

qgis2web

qgis2web

creates a webmap out of a QGIS map

it outputs a folder of code that creates the webmap

you can upload these files (drag-and-drop) to a site like neocities

you can upload these files (drag-and-drop) to a site like neocities

source
source
source

you'll need:

latitude and longitude for each feature

source
source

you'll also need:

an API key from google (requires a credit card)

source
<img style="width: 90%"
  src="https://maps.googleapis.com/maps/api/
  streetview?size=640x480&key=[YOUR API KEY]
  &location={{latitude}},{{longitude}}&fov=60
  &pitch=5" />