olivierhagolle / LANDSAT-Download

Automated download of LANDSAT data from USGS website
http://olivierhagolle.github.io/LANDSAT-Download
GNU General Public License v3.0
205 stars 96 forks source link

Add __ncforminfo login form field #34

Open ecarrara opened 7 years ago

olivierhagolle commented 7 years ago

Dear Erle, in order to review the modification, could you please tell me why this modification is needed ? Thanks a lot, Olivier

ecarrara commented 7 years ago

Olivier, The USGS added this field in login form, I think this is like the CSRF Token... I'm getting 503 error without this field. []'s

olivierhagolle commented 7 years ago

That's strange, I have no error message on my side and products are downloaded

python ./download_landsat_scene.py -o scene -d 20151001 -f 20151231 -b LC8 -s 199030 -u usgs.txt still works.

Olivier