Cartography CS444 Why draw a map? The world is not flat! What do - - PowerPoint PPT Presentation

cartography
SMART_READER_LITE
LIVE PREVIEW

Cartography CS444 Why draw a map? The world is not flat! What do - - PowerPoint PPT Presentation

Cartography CS444 Why draw a map? The world is not flat! What do the internal angles of a triangle sum to? The world is not flat! If you walked your way out of Tucson, forever going east, would you be walking in a straight line? The


slide-1
SLIDE 1

Cartography

CS444

slide-2
SLIDE 2

Why draw a map?

slide-3
SLIDE 3

The world is not flat!

slide-4
SLIDE 4

What do the internal angles

  • f a triangle sum to?
slide-5
SLIDE 5

The world is not flat!

slide-6
SLIDE 6

If you walked your way out of Tucson, forever going east, would you be walking in a straight line?

slide-7
SLIDE 7

The world is not flat!

slide-8
SLIDE 8

https://bost.ocks.org/mike/map/

slide-9
SLIDE 9

Map Projections

https://www.jasondavies.com/maps/transition/

slide-10
SLIDE 10

What properties do we want projections to preserve?

  • Shape
  • Bearing
  • Area
  • Distance

Can we preserve all of these at once?

slide-11
SLIDE 11

Cylindrical Projections

http://www.progonos.com/furuti/MapProj/

slide-12
SLIDE 12

Equirectangular Projection

slide-13
SLIDE 13

Equirectangular Projection

  • y = lat
  • x = long
  • Preserves lat and long
slide-14
SLIDE 14

Mercator Projection

  • Preserves local shape
  • “conformal”: angles are preserved
slide-15
SLIDE 15
  • Bearing: following a compass direction makes a

straight line in the Mercator projection https://www.jasondavies.com/maps/loxodrome/

slide-16
SLIDE 16

Sizes?

http://thetruesize.com/

slide-17
SLIDE 17

Mercator Projection

http://thetruesize.com/

Sizes?

slide-18
SLIDE 18

Mercator Projection

  • y = log (tan (45 + lat/2))
  • x = long
slide-19
SLIDE 19

Lambert’s Cylindrical Equal- Area Projection

  • y = sin (lat)
  • x = long
slide-20
SLIDE 20

Lambert’s Cylindrical Equal- Area Projection

slide-21
SLIDE 21

Azimuthal Projections (“Directional” Projections)

Directions from center point are preserved http://bl.ocks.org/mbostock/

slide-22
SLIDE 22
slide-23
SLIDE 23
slide-24
SLIDE 24
slide-25
SLIDE 25

More complex projections

Albers: Conic, equal-area

slide-26
SLIDE 26

More complex projections

Composite Albers projection used by the USGS and Census Bureau

slide-27
SLIDE 27

More complex projections

Hammer

slide-28
SLIDE 28

More complex projections

Winkel- Tripel

slide-29
SLIDE 29

Many, many, many more…

slide-30
SLIDE 30

How do we compare projections?

slide-31
SLIDE 31

Tissot’s Indicatrix

https://www.jasondavies.com/maps/tissot/

slide-32
SLIDE 32

Tissot’s Indicatrix

https://en.wikipedia.org/wiki/Tissot%27s_indicatrix https://en.wikipedia.org/wiki/ Mollweide_projection

slide-33
SLIDE 33

Cartograms

slide-34
SLIDE 34

Distort maps explicitly to use area as channel

slide-35
SLIDE 35
slide-36
SLIDE 36
slide-37
SLIDE 37
slide-38
SLIDE 38

http://www.pnas.org/content/101/20/7499.full.pdf Gastner & Newman: Diffusion-based method for producing density-equalizing maps

slide-39
SLIDE 39

Dorling Cartograms: Turn shapes into Circles # Starbucks per state in the US

slide-40
SLIDE 40

Let’s implement Dorling Cartograms

slide-41
SLIDE 41
slide-42
SLIDE 42

Limitations

  • What can we encode with area?
  • What do we want to preserve?
  • What happens with extreme distortions?
slide-43
SLIDE 43

Limitations

http://www-personal.umich.edu/~mejn/election/2016/

slide-44
SLIDE 44

Limitations