This processor will:
- Download Landsat-8 Collection 2 Level-2 Science products from the usgs landsat aws bucket
- Merge and reproject the Landsat-8 data to the S2 grid
- Convert the reprojected products into EWoC ARD format
- Upload the processed files to a separate bucket in order to be used in the classification
python3 -m venv .venvsource .venv/bin/activatepip install pip -Upip install ewoc_dag-x.y.z.tar.gzavailable herepip install .
You can also pull the latest docker image from the EWoC harbour.
To download and upload data you need to configure some env variable from ewoc_dag as described here.
Run help command with:
ewoc_generate_l8_ard --helpCompute EWoC full (SR and TIR) ARD for a couple of L8 C2 L2 products:
ewoc_generate_l8_ard 31TCJ LC08_L2SP_199029_20211216_20211223_02_T1 LC08_L2SP_199030_20211216_20211223_02_T1Compute EWoC TIR ARD for a couple of L8 C2 L2 products:
ewoc_generate_l8_ard --only-tir 31TCJ LC08_L2SP_199029_20211216_20211223_02_T1 LC08_L2SP_199030_20211216_20211223_02_T1Compute EWoC SR ARD for a couple of L8 C2 L2 products:
ewoc_generate_l8_ard --only-sr 31TCJ LC08_L2SP_199029_20211216_20211223_02_T1 LC08_L2SP_199030_20211216_20211223_02_T1Compute EWoC SR ARD mask for a couple of L8 C2 L2 products:
ewoc_generate_l8_ard --only-sr-mask 31TCJ LC08_L2SP_199029_20211216_20211223_02_T1 LC08_L2SP_199030_20211216_20211223_02_T1