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/.
data_prep/— Python pipeline that geocodes the ArtsFund organization roster (Excel) into a GeoParquet. Driven bydata_prep/config.yamlvia 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).
# 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-siteSee .claude/CLAUDE.md for the project overview and
known sharp edges.