This is a time-lapse of all clear-sky images captured by Venµs over the Khumbu Icefall near Mount Everest since November 2017 (one year of data, 51 images at 5 m resolution)
.
Here I used the Level-1C products (i.e. without atmospheric correction) because the Level-2A products are provided at a lower resolution (10 m). Anyway, the atmosphere is rather thin in this area..To make this animation (without the date annotation to simplify):
Nous utilisons des cookies pour vous garantir la meilleure expérience sur notre site web. Si vous continuez à utiliser ce site, nous supposerons que vous en êtes satisfait.OK
The Khumbu Icefall by Venµs
Simon Gascoin, 9 novembre 2018
This is a time-lapse of all clear-sky images captured by Venµs over the Khumbu Icefall near Mount Everest since November 2017 (one year of data, 51 images at 5 m resolution)
.
Here I used the Level-1C products (i.e. without atmospheric correction) because the Level-2A products are provided at a lower resolution (10 m). Anyway, the atmosphere is rather thin in this area..To make this animation (without the date annotation to simplify):
1) download
python ./theia_download.py -l 'Nepal' -c VENUS -a config_theia.cfg -d 2017-11-01 -f 2018-12-01 --level 'LEVEL1C'
2) unzip
mkdir -p ../VENUS
parallel unzip -d ../VENUS ::: $(find . -name "VENUS*zip")
3) export as natural color pictures
cd ../VENUS
mkdir -p VIS
parallel gdal_translate -srcwin 4118 3132 1058 770 -of JPEG -b 7 -b 4 -b 3 -scale 0 800 0 255 -ot byte {} VIS/{/.}.jpg ::: $(find . -name VE*[0-9].DBL.TIF)
4) animate with imagemagick
convert -delay 10 VIS/*jpg anim.gif
And using QGIS2threeJS we can fly above the image (here 16 July 2017)..
Continued: Khumbu icefall in 4D…
Sentinel-2 Level3A time series (July, August, September 2018)
THEIA : Une nouvelle zone de production des données Sentinel-2 L2A au ..