Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ex35.rst 720 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
16
17
18
19
20
21
  1. .. _example_35:
  2. (35) Spherical triangulation and distance calculations
  3. ------------------------------------------------------
  4. The script produces the plot in Figure. Here
  5. we demonstrate how :doc:`sphtriangulate </sphtriangulate>` and
  6. :doc:`sphdistance </sphdistance>` are used to compute the Delauney and
  7. Voronoi information on a sphere, using a decimated GSHHG crude coastline.
  8. We show a color image of the distances, highlighted with 500-km contours,
  9. and overlay the Voronoi polygons in green. Finally, the continents are
  10. placed on top.
  11. .. literalinclude:: /_verbatim/ex35.txt
  12. :language: bash
  13. .. figure:: /_images/ex35.*
  14. :width: 500 px
  15. :align: center
  16. Spherical triangulation and distance calculations
Tip!

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

Comments

Loading...