action climate_get_v4_layers_as_planted_activity_id_contents { label: "Retrieve the raw planting activity" description: "Retrieve an individual planting activity by id. Ids are retrieved via the /layers/asPlanted route. Downloads larger than `5MiB` (`5242880 bytes`) in size, must be downloaded in chunks no larger than `5MiB` (`5242880 bytes`) and no smaller than `1MiB` (`1048576 bytes`). The last chunk could be less than `1MiB` (`1048576 bytes`). The data is compressed using .zip format." provider: climate method: GET path: "/v4/layers/asPlanted/{activityId}/contents" encoding: json output: { type: "object" additionalProperties: true } }