Add Trahan trip route
This commit is contained in:
parent
8017e4d88b
commit
bd31c08c16
5 changed files with 91 additions and 0 deletions
9
layers/trips/trahan-north-carolina-august-2023/get_data.sh
Executable file
9
layers/trips/trahan-north-carolina-august-2023/get_data.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
FROM="2023-08-24T12:45:00.000Z"
|
||||
TO="2023-09-01T21:50:00.000Z"
|
||||
URL="https://whereis.chandlerswift.com/api/0/locations?from=$FROM&to=$TO&format=geojson&user=chandler&device=oneplus6t"
|
||||
|
||||
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