Add 2025 Texas Trahan Thanksgiving trip
This commit is contained in:
parent
66205965ce
commit
2faf722f03
3 changed files with 40 additions and 0 deletions
9
layers/trips/trahan-texas-thanksgiving-2025/get_data.sh
Executable file
9
layers/trips/trahan-texas-thanksgiving-2025/get_data.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
FROM="2025-11-22T13:00:00.000Z"
|
||||
TO="2025-11-28T19:30:00.000Z"
|
||||
URL="https://whereis.chandlerswift.com/api/0/locations?from=$FROM&to=$TO&format=geojson&user=chandler&device=oneplus9"
|
||||
|
||||
curl --silent "$URL" \
|
||||
| python "$(dirname $0)/../../../util/process_owntracks_geojson_to_line.py" \
|
||||
> data.geojson
|
||||
Loading…
Add table
Add a link
Reference in a new issue