GOV/Karten: Unterschied zwischen den Versionen

aus GenWiki, dem genealogischen Lexikon zum Mitmachen.
< GOV
Zur Navigation springen Zur Suche springen
(Australien)
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
pscoast  -R111/155/-45/-8 -Jx0.1d/0.1d    -I1/0.25p,blue  -N1/0.25p,-  -Glightgray -Sblue -Di  > australien.ps && ps2raster -W -Tg australien.ps
pscoast  -R111/155/-45/-8 -Jx0.1d/0.1d    -I1/0.25p,blue  -N1/0.25p,-  -Glightgray -Sblue -Di  > australien.ps && ps2raster -W -Tg australien.ps
</source>
</source>
== Karten, die die Abdeckung des GOV zeigen ==
<source lang="bash">
#!/bin/sh
PATH=$PATH:/usr/lib/gmt/bin/
pscoast -R-12/65/33/72  -Jx0.5d/0.6d  -Glightgray -Sblue -Di -K > europa.ps
psxy -R-12/65/33/72 -J -O -Wred -Sp /tmp/koordinaten.txt >> europa.ps
ps2raster -W -Tg europa.ps
pscoast -R-125/-65/23/50  -Jx0.2d  -Glightgray -Sblue -Di -K > usa.ps
psxy -R-125/-65/23/50 -J -O -Wred -Sp /tmp/koordinaten.txt >>  usa.ps
ps2raster -W -Tg usa.ps
pscoast  -R-95/-30/-60/25  -Jx0.1d/0.1d  -Glightgray -Sblue -Di -K > südamerika.ps
psxy -R-95/-30/-60/25 -J -O -Wred -Sp /tmp/koordinaten.txt >>  südamerika.ps
ps2raster -W -Tg südamerika.ps
pscoast  -R111/155/-45/-8 -Jx0.1d/0.1d  -Glightgray -Sblue -Di -K > australien.ps
psxy -R111/155/-45/-8 -J -O -Wred -Sp /tmp/koordinaten.txt >> australien.ps
ps2raster -W -Tg australien.ps
</source>


[[Kategorie:GOV-Intern]]
[[Kategorie:GOV-Intern]]

Version vom 12. Januar 2015, 16:07 Uhr

Mit folgenden Befehlen können mit GMT die Karten für die Übersicht erzeugt werden:

pscoast -R5/24/45.5882/56   -Jx1d/1.2d   -B5   -I1/0.25p,blue  -N1/0.25p,-  -Glightgray -Sblue -Di -P > mitteleuropa.ps
pscoast -R-12/65/35/72   -Jx0.5d/0.6d    -I1/0.25p,blue  -N1/0.25p,-  -Glightgray -Sblue -Di -P > europa.ps
pscoast -R-125/-65/23/50  -Jx0.2d   -I1/0.25p,blue  -N1/0.25p,-  -Glightgray -Sblue -Di > usa.ps 
pscoast  -R-95/-30/-60/25  -Jx0.1d/0.1d    -I1/0.25p,blue  -N1/0.25p,-  -Glightgray -Sblue -Di  > südamerika.ps && ps2raster südamerika.ps -W -Tg
pscoast  -R111/155/-45/-8 -Jx0.1d/0.1d    -I1/0.25p,blue  -N1/0.25p,-  -Glightgray -Sblue -Di  > australien.ps && ps2raster -W -Tg australien.ps

Karten, die die Abdeckung des GOV zeigen

#!/bin/sh

PATH=$PATH:/usr/lib/gmt/bin/

pscoast -R-12/65/33/72   -Jx0.5d/0.6d   -Glightgray -Sblue -Di -K > europa.ps
psxy -R-12/65/33/72 -J -O -Wred -Sp /tmp/koordinaten.txt >> europa.ps 
ps2raster -W -Tg europa.ps 

pscoast -R-125/-65/23/50  -Jx0.2d   -Glightgray -Sblue -Di -K > usa.ps 
psxy -R-125/-65/23/50 -J -O -Wred -Sp /tmp/koordinaten.txt >>  usa.ps 
ps2raster -W -Tg usa.ps 

pscoast  -R-95/-30/-60/25  -Jx0.1d/0.1d   -Glightgray -Sblue -Di -K > südamerika.ps
psxy -R-95/-30/-60/25 -J -O -Wred -Sp /tmp/koordinaten.txt >>  südamerika.ps
ps2raster -W -Tg südamerika.ps

pscoast  -R111/155/-45/-8 -Jx0.1d/0.1d   -Glightgray -Sblue -Di -K > australien.ps 
psxy -R111/155/-45/-8 -J -O -Wred -Sp /tmp/koordinaten.txt >> australien.ps 
ps2raster -W -Tg australien.ps