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_distcalc_full.rst_ 915 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
  1. .. _-distcalc_full:
  2. **-je**\|\ **f**\|\ **g**
  3. Determine how spherical distances are calculated in modules that support this.
  4. By default (**-jg**), we perform great circle distance calculations and parameters such
  5. as distance increments or radii will be compared against calculated great
  6. circle distances. To simplify and speed up calculations you can select Flat
  7. Earth mode (**-jf**) which gives an approximate but faster result. Alternatively,
  8. you can select ellipsoidal (**-je**; or geodesic) mode for the highest precision
  9. (and slowest calculation time). All spherical distance calculations depend on
  10. the current ellipsoid (:term:`PROJ_ELLIPSOID`), the definition of
  11. the mean radius (:term:`PROJ_MEAN_RADIUS`), and the specification
  12. of latitude type (:term:`PROJ_AUX_LATITUDE`). Geodesic distance
  13. calculations is also controlled by method (:term:`PROJ_GEODESIC`).
Tip!

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

Comments

Loading...