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_-D_cap.rst_ 1.2 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
  1. **-D**\ [**+x**\ *xname*][**+y**\ *yname*][**+z**\ *zname*][**+s**\ *scale*][**+o**\ *offset*][**+n**\ *invalid*][**+t**\ *title*][**+r**\ *remark*]
  2. Give one or more combinations for values *xname*, *yname*, *zname* (give the names of those variables
  3. and in square bracket their units, e.g., "distance [km]"), *scale* (to multiply grid values after
  4. read [normally 1]), *offset* (to add to grid after scaling [normally 0]),
  5. *invalid* (a value to represent missing data [NaN]), *title* (anything you
  6. like), and *remark* (anything you like). Items not listed will remain untouched.
  7. Give a blank name to completely reset a particular string.
  8. Use quotes to group texts with more than one word. If any of your text contains plus symbols
  9. you need to escape them (place a backslash before each plus-sign) so they are not confused with the
  10. option modifiers. Alternatively, you can place the entire double-quoted string inside single
  11. quotes. If you have shell variables that contain plus symbols you cannot use single quotes but
  12. you can escape the plus symbols in a variable using constructs like ${variable/+/\\+}.
  13. Note that for geographic grids (**-fg**) *xname* and *yname* are set automatically.
Tip!

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

Comments

Loading...