Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de 15 de abril de 2025 precisam verificar a qualificação não comercial para manter o acesso ao Earth Engine.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-07-26 UTC."],[[["The `coordinates()` method retrieves a GeoJSON-style list of coordinates representing a geometry's shape."],["This method is applicable to `Geometry` objects in Earth Engine."],["It returns a list containing the coordinates defining the geometry."],["The returned coordinates are structured according to GeoJSON specifications."],["Examples are provided demonstrating the usage in both JavaScript and Python environments within the Earth Engine Code Editor and Colab."]]],["The `Geometry.coordinates()` method extracts and returns a GeoJSON-style list of a geometry's coordinates. This method is applied to a Geometry object, which is defined with a type and its coordinates. The output is a list. The provided examples in JavaScript and Python demonstrate defining a polygon geometry and retrieving its coordinates using this method, and displaying it on a map.\n"]]