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

geoz.fmt 461 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
  1. #
  2. # Define file for X2SYS processing of ASCII lon,lat,z files
  3. #
  4. # This file applies to plain 3-column ASCII files.
  5. #
  6. #---------------------------------------------------------------------
  7. #ASCII # The input file is ASCII
  8. #SKIP 1 # The number of header records to skip
  9. #---------------------------------------------------------------------
  10. #name intype NaN-proxy? NaN-proxy scale offset oformat
  11. lon a N 0 1 0 %10.5f
  12. lat a N 0 1 0 %9.5f
  13. z a N 0 1 0 %6.1f
Tip!

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

Comments

Loading...