no header in file
This commit is contained in:
parent
c957406e77
commit
dca0fbd109
@ -11,8 +11,8 @@ WEBSOCKET_URL="wss://stream.aisstream.io/v0/stream"
|
|||||||
# Default bounding box (worldwide coverage)
|
# Default bounding box (worldwide coverage)
|
||||||
# Format: [[lat1, lon1], [lat2, lon2]]
|
# Format: [[lat1, lon1], [lat2, lon2]]
|
||||||
# Current setting covers the entire world
|
# Current setting covers the entire world
|
||||||
#BOUNDING_BOX='[[[-90,0],[5,60]]]'
|
BOUNDING_BOX='[[[-90,0],[5,60]]]'
|
||||||
BOUNDING_BOX='[[[-90, -180], [90, 180]]]'
|
#BOUNDING_BOX='[[[-90, -180], [90, 180]]]'
|
||||||
|
|
||||||
# Optional: Filter by specific ship MMSI numbers (up to 50)
|
# Optional: Filter by specific ship MMSI numbers (up to 50)
|
||||||
# Leave empty for all ships
|
# Leave empty for all ships
|
||||||
@ -25,7 +25,7 @@ MESSAGE_TYPE_FILTER='["PositionReport"]'
|
|||||||
# Output file for logging (optional)
|
# Output file for logging (optional)
|
||||||
DateFichier=$(date +"%Y%m%d-%H%M%S")
|
DateFichier=$(date +"%Y%m%d-%H%M%S")
|
||||||
dir=$(dirname $0)
|
dir=$(dirname $0)
|
||||||
OUTPUT_FILE="$dir/raw_ais_$DateFichier.log"
|
OUTPUT_FILE="$dir/data/raw_ais_$DateFichier.log"
|
||||||
|
|
||||||
# Function to display usage information
|
# Function to display usage information
|
||||||
show_usage() {
|
show_usage() {
|
||||||
@ -165,7 +165,7 @@ echo "Message Types: $MESSAGE_TYPE_FILTER"
|
|||||||
if [ -n "$OUTPUT_FILE" ]; then
|
if [ -n "$OUTPUT_FILE" ]; then
|
||||||
echo "Output File: $OUTPUT_FILE"
|
echo "Output File: $OUTPUT_FILE"
|
||||||
# Create output file with timestamp header
|
# Create output file with timestamp header
|
||||||
echo "# AIS Stream Data - $(date)" > "$OUTPUT_FILE"
|
#echo "# AIS Stream Data - $(date)" > "$OUTPUT_FILE"
|
||||||
fi
|
fi
|
||||||
echo "Press Ctrl+C to stop..."
|
echo "Press Ctrl+C to stop..."
|
||||||
echo "----------------------------------------"
|
echo "----------------------------------------"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user