Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

gmt.fmt 805 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. #
  2. # Define file for X2SYS processing of GMT/MGG files
  3. #
  4. # This file applies to the GMT MGG file format.
  5. # This format was developed by P. Wessel and
  6. # Walter H.F. Smith at Lamont in the late 1980ies
  7. # Utilities to deal with these files are supplied
  8. # in the GMT supplemental package mgg
  9. #
  10. #---------------------------------------------------------------------
  11. #BINARY # The input file is binary
  12. #SKIP 18 # The number of header bytes to skip
  13. #---------------------------------------------------------------------
  14. #name intype NaN-proxy? NaN-proxy scale offset oformat
  15. time i N 0 1 0 %10.0f
  16. lat i N 0 1.0e-6 0 %9.5f
  17. lon i N 0 1.0e-6 0 %10.5f
  18. faa h Y -32000 0.1 0 %6.1f
  19. mag h Y -32000 1 32000 %6.0f
  20. top h Y -32000 1 0 %6.0f
  21. #---------------------------------------------------------------------
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...