Expanded description
| Topic |
Description |
| Name |
daps2gmtxy |
| Synopsis |
/infobank/programs/refmt/daps2gmtxy/daps2gmtxy.for |
| Description |
Program to reformat standard DAPS navigation into GMT's psxy format
(x, y).
|
| Author |
Carolyn Degnan, 9/12/96
CD, 5/5/00 - replaced zero lat/lons between sections from skipnsave with '>' for GMT
|
| Reads |
read (InputUnit, '(t16,a9,t26,a10)',
* iostat = ErrorFlag) cLat, cLon
|
| Writes |
write (OutputUnit, '(t1,a10,t12,a9)')
* cLon, cLat
write (OutputUnit, '(t1,a1)') cBreakFlag
|
| Calls |
call openem (1, -1)
call forerror (ErrorFlag)
|
|