repo.or.cz
/
wrfxpy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adding --no-hsts to wget options,, hangs otherwise
[wrfxpy.git]
/
process_tiffs_output.sh
blob
2c5857d00cb2c88c5b0f9187d57abdcc34f62459
1
#!/usr/bin/env bash
2
if
[
$#
-ne
1
]
3
then
4
echo
usage
:
.
/
process_output.sh job_id
5
exit
1
6
fi
7
cd
$
(
dirname
"
$0
"
)
8
export
PYTHONPATH
=
src
9
# if this fails, install conda and run:
10
# conda create -n gdal python=3.4 gdal netcdf4 jpeg=8 pyproj matplotlib
11
# conda activate gdal
12
python src
/
process_tiffs.py
$1