Commit 1e9d8eda authored by Ibrahim Ahmed's avatar Ibrahim Ahmed
Browse files

Update README.md

parent f27d2777
Loading
Loading
Loading
Loading
+5 −2
Changes for README.md: 5 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -38,8 +38,11 @@ Date/time formats can be
ATTENTION: Using a "Z" to specify time zone uses Unix conventions, so:
 - 2020-02-03T15:30:00Z-6 is Feb 3 2020 3:30 PM >>UTC+6<< timezone

# for example:
python -m bdx harrypotter wing@rd1umLeviosa 2422 2020-02-03T15:00Z-6 2020-02-04T16:00Z-6 ~/data.csv --preprocess
# for example, download given a UTC-6 time, store in csv file, and guess/convert to SI units:
python -m bdx harrypotter wing@rd1umLeviosa 2422 2020-02-03T15:00-6 2020-02-04T16:00-6 --file ~/data.csv --preprocess

# for example, download given a UTC-6 time, output un-converted units to console output:
python -m bdx harrypotter wing@rd1umLeviosa 2422 2020-02-03T15:00-6 2020-02-04T16:00-6
```

If `file` is not provided, output is printed to `STDOUT` and can be piped elsewhere.