Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["The `coordinates()` method returns a GeoJSON-style list of a geometry's coordinates, specifically for LineString geometries."],["This method is accessible through the `LineString` object and returns a list of coordinate pairs."],["Usage examples are provided in both JavaScript and Python, demonstrating how to retrieve and utilize the coordinates of a LineString."]]],["The `coordinates()` method extracts and returns a list of a geometry's coordinates in GeoJSON format. Applied to a `LineString` object, it outputs a list. For instance, a `LineString` defined by `[[-122.09, 37.42], [-122.08, 37.43]]` would result in the corresponding list of coordinates. The provided examples demonstrate this method's use in both JavaScript and Python, including how to visualize the `LineString` geometry on a map.\n"]]