Skip to content
Snippets Groups Projects
Commit 922af507 authored by ranchodeluxe's avatar ranchodeluxe
Browse files

force to TZ to EST/EDT

parent 46e5f45d
No related branches found
No related tags found
1 merge request!61Additions: primary keys, speed ups (preprocessing and postprocessing), tests, scalene, reorg entire fireatlas
#!/bin/bash
set -eo pipefail
# force all datetimes to be EST/EDT
export TZ="America/New_York"
# check if the number of arguments is less than 4 (minimum required)
if [ $# -lt 5 ]; then
echo "Usage: $0 regnm bbox tst ted --flag"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment