Rehasher

Claude Streetview — Data skill for Claude Code

Data community

A Claude Skill for pulling street-level photos and street-context data (geometry, buildings, street furniture, elevation) from free and paid imagery providers, and packaging it for 3D reconstruction w.

How to install Claude Streetview

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Rehasher/claude-streetview and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Streetview does

A Claude Skill for pulling street-level photos and street-context data (geometry, buildings, street furniture, elevation) from free and paid imagery providers, and packaging it for 3D reconstruction work.

Alternatives in Data

  • OpenViking — Self-evolving Context Database for AI Agents 33.3k ★
  • Context Mode — Benchmark Results — Benchmarked against real outputs from popular Claude Code MCP servers, Skills, and dev tools 5.6k ★
  • Global Stock Data — US stock market data for AI coding assistants — zero-auth, official sources 1.5k ★

README

  ___ _                _   __ _
 / __| |_ _ _ ___ ___| |_ \ \  ()___ __ __
 \__ \  _| '_/ -_) -_)  _| \ \ | / -_) V  V
 |___/\__|_| \___\___|\__| \_\_|_\___|\_/\_/

 street-level imagery + 3D reference for Claude

A [Claude Skill](https://docs.claude.com) for pulling street-level photos and street-context data (geometry, buildings, street furniture, elevation) from free and paid imagery providers, and packaging it for 3D reconstruction work.

Why

Asking an LLM to "help model this street" usually means it has to guess. This gives it real data instead: georeferenced photos, camera headings, building footprints, and OSM street furniture, bundled into one folder a 3D tool can build against.

Providers

Provider Key required Notes
KartaView no default, always available
Panoramax no default, always available
Mapillary free token better coverage, 360s, object detections
Google Street View paid API key best global coverage, restrictive license

If no key is configured, only the two free-and-open providers are used. Add a key and it's picked up automatically — nothing else changes.

Install

pip install -r requirements.txt

Or, as an installable command:

pip install .
streetview --help

Usage

# what's currently configured and reachable
python scripts/streetview.py config-doctor

# photos near a point, across every available provider
python scripts/streetview.py search 48.8566,2.3522

# every photo around one point, sorted by compass heading (a 360° sweep)
python scripts/streetview.py orbit 48.8566,2.3522

# bundle photos + camera poses + street geometry + buildings + street
# furniture + elevation into one folder, for 3D modelling reference
python scripts/streetview.py --radius 80 reference-pack 48.8566,2.3522 ./out/my_street

Optional API keys:

python scripts/streetview.py config-set mapillary_token 
python scripts/streetview.py config-set google_