Initial commit: 276 AVA boundaries as KML + GeoJSON

This commit is contained in:
2026-02-15 11:19:18 -06:00
commit 2a51bad93b
554 changed files with 27135 additions and 0 deletions

5
convert.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Wrapper to run the AVA converter script
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
TOOLS_DIR="/home/wdjones/.openclaw/workspace/tools"
python3 "$TOOLS_DIR/ava-converter.py" --output "$SCRIPT_DIR" "$@"