You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: USING.rst
+23-19Lines changed: 23 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,20 +126,21 @@ The response will have status code ``201`` and the body::
126
126
Creating data cube Landsat-8
127
127
----------------------------
128
128
129
-
In order to create data cube ``Landsat-8`` monthly using the composite function ``Least Cloud Cover First`` (`LC8_30_1M_LCF`), use the following command to create data cube metadata::
129
+
In order to create data cube ``Landsat-8`` monthly using the composite function ``Least Cloud Cover First`` (`LC8-1M`), use the following command to create data cube metadata::
130
130
131
131
curl --location \
132
132
--request POST '127.0.0.1:5000/cubes' \
133
133
--header 'Content-Type: application/json' \
134
134
--data-raw '
135
135
{
136
-
"datacube": "LC8",
136
+
"datacube": "LC8-1M",
137
+
"datacube_identity": "LC8",
137
138
"grs": "BRAZIL_MD",
138
139
"title": "Landsat-8 (OLI) Cube Monthly - v001",
139
140
"resolution": 30,
140
141
"version": 1,
141
142
"metadata": {
142
-
"license": "MIT",
143
+
"license": "proprietary",
143
144
"platform": {
144
145
"code": "Landsat-8",
145
146
"instruments": "OLI"
@@ -230,7 +231,7 @@ Brazil Data Cube environment. If you don't have any account, please, refer to `B
230
231
Once the data cube definition is created, you can trigger a data cube using the following command::
It will reuse most of files that were already processed, executing only the failed tasks. If you notice anything suspicious or want to re-create theses files again, use the option ``--force``::
0 commit comments