/ResamplingScript

A simple script to resample rasters

Primary LanguagePython

Example Run

python3 resample.py \
    --source-path "/tmp/S2B_MSIL2A_20181007T185249_N0206_R113_T10SFH_20181007T224020.SAFE/MTD_MSIL2A.xml" \
    --output-path "/tmp" \
    --target-resolution "10" \ 
    --resampling-method nearest