February 26, 2026

Parallax, Panic, and Street View

Google Street View in 2026

Street View: still magic or stuck in time? Fans swoon, critics cry stagnation

TLDR: One mapper condensed global Street View capture dates into a tidy 85 MB file with 7.16 million points, revealing where Google last drove. Comments split between joy and frustration: fans praise the tool, critics call Street View stagnant, with side chatter about Apple’s trippy parallax and Ontario’s oddly dense coverage.

A map nerd just crunched Google’s Street View capture dates into a compact file, turning 131 country JSONs from this public dataset into one 85 MB bundle with 7.16 million points. Using a speedy tool called DuckDB and the QGIS map app, they sorted the world’s drive‑by camera dots to show when each place was last seen. Some countries—Bosnia and Herzegovina, Cyprus, Namibia, Paraguay, Vietnam—are missing this round, with hopes for the next refresh. The visual flair sparked its own subplot: one reader asked if the glowing base map was from Pandemic or DEFCON; another replied it’s ArcGIS’s “Nova Map.”

But the comments became a culture war over Street View itself. One camp cries stagnation, with modeless demanding the seamless 3D planet we were promised. Another camp is still in love, like mcntsh, confessing daily joy while dreading the day it gets “enshitified.” Apple Maps truthers showed up: Oarch swears there’s a subtle parallax that makes poles and buildings shift in layers. And Canadians are baffled by ultra‑dense coverage in southern Ontario—did the car get stuck at Tim Hortons? Verdict: a slick data drop that ignited a bigger fight over whether Street View is still magic… or stuck in 2009.

Key Points

  • The author converts a global Street View coverage‑date dataset from JSON into a Parquet file using DuckDB.
  • Environment uses DuckDB v1.4.3 with H3, JSON, Lindel, Parquet, and Spatial extensions, set to auto‑load via ~/.duckdbrc.
  • 131 JSON files (647 MB uncompressed) are downloaded from geo.emily.bz/coverage-dates; last refreshed on December 4th.
  • Data is ingested into a GEOMETRY/date table, sorted via Hilbert encoding, and exported to Parquet with Zstandard compression (level 22).
  • The output Parquet is 85 MB with 7,163,407 rows; data for Bosnia and Herzegovina, Cyprus, Namibia, Paraguay, and Vietnam is missing.

Hottest takes

"By now we should all be flying around the planet in a seamless 3D reconstruction..." — modeless
"it'll be a shame when it's inevitably enshitified." — mcntsh
"And it's such a subtle effect that I still break my brain trying to determine whether or not I've made it up." — Oarch
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.