Skip to content

henryspatialanalysis/artsfund-fifa-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

artsfund-fifa-map

Interactive map of arts programming locations across Washington State, built for the 2026 FIFA Men's World Cup tourist audience. Final deploy target is close.city/projects/artsfund_fifa_map/.

Layout

  • data_prep/ — Python pipeline that geocodes the ArtsFund organization roster (Excel) into a GeoParquet. Driven by data_prep/config.yaml via config-versioned.
  • viz/ — Vite + Vue 3 + OpenLayers 10 web map. Reads the parquet, renders points by discipline, keeps a viewport-synced sidebar list.
  • .claude/ — Project notes and orchestration skills (/artsfund-prep, /artsfund-build).

Quick start

# 1. Geocode the roster
conda run -n openpois python data_prep/geocode_locations.py

# 2. Run the dev map
cd viz && npm install && make dev
# → open http://localhost:5173/projects/artsfund_fifa_map/

# 3. Deploy
WEB_USER=... WEB_HOST=... WEB_KEY=~/.ssh/... make deploy-site

See .claude/CLAUDE.md for the project overview and known sharp edges.

About

Map of arts programming across Washington state, made for the 2026 FIFA Men's World Cup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors