Hiermit werden Table-Features abgerufen. Die Anfrage enthält den Namen der Tabelle, die aus einer vorherigen CreateTable-Anfrage heruntergeladen werden soll.
[[["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-03-06 (UTC)."],[[["Tables in Earth Engine store tabular data and are defined by a name, an expression that evaluates to a FeatureCollection, a file format, optional selectors, and an optional filename."],["You can create a table using the `create` method and retrieve its features using the `getFeatures` method."],["Tables support various file formats like CSV, TFRecord, and GeoJSON, enabling you to customize how your data is stored and accessed."],["By specifying selectors, you can choose which properties to include in the resulting table, streamlining data retrieval."],["Tables are referenced by a unique name within your Earth Engine project, allowing for easy organization and access."]]],[]]