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_float.rst_ 572 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. Grid Values Precision
  2. ---------------------
  3. Regardless of the precision of the input data, GMT programs that create
  4. grid files will internally hold the grids in 4-byte floating point
  5. arrays. This is done to conserve memory and furthermore most if not all
  6. real data can be stored using 4-byte floating point values. Data with
  7. higher precision (i.e., double precision values) will lose that
  8. precision once GMT operates on the grid or writes out new grids. To
  9. limit loss of precision when processing data you should always consider
  10. normalizing the data prior to processing.
Tip!

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

Comments

Loading...