Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Earth Engine API besteht aus Objekten und Methoden. Objekte repräsentieren Datentypen wie Rasterbilder, Vektorfeatures, Zahlen und Strings.
Jedes dieser Objekte gehört zu einer bestimmten Klasse und jede Klasse hat eine bestimmte Anzahl von Funktionen.
Objekte und Methoden werden in Workflow-Scripts kombiniert und zur Verarbeitung an Earth Engine-Server gesendet. Klicken Sie auf die folgenden Karten, um Beispielverfahren für gängige Objektklassen und ihre Methoden zu sehen.
Eine vollständige Liste der Earth Engine-Klassen und ihrer Methoden finden Sie im Abschnitt Clientbibliotheken des API-Referenzhandbuchs (z.B. ee.Image.add). Dieselben Referenzinformationen sind auch auf dem Tab Docs des JavaScript-Code-Editors verfügbar.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-02-18 (UTC)."],[[["The Earth Engine API uses objects like images and features, each with specific methods, to process data on Earth Engine servers."],["Workflows are created by combining these objects and methods in scripts."],["Comprehensive API documentation with class details and methods is available in the API Reference Guide and Code Editor Docs tab."],["Common Earth Engine object classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart, each serving specific data and analytical purposes."],["Explore the provided links to learn about each object class and see example procedures."]]],["The Earth Engine API uses objects (raster images, vector features, numbers, strings) and methods within workflow scripts sent for server processing. Each object belongs to a class with specific functions. Key classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart. These classes represent data types, data sets, and tools for analysis. The API Reference Guide and the Code Editor Docs contain complete class and method information.\n"]]