Summary
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
You are free:
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original. https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 true true
GMT commands
File !make_etopo_big.bat used to produce the map:
set PATH=C:\programs\GMT5\bin;%PATH%
set GSEXE="C:\PROGRAM FILES\gs\gs9.10\bin\gswin64c.exe"
set COORDSCUT=-7.0/42.5/29.0/48.0
rem width = 1754 / 150.0 * 2.54 * 4
set PAPERX=118.804266666667
rem height = 862 / 150.0 * 2.54
set PAPERY=58.3861333333333
grdcut.exe ETOPO1_Bed_g_gmt4.grd -R%COORDSCUT% -Gh_cut.grd
if not errorlevel 0 goto End
grdsample h_cut.grd -I20s -Gh_cor_cut.grd
if not errorlevel 0 goto End
grdgradient h_cor_cut.grd -Ne0.02 -A315 -M -Ghi.grd
if not errorlevel 0 goto End
grdimage h_cor_cut.grd -Ihi.grd -Cwiki-water-verlauf2.cpt -P -R%COORDSCUT% -JX%PAPERX%cd/%PAPERY%cd --PAPER_MEDIA=Custom_%PAPERX%cx%PAPERY%c -X0 -Y0 -K > map.eps
if not errorlevel 0 goto End
pscoast.exe -JX%PAPERX%cd/%PAPERY%cd -R%COORDSCUT% -Gc -P -Dh --PAPER_MEDIA=Custom_%PAPERX%cx%PAPERY%c -X0 -Y0 -O -K >> map.eps
if not errorlevel 0 goto End
grdimage h_cor_cut.grd -Ihi.grd -Cwiki-land-verlauf2.cpt -P -R%COORDSCUT% -JX%PAPERX%cd/%PAPERY%cd --PAPER_MEDIA=Custom_%PAPERX%cx%PAPERY%c -X0 -Y0 -O -K >> map.eps
if not errorlevel 0 goto End
pscoast.exe -JX%PAPERX%cd/%PAPERY%cd -R%COORDSCUT% -Q -P -Dh --PAPER_MEDIA=Custom_%PAPERX%cx%PAPERY%c -X0 -Y0 -O -K >> map.eps
if not errorlevel 0 goto End
pscoast.exe -JX%PAPERX%cd/%PAPERY%cd -R%COORDSCUT% -I1/0.5p,#0978AB -I2/0.5p,#0978AB -I3/0.5p,#0978AB -W0.5,#0978AB -P -Dh --PAPER_MEDIA=Custom_%PAPERX%cx%PAPERY%c -X0 -Y0 -O -K >> map.eps
if not errorlevel 0 goto End
pscoast.exe -JX%PAPERX%cd/%PAPERY%cd -R%COORDSCUT% -Na/1.5p,#646464 -P -Dh --PAPER_MEDIA=Custom_%PAPERX%cx%PAPERY%c -X0 -Y0 -O >> map.eps
%GSEXE% -dSAFER -dBATCH -dNOPAUSE -dGraphicsAlphaBits=4 -sDEVICE=pngalpha -dEPSCrop -r150 -sOutputFile=Oblast_etopo_big.png map.eps
if not errorlevel 0 goto End
del h.grd
del hi.grd
:End
English Add a one-line explanation of what this file represents