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_grdresample.rst_ 857 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
  1. Consequences of grid resampling
  2. -------------------------------
  3. Except for Cartesian cases, we need to resample your geographic grid onto
  4. an equidistant projected grid. In doing so various algorithms come into play
  5. that projects data from one lattice to another while avoiding anti-aliasing,
  6. leading to possible distortions.
  7. One expected effect of resampling with splines is the tendency for the new
  8. resampled grid to slightly exceed the global min/max limits of the original
  9. grid. If this is coupled with tight CPT limits you may find that some
  10. map areas may show up with fore- or background color due to the resampling.
  11. In that case you have two options: (1) Modify your CPT to fit the resampled
  12. extrema (reported with **-V**) or (2) Impose clipping of resampled values
  13. so they do not exceed the input min/max values (add **+c** to your **-n**
  14. option).
Tip!

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

Comments

Loading...