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

explain_-I.rst_ 1.5 KB

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. **-I**\ *xinc*\ [**+e**\|\ **n**][/\ *yinc*\ [**+e**\|\ **n**]]
  2. *x_inc* [and optionally *y_inc*] is the grid spacing. Optionally,
  3. append a suffix modifier. **Geographical (degrees) coordinates**: Append
  4. **m** to indicate arc minutes or **s** to indicate arc seconds. If one
  5. of the units **e**, **f**, **k**, **M**, **n** or **u** is appended
  6. instead, the increment is assumed to be given in meter, foot, km, Mile,
  7. nautical mile or US survey foot, respectively, and will be converted to
  8. the equivalent degrees longitude at the middle latitude of the region
  9. (the conversion depends on :term:`PROJ_ELLIPSOID`). If *y_inc* is given
  10. but set to 0 it will be reset equal to *x_inc*; otherwise it will be
  11. converted to degrees latitude. **All coordinates**: If **+e** is appended
  12. then the corresponding max *x* (*east*) or *y* (*north*) may be slightly
  13. adjusted to fit exactly the given increment [by default the increment
  14. may be adjusted slightly to fit the given domain]. Finally, instead of
  15. giving an increment you may specify the *number of nodes* desired by
  16. appending **+n** to the supplied integer argument; the increment is then
  17. recalculated from the number of nodes and the domain. The resulting
  18. increment value depends on whether you have selected a
  19. gridline-registered or pixel-registered grid; see :ref:`GMT File Formats` for
  20. details. **Note**: If **-R**\ *grdfile* is used then the grid spacing (and registration) have
  21. already been initialized; use **-I** (and **-r**) to override the values.
Tip!

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

Comments

Loading...