Sentinel 2A From 10m To 2.5m: Super Resolution For Remote Sensing

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Sentinel 2A from

10m to 2.5m
SUPER RESOLUTION FOR REMOTE
SENSING
Resources
•SR4RS (Super Resolution for Remote Sensing) - https://github.com/remicres/sr4rs

•OTBF (Orfeo ToolBox meets TensorFlow) - https://github.com/remicres/otbtf

•OTBCLI - https://www.orfeo-toolbox.org/CookBook/First_Steps.html
Step by Step
1. Concatenate Images

- Open start_devenv.bat in OTB folder


- Run this code

otbcli_ConcatenateImages -il ../FOLDER/NEW/B04.jp2 ../FOLDER/NEW/B03.jp2 ../FOLDER/NEW/B02.jp2 ../FOLDER/NEW/B08.jp2 -


out ../FOLDER/NEW/CONCATENATE.tif

2. CLIP Image using QGIS


3. Copy the clipped file to docker

docker cp ./CLIP_IMAGE.tif naughty_bhaskara:/home/otbuser/

4. Generate HR

python sr4rs/code/sr.py \
--savedmodel sr4rs_sentinel2_bands4328_france2020_savedmodel \
--input ./CLIP_IMAGE.tif \
--output RESULT_HR.tif

5. Copy the output

docker cp naughty_bhaskara:/home/otbuser/RESULT_HR.tif ./RESULT_HR.tif


Sentinel 2A (10m) SKALA 1:5.000 Esri Imagery (0.3m)

Sentinel 2A Esri Imagery


(2.5m) Resampling (2.5m) Downsampling
Sentinel 2A (10m) SKALA 1:2.000 Esri Imagery (0.3m)

Sentinel 2A Esri Imagery


(2.5m) Resampling (2.5m) Downsampling

You might also like