Obliques
An open approach

@boyd.xyz/a

Kuwohi (Clingmans Dome), 6,644 ft
Yesterday in the Great Smokies
Webcam archive
Ky GIS Conference, September 25, 2025

Boyd Shearer

KyFromAbove Oblique Imagery

  • Open data for entire state (2022-2024)
  • Four views for every location in Kentucky
  • KyFromAbove Explorer 💯 🔗

Raw imagery

  • How to get it?
  • Why would you want it?
  • Gorgeous natural views!
  • Better sense of scale and context.

Imagine

  • Walking downtown and asking
  • "What's on the other side of this building?"
  • View it on your mobile device.

Challenges

  • Over 4.4 million images
  • 40 MB – 100 MB per image
  • At roughly 10k x 15k pixels
  • TIFFs in the browser?

Opportunities

  • KyFromAbove on AWS Explorer 🔗
  • contains the images
  • but importantly: it provides metadata via spatial layers.

Goals

  • Make an app that runs on mobile browsers
  • with minimal tech
  • and intuitive symbology.
  • Download full-res by location.

Tech

Centroids

  • Create vector tile of centroids.
  • 2.2 GB becomes 300 MB.
  • Symbolize by camera orientation.

Attributes needed for intuitive symbology

Time for data munging

to find which way is up

Now we know the flight directions

Preview?

  • TIFFs in the browser?
  • Thankfully: Cloud Optimized GeoTIFFs (COGs)
  • and geotiff.js 🔗

Process

  • Resample to max width of 4k
  • at runtime in browser
  • and render to browser Canvas element.
  • Hey, works in my browser!

Live demo

Where's Wally?

Thank you