@@ -231,7 +231,7 @@ Brazil Data Cube environment. If you don't have any account, please, refer to `B
231231Once the data cube definition is created, you can trigger a data cube using the following command::
232232
233233 SQLALCHEMY_DATABASE_URI="postgresql://postgres:postgres@localhost/bdc" \
234- cube-builder build LC8-1M \
234+ cube-builder build LC8-1M-1 \
235235 --stac-url https://brazildatacube.dpi.inpe.br/stac/ \
236236 --collections=LC8_SR-1 \
237237 --tiles=011009 \
@@ -372,7 +372,7 @@ In order to trigger a data cube, we are going to use a collection `S2-16-1` made
372372
373373 # Using cube-builder command line
374374 SQLALCHEMY_DATABASE_URI="postgresql://postgres:postgres@localhost/bdc" \
375- cube-builder build S2-16D \
375+ cube-builder build S2-16D-1 \
376376 --stac-url https://brazildatacube.dpi.inpe.br/stac/ \
377377 --collections=S2_L2A-1 \
378378 --tiles=017019 \
@@ -479,7 +479,7 @@ Trigger data cube generation with following command:
479479
480480 # Using cube-builder command line
481481 SQLALCHEMY_DATABASE_URI=" postgresql://postgres:postgres@localhost/bdc" \
482- cube-builder build CB4-16D \
482+ cube-builder build CB4-16D-1 \
483483 --stac-url https://brazildatacube.dpi.inpe.br/stac/ \
484484 --collections=CBERS4_AWFI_L4_SR \
485485 --tiles=005004 \
@@ -495,7 +495,7 @@ When the ``Cube-Builder`` could not generate data cube for any unknown issue, yo
495495with the same command you have dispatched::
496496
497497 SQLALCHEMY_DATABASE_URI="postgresql://postgres:postgres@localhost/bdc" \
498- cube-builder build CB4-16D \
498+ cube-builder build CB4-16D-1 \
499499 --stac-url https://brazildatacube.dpi.inpe.br/stac/ \
500500 --collections=CBERS4_AWFI_L4_SR \
501501 --tiles=005004 \
@@ -506,7 +506,7 @@ with the same command you have dispatched::
506506It 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 ``::
507507
508508 SQLALCHEMY_DATABASE_URI="postgresql://postgres:postgres@localhost/bdc" \
509- cube-builder build CB4-16D \
509+ cube-builder build CB4-16D-1 \
510510 --stac-url https://brazildatacube.dpi.inpe.br/stac/ \
511511 --collections=CBERS4_AWFI_L4_SR \
512512 --tiles=005004 \
@@ -710,7 +710,7 @@ So you can create a data cube with command::
710710After cube definition created, you can just use the command line ``cube-builder build-local ``::
711711
712712 SQLALCHEMY_DATABASE_URI="postgresql://postgres:postgres@localhost/bdc" \
713- cube-builder build-local S2-LOCAL-16D \
713+ cube-builder build-local S2-LOCAL-16D-1 \
714714 --tiles 003011 \
715715 --start-date 2021-08-29 \
716716 --end-date 2021-09-13 \
0 commit comments