Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The geodesic() method, when applied to a MultiPoint geometry, determines whether edges between points are rendered as straight lines or curved to follow the Earth's curvature.
It returns true if edges are curved (geodesic) and false if they are straight.
This method can be utilized to visualize and analyze MultiPoint data with accurate spatial representation on the Earth's surface.
Examples are provided in JavaScript, Python setup and Python Colab environment for applying the geodesic() method.
If false, edges are straight in the projection. If true, edges are curved to follow the shortest path on the surface of the Earth.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[],["The `geodesic()` method, applicable to a `MultiPoint` geometry, determines edge curvature in a projection. It returns a boolean value; `true` signifies curved edges along the Earth's surface's shortest paths, while `false` indicates straight edges. The method's argument is the `geometry` itself. Examples are given using JavaScript and Python, defining a `MultiPoint`, applying the method, printing the boolean result, and visualizing the geometry on a map.\n"],null,[]]