User Tools

Site Tools


codes:aodaccess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
codes:aodaccess [2023/04/28 14:45]
jlsolano [Process AODL1_5ALL]
codes:aodaccess [2023/05/12 12:03]
ajberjon [Get JG]
Line 17: Line 17:
 ^ Function ^ Short Description ^ Long Description ^Link          ^ ^ Function ^ Short Description ^ Long Description ^Link          ^
 ^ JG | Returns the raw, L0 data from the JG measurements as measured by the Brewer | [[codes:​aodaccess#​get_JG|JG]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​JG?​brewerid=185&​date=2022-07-15&​format=text|Get JG]] | ^ JG | Returns the raw, L0 data from the JG measurements as measured by the Brewer | [[codes:​aodaccess#​get_JG|JG]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​JG?​brewerid=185&​date=2022-07-15&​format=text|Get JG]] |
 +^ JL | Returns the raw, L0 data from the JL measurements as measured by the Brewer | [[codes:​aodaccess#​get_JL|JL]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​JL?​brewerid=257&​date=2023-05-07&​format=text|Get JG]] |
 ^ AODL1_5 | Returns the Aerosol Optical Depth Level 1.5 product |[[codes:​aodaccess#​get_AODL1_5|AODL1_5]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​AODL1_5?​brewerid=185&​date=2020-10-01&​enddate=2020-10-10|Get AODL1_5]] | ^ AODL1_5 | Returns the Aerosol Optical Depth Level 1.5 product |[[codes:​aodaccess#​get_AODL1_5|AODL1_5]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​AODL1_5?​brewerid=185&​date=2020-10-01&​enddate=2020-10-10|Get AODL1_5]] |
 ^ AODL1_5byStation | For the selected station, returns the Aerosol Optical Depth Level 1.5 product |[[codes:​aodaccess#​get_AODL1_5byStation|AODL1_5byStation]] | [[http://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​AODL1_5byStation?​gaw_id=IZO&​date=2020-04-05&​enddate=2020-04-06&​format=text|Get AODL1_5byStation]] | ^ AODL1_5byStation | For the selected station, returns the Aerosol Optical Depth Level 1.5 product |[[codes:​aodaccess#​get_AODL1_5byStation|AODL1_5byStation]] | [[http://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​AODL1_5byStation?​gaw_id=IZO&​date=2020-04-05&​enddate=2020-04-06&​format=text|Get AODL1_5byStation]] |
Line 33: Line 34:
       - ''​steps'':​ micrometer step       - ''​steps'':​ micrometer step
  
 +==== Get JL ====
 +  * Function: JL
 +  * Description:​ returns the raw, L0 JL data as measured by the Brewer.
 +  * Input:
 +      - ''​brewerid'':​ see [[codes:​dbaccess#​common_inputs|Brewerid in common inputs]]
 +      - ''​date'':​ see [[codes:​dbaccess#​common_inputs|Date in common inputs]]
 +      - ''​enddate'':​ see [[codes:​dbaccess#​common_inputs|Enddate in common inputs]]
 +      - ''​format'':​ see [[codes:​dbaccess#​format|common formats]] and [[codes:​uvaccess#​formats|jsona format]]
 +      - ''​fields'':​ see [[codes:​dbaccess#​common_inputs|Fields in common inputs]]
 +  * Output: the output data includes:
 +      - ''​nd_filter_position'':​ filter used in the measurement. 0 corresponds to filter position #0, 64 to #1, 128 to #2, 192 to #3, and 256 to #4
 +      - ''​raw_counts_w0''​ to ''​raw_counts_w5'':​ counts in the 6 slits 
 +      - ''​steps'':​ micrometer step
 ==== Get AODL1_5 ==== ==== Get AODL1_5 ====
   * Function: AODL1_5   * Function: AODL1_5
Line 108: Line 122:
   * Description:​ returns Aerosol Optical Depth summaries for the wavelengths in the AOD-specific JG measurements. An operative [[http://​eubrewnet.aemet.es/​dokuwiki/​doku.php?​id=devel:​eubrewnetconfiguration&#​brewer_aod_configuration | AOD configuration]] for JG wavelengths must be available for the requested period.   * Description:​ returns Aerosol Optical Depth summaries for the wavelengths in the AOD-specific JG measurements. An operative [[http://​eubrewnet.aemet.es/​dokuwiki/​doku.php?​id=devel:​eubrewnetconfiguration&#​brewer_aod_configuration | AOD configuration]] for JG wavelengths must be available for the requested period.
   * Example: https://​rbcce-test.aemet.es/​eubrewnet/​data/​process/​AODL1_5JG?​brewerid=185&​date=2022-08-01&​format=text   * Example: https://​rbcce-test.aemet.es/​eubrewnet/​data/​process/​AODL1_5JG?​brewerid=185&​date=2022-08-01&​format=text
-  * Input: same as [[codes:​aodaccess#​process_aodl1_5|process AOD L1.5]]+  * Input: same as [[codes:​aodaccess#​process_aodl1_5|process AOD L1.5]]. Note that ''​means''​ might mix different wavelengths!
   * Ouput: same as [[codes:​aodaccess#​process_aodl1_5|process AOD L1.5]]   * Ouput: same as [[codes:​aodaccess#​process_aodl1_5|process AOD L1.5]]
  
codes/aodaccess.txt ยท Last modified: 2024/05/23 15:26 by jlsolano