Initial commit: 276 AVA boundaries as KML + GeoJSON
This commit is contained in:
5
convert.sh
Executable file
5
convert.sh
Executable 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" "$@"
|
||||
Reference in New Issue
Block a user