AERONET APIs (1.0.0)

Download OpenAPI specification:

AERONET search APIs

Retrieves the list of AERONET stations

Responses

Filters AERONET Version 3 products via web data service

query Parameters
year
required
integer <int32>

Starting time moment, Year: 1993 to present (must be 4-digits).

month
required
integer <int32> [ 1 .. 12 ]

Starting time moment, : Month: 1 to 12.

day
required
integer <int32> [ 1 .. 31 ]

Starting time moment, Day: 1 to max_day_of_month.

AVG
required
integer <int32>
Enum: 10 20

Data Format:

  • All points: AVG=10
  • Daily average: AVG=20
AOD10
integer <int32> [ 1 .. 1 ]

Aerosol Optical Depth Level 1.0

AOD15
integer <int32> [ 1 .. 1 ]

Aerosol Optical Depth Level 1.5

AOD20
integer <int32> [ 1 .. 1 ]

Aerosol Optical Depth Level 2.0

SDA10
integer <int32> [ 1 .. 1 ]

SDA Retrieval Level 1.0

SDA15
integer <int32> [ 1 .. 1 ]

SDA Retrieval Level 1.5

SDA20
integer <int32> [ 1 .. 1 ]

SDA Retrieval Level 2.0

TOT10
integer <int32> [ 1 .. 1 ]

Total Optical Depth based on AOD Level 1.0 (all points only)

TOT15
integer <int32> [ 1 .. 1 ]

Total Optical Depth based on AOD Level 1.5 (all points only)

TOT20
integer <int32> [ 1 .. 1 ]

Total Optical Depth based on AOD Level 2.0 (all points only)

year2
integer <int32>

Ending time moment, Year: 1993 to present (must be 4-digits).

If year2, month2, and day2 are omitted, then the current day is assumed.

month2
integer <int32> [ 1 .. 12 ]

Ending time moment, : Month: 1 to 12.

If year2, month2, and day2 are omitted, then the current day is assumed.

day2
integer <int32> [ 1 .. 31 ]

Ending time moment, Day: 1 to max_day_of_month.

If year2, month2, and day2 are omitted, then the current day is assumed.

hour
integer <int32> [ 0 .. 23 ]

Specified beginning hour.

If not specified, then the hour is set to zero

hour2
integer <int32> [ 0 .. 23 ]

Specified ending hour.

If not specified, then time2 is incremented to next day and hour2=0.

site
string

Exact match of AERONET database name

If none specified, then all sites are searched for data during the time interval specified.

lat1
number <double>

Bounding Box

lat1, lon1: Lower Left

Value must be in decimal degrees (including the decimal).

lon1
number <double>

Bounding Box

lat1, lon1: Lower Left

Value must be in decimal degrees (including the decimal).

lat2
number <double>

Bounding Box

lat2, lon2: Upper Right

Value must be in decimal degrees (including the decimal).

lon2
number <double>

Bounding Box

lat2, lon2: Upper Right

Value must be in decimal degrees (including the decimal).

lunar_merge
integer <int32> [ 0 .. 1 ]

Enable Lunar AOD (Provisional) Only Download:

  • 0 - No Lunar;
  • 1 - Lunar Data (Provisional).
if_no_html
integer <int32> [ 0 .. 1 ]

Determine whether html formatting is printed:

  • 0 - HTML formatting printed (default);
  • 1 - Lunar Data (Provisional).

Responses