small correct readme, correct plot_flight_borders.py for plot in another devices
This commit is contained in:
@@ -23,6 +23,7 @@ git clone http://heagit.cosmos.ru/gamkov/asotr_flight.git
|
||||
3. Enter the repo:
|
||||
```
|
||||
cd <PATH_TO_ASOTR_FLIGHT>
|
||||
mkdir reports
|
||||
```
|
||||
|
||||
## Using
|
||||
@@ -45,7 +46,7 @@ csv data will be in directory:
|
||||
You might plot data by using shell-script (for MVN reports), for example:
|
||||
```
|
||||
cd <PATH_TO_ASOTR_FLIGHT>
|
||||
./plot_flight_borders.sh <PATH_TO_ASOTR_CSV>/ 10.03.2025 23.04.2025 14 0
|
||||
./plot_flight_borders.sh <PATH_TO_ASOTR_CSV>/data/ 10.03.2025 23.04.2025 14 0
|
||||
```
|
||||
where:
|
||||
10.03.2025 - start date
|
||||
@@ -56,7 +57,7 @@ where:
|
||||
Or you might plot data by using python script directly, for example:
|
||||
```
|
||||
cd <PATH_TO_ASOTR_FLIGHT>
|
||||
python3 plot_flight_borders.py -s <PATH_TO_ASOTR_CSV> -c 100000 -a 01 -b 10.03.2025 -e 15.03.2025 -f 14 -d 0 -p 0
|
||||
python3 plot_flight_borders.py -s <PATH_TO_ASOTR_CSV>/data/ -c 100000 -a 01 -b 10.03.2025 -e 15.03.2025 -f 14 -d 0 -p 0
|
||||
```
|
||||
|
||||
Graphs with data are in the directory:
|
||||
|
Reference in New Issue
Block a user