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_-n_full.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
14
15
16
17
18
19
20
  1. .. _-n_full:
  2. **-n**\ [**b**\|\ **c**\|\ **l**\|\ **n**][**+a**][**+b**\ *BC*][**+c**][**+t**\ *threshold*]
  3. Select grid interpolation mode by adding **b** for B-spline
  4. smoothing, **c** for bicubic interpolation, **l** for bilinear
  5. interpolation, or **n** for nearest-neighbor value (for example to
  6. plot categorical data). Optionally, append **+a** to switch off
  7. antialiasing (where supported). Append **+b**\ *BC* to override the
  8. boundary conditions used, adding **g** for geographic, **p** for
  9. periodic, or **n** for natural boundary conditions. For the latter
  10. two you may append **x** or **y** to specify just one direction,
  11. otherwise both are assumed. Append **+c** to clip the interpolated
  12. grid to input z-min/max [Default may exceed limits]. Append **+t**\ *threshold* to
  13. control how close to nodes with NaNs the interpolation will go. A
  14. *threshold* of 1.0 requires all (4 or 16) nodes involved in
  15. interpolation to be non-NaN. 0.5 will interpolate about half way
  16. from a non-NaN value; 0.1 will go about 90% of the way, etc.
  17. [Default is bicubic interpolation with antialiasing and a threshold
  18. of 0.5, using geographic (if grid is known to be geographic) or
  19. natural boundary conditions].
Tip!

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

Comments

Loading...