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

Alie source
Manon 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" />
            

remote sensing

source
1858, Paris
1868, Paris
1906, San Francisco
1906, San Francisco
source
source
Neubronner, 1908
Neubronner, 1908

Landsat

source

the longest continuous satellite imagery collection program

Landsat is "earth observing", as opposed to people observing (spying)

1972: first Landsat satellite launched

1985: Landsat is privatized, run by Hughes and RCA

2001: Landsat fully returned to public hands

2007: all Landsat imagery becomes free

2013: Landsat 8 launched

source
source

Landsat imagery is used for:

source

resolution: how much area on the ground is represented by one pixel

if a satellite has 30m resolution, each pixel represents a 30m x 30m square

a smaller number for resolution is better

source

temporal resolution

how frequently does the satellite take a picture of a given location?

source
source

bands

satellites produce a number of images at different wavelengths

source
source
source

bands 2, 3, and 4 (blue, green, and red)

source
source

band 5 (near infrared)

source
source
source

band 6 and 7 (shortwave infrared)

source
source

band 9 (clouds)

source

you will combine bands to suit your needs

source
source

LiDAR

light detection and ranging

LiDAR actively uses lasers and sees how long it takes for a reflection to arrive

like SONAR (sound) and RADAR (radio waves)

source
source
source
source
source
source
source

in-class exercise, part 4