home
readme
diff
tree
note
docs
0commit 7c49ea3626c03a8d98960b4493c81e959b56a425
1Author: lakefox <mason@lakefox.net>
2Date: Sat May 23 15:11:38 2026 -0600
3
4 update metar
5
6diff --git a/.metar.sh.swp b/.metar.sh.swp
7deleted file mode 100644
8index 4c0fb62..0000000
9Binary files a/.metar.sh.swp and /dev/null differ
10diff --git a/metar.sh b/metar.sh
11index 3f34409..01f862f 100755
12--- a/metar.sh
13+++ b/metar.sh
14@@ -3,5 +3,5 @@
15 echo "Content-Type: text/json\r\n"
16 echo "Access-Control-Allow-Origin: *"
17 echo ""
18+"/tmp/$name/$hash/curl" -s -f -S --cacert "/tmp/$name/$hash/ca-certificates.crt" "https://aviationweather.gov/api/data/metar?bbox=$bbox&format=geojson"
19
20-./curl -s -f -S --cacert ./ca-certificates.crt "https://aviationweather.gov/api/data/metar?bbox=$bbox&format=geojson"