Plot GPS velocties and strain
This project is maintained by demanasta
This repository includes bash scripts that use Generic Mapping Tools (Wessel et al., 2013) to plot teconic velocities and parameters of strain tensors
main scripts
input files
If you'd like to use topography, you can download world DEM from here
# //////////////////
# Set PATHS parameters
pth2dems=${HOME}/Map_project/dems
inputTopoL=${pth2dems}/ETOPO1_Bed_g_gmt4.grd
inputTopoB=${pth2dems}/ETOPO1_Bed_g_gmt4.grd
pth2logos=$HOME/Map_project/logos
pth2faults=$HOME/Map_project/faults/NOAFaults_v1.0.gmt
#///////////////////
# Set default REGION for GREECE
west=19
east=30.6
south=33
north=42
projscale=6000000
frame=2
# ////////////////////////////////////////////////////////////////
# scale position parameters for velocities
vsclon=20.2
vsclat=34
vscmagn=20
VSC=0.05
STRSC=50
strsclon=20.2
strsclat=34
For main script help function run:
$> ./gpsvelstr.sh -h
INPUT FILES
code lat lon alt vN svN vE svE vU svU
code lat lon Kmax sKmax Kmin sKmin Az sAz E sE gtot sgtot
(do not use a seperator!)
MAIN OPTIONS
Usage : plot_eq.sh -r west east south north projscale frame| -topo | -o [output] | -jpg
PLOT VELOCITIES
PLOT STRAIN TENSOR PARAMETERS
OTHER OPRTIONS
h [:= help] help menu
Exit Status: 1 -> help message or error Exit Status: >= 0 -> sucesseful exit
$ ./gpsvelstr.sh -topo -faults -jpg -logo
plot velocity test file
$ ./gpsvelstr.sh -jpg -topo -vhor test.vel -logo
plot strain rates from test file
$ ./gpsvelstr.sh -jpg -topo -str test.str -logo
Ganas Athanassios, Oikonomou Athanassia I., and Tsimi Christina, 2013. NOAFAULTS: a digital database for active faults in Greece. Bulletin of the Geological Society of Greece, vol. XLVII and Proceedings of the 13th International Congress, Chania, Sept. 2013.
Wessel, P., W. H. F. Smith, R. Scharroo, J. F. Luis, and F. Wobbe, Generic Mapping Tools: Improved version released, EOS Trans. AGU, 94, 409-410, 2013.
Demitris Anastasiou, danast@mail.ntua.gr
Xanthos Papanikolaou, xanthos@mail.ntua.gr