automating data from AERONET-OC station

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
dogun
Posts: 33
Joined: Tue Oct 11, 2016 11:49 am America/New_York
Answers: 0

automating data from AERONET-OC station

by dogun » Sat Mar 25, 2017 2:02 am America/New_York

Hi All,

Does anyone know of any way to automate downloading of in situ data from AERONET-OC station. I'd like to possibly download matchup data between in situ collection and Landsat to retrieve data that are within a particular days/time window.

Thanks.

Tags:

jasonlefler
Posts: 7
Joined: Mon Jul 21, 2014 6:23 pm America/New_York
Answers: 0

automating data from AERONET-OC station

by jasonlefler » Mon Mar 27, 2017 10:37 am America/New_York

<Previous post deleted.>

That question is better addressed to AERONET themselves.  If they don't intend for data to be downloaded via command line, doing so may be violating a user agreement or terms and conditions.  That being said, using wget or curl to emulate what a browser does is a common starting point for automating sites without proper APIs, such as SeaBASS.  While we don't mind scripts being used to download data, simultaneous requests and many, many requests with no delay in-between is often seen as abusive and may get an IP address temporarily banned.  AERONET's stance on how to appropriately use command line tools, if they're allowed at all, is up to them.

Jason

dogun
Posts: 33
Joined: Tue Oct 11, 2016 11:49 am America/New_York
Answers: 0

automating data from AERONET-OC station

by dogun » Mon Mar 27, 2017 9:34 pm America/New_York

Thanks Jason - I appreciate this. I'll ask Aeronet.

Post Reply