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
        
        
        
        
        
        
        
        
        
        
        
        
        
            
call Parks and say "where's our park?"
        
        
        
        
        
        
        
        
        
        
        
        
        
        
            
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!
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
            
timemanager plugin
        
        
        
        
        
        
        
        
            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
        
        
        
        
        
        
        
        
        
        
        
        
        
        
            
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
        
        
        
        
        
        
            you'll need:
            latitude and longitude for each feature
            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" />