olivierhagolle / Sentinel-download

Automated download of Sentinel-2 L1C data from ESA (through wget) :http://olivierhagolle.github.io/Sentinel-download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOT AN ISSUE, But a doubt

GonzaloFrontec opened this issue · comments

Hello Olivier! my question is next, I am trying to get a query of all available images of S2 for a point, it works correctly but the latest image is missing, ie, (did it on 19/Jul) for point lon -61.52651 lat -35.76756 I get that the las available is 2017-06-16 but in the site If I check the same spot I get that the last is on 2017-07-06 and I could not find on the Sentinel site anything about it.

Let me know if you have some clue about it.

Thanks!

Gonzalo

I think you mixed up the latitude and longitude coordinates. Try to swap the two coordinates.

@GertS thank you for the response, but those coordinates are ok.

I am sorry, the coordinates are indeed correct. However I can not reproduce your problem, I used this command:
./Sentinel_download.py -n --lat -35.76756 --lon -61.52651 --apihub_passwd apihub.txt --start_date 20170601
Resulting in exactly the same images as on the website.

Hello GertS, I can't reproduce it too. I must have been some sort of update database from sentinel hub.

Thanks.