Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

psmegaplot(1gmt) [debian man page]

PSMEGAPLOT(1gmt)					       Generic Mapping Tools						  PSMEGAPLOT(1gmt)

NAME
psmegaplot - To create poster-size PostScript plots from page-size plot SYNOPSIS
psmegaplot plotfile -Sscale [ -C ] DESCRIPTION
psmegaplot reads a GMT-produced PostScript file and 'blows it up' by an arbitrary scale. The result is several plots that make up the pieces in a jigsaw puzzle. Cut and paste these pieces to make a 'megaplot'. plotfile PostScript file as created by the GMT programs. -S Multiply the x- and y-dimension by scale. scale must be larger than 1.0. OPTIONS
No space between the option flag and the associated arguments. -C Plot crop marks in each corner of every output page. [Default is no marks] EXAMPLES
To magnify a contour-map PostScript file 3 times, giving a total of 9 output pages to be pasted together, use psmegaplot hawaii_contour.ps -S3 -C > hawaii_contour_megaplot.ps BUGS
This program is unlikely to work on non-GMT-produced PostScript files since it anticipates the structure of the file. It also assumes that the output media is Letter size. SEE ALSO
GMT(1) GMT 4.5.7 15 Jul 2011 PSMEGAPLOT(1gmt)

Check Out this Related Man Page

KML2GMT(1gmt)						       Generic Mapping Tools						     KML2GMT(1gmt)

NAME
kml2gmt - Extract GMT table data from Google Earth KML files SYNOPSIS
kml2gmt [ infile ] [ -V ] [ -Z ] [ -:[i|o] ] [ -bo[s|S|d|D[ncol]|c[var1/...]] ] DESCRIPTION
kml2gmt reads a Google Earth KML file and outputs a GMT table file. Only KML files that contain points, lines, or polygons can be pro- cessed. This is a bare-bones operation that aims to extract coordinates and possibly the name and description tags of each feature. The main use intended is to capture coordinates modified in Google Earth and then reinsert the modified data into the original GMT data file. For a more complete reformatting, consider using ogr2ogr -f "GMT" somefile.gmt somefile.kml. infile Name of the KML file to work on. If not given, standard input is read. OPTIONS
No space between the option flag and the associated arguments. -Z Output the altitude coordinates as GMT z coordinates [Default will output just longitude and latitude]. -V Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. -: Toggles between (longitude,latitude) and (latitude,longitude) input and/or output. [Default is (longitude,latitude)]. Append i to select input only or o to select output only. [Default affects both]. -bo Selects binary output. Append s for single precision [Default is d (double)]. Uppercase S or D will force byte-swapping. Option- ally, append ncol, the number of desired columns in your binary output file. EXAMPLES
SEE ALSO
gmtdefaults(1), GMT(1), img2google(1), ps2raster(1) gmt2kml(1) GMT 4.5.7 15 Jul 2011 KML2GMT(1gmt)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Timezone

HI ; I got Solaris8 installed oon Sunfire V440 .I have TZ=GMT in /etc/TIMEZONE , but when i log in as root i see the date in GMT+1. So i have every time to "set TZ=GMT ; export $TZ" . How can i set the TZ=GMT at the startup defenitely. Thanks :) (7 Replies)
Discussion started by: oss
7 Replies

2. Shell Programming and Scripting

Easy way to conver GMT to EST5EDT

I have a tool that outputs its date as YYyymmddHHMMSS GMT. Does anyone know a simple way to convert this to EST5EDT using ksh? (1 Reply)
Discussion started by: 2dumb
1 Replies

3. Shell Programming and Scripting

Help with awk

Hi I have a file that looks like this: 1_1_120_317 Letter 1_1_125_219 Letter but what I want do is is put it into something liek this: @1:0:0:0 Letter + KKJLKJKKJKSDKJDKDJKD @1:0:0:0 Letter + JKJDKJKEJKDJKDJKEJKDJDK I wrote this to do that: awk... (3 Replies)
Discussion started by: kylle345
3 Replies

4. UNIX for Dummies Questions & Answers

awk and log files

Hello, I have a series of logs that I need to analyse. each looks something like:234.10.72.175 Mon Mar 02 20:25:00 GMT 2009 226.91.87.86 Thu Mar 05 03:50:26 GMT 2009 226.91.87.86 Thu Mar 05 04:06:07 GMT 2009 Using awk, so far I have been able to count the lines in a... (5 Replies)
Discussion started by: Freaky
5 Replies

5. Shell Programming and Scripting

GMT -4 to determine day of week

I pulled the following code from one of Jim's threads. Since my server time is GMT, I need to make sure the output is GMT-4. Does anyone know how to tweak Perl to reflect this? Thanks Scott #!/bin/ksh # input format YYYY-MM-DD prints day name dow() { perl -e ' use POSIX... (13 Replies)
Discussion started by: WhoDatWhoDer
13 Replies

6. Shell Programming and Scripting

Extracting text between two patterns 1 and 2 and pattern2 should be second occurrence of the file

Hi All, I have a small query. I have a file containing the following lines File 1: 29-Jul-2011 GMT Static data requires update <Extraction should start here> ----------- ----------- -------------------- ----------------------- ----------- <should stop here> Pattern1 will be time... (2 Replies)
Discussion started by: gangii87
2 Replies

7. UNIX for Advanced & Expert Users

R plots in UNIX platform

How do you see plots produced in R under UNIX platform? Thanks! (2 Replies)
Discussion started by: johnkim0806
2 Replies

8. UNIX for Dummies Questions & Answers

Extracting part of a word

I have the code message={TP=2012:09:23:00:00:00:GMT,SD=2012:09:23:00:00:00:GMT,SP=2,FT=CCGT,FG=3605} I want to extract the FG=3605 parts of this. Please help. I am trying to do this using awk or unix. (5 Replies)
Discussion started by: JenniferTopham
5 Replies