User Tools

Site Tools


codes:uvaccess

Differences

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

Link to this comparison view

codes:uvaccess [2024/09/19 10:09] – external edit 127.0.0.1codes:uvaccess [2025/02/14 14:04] (current) – external edit 127.0.0.1
Line 38: Line 38:
 ^ UVL1_6 | Returns Level 1.6 UV | [[codes:uvaccess#get_uvl1_6|UVL1_6]] | [[https://eubrewnet.aemet.es/eubrewnet/data/get/UVL1_6?brewerid=185&date=2021-10-14&format=text|Get UVL1_6]] | ^ UVL1_6 | Returns Level 1.6 UV | [[codes:uvaccess#get_uvl1_6|UVL1_6]] | [[https://eubrewnet.aemet.es/eubrewnet/data/get/UVL1_6?brewerid=185&date=2021-10-14&format=text|Get UVL1_6]] |
 ^ UVL2 | Returns Level 2 UV | [[codes:uvaccess#get_uvl2|UVL2]] | [[https://eubrewnet.aemet.es/eubrewnet/data/get/UVL2?brewerid=185&date=2021-10-14&format=text|Get UVL2]] | ^ UVL2 | Returns Level 2 UV | [[codes:uvaccess#get_uvl2|UVL2]] | [[https://eubrewnet.aemet.es/eubrewnet/data/get/UVL2?brewerid=185&date=2021-10-14&format=text|Get UVL2]] |
 +
 +==== Get uvrbydate ====
 +  * Function: uvrbydate
 +  * Description: return the operative UVR at the selected date
 +  * Example: http://eubrewnet.aemet.es/eubrewnet/data/get/uvrbydate?brewerid=185&date=2019-09-13&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''wavelength'': wavelength in Angstroms
 +      - ''responsivity'': responsivity in counts/mW/m2/nm
 +
 +==== Get uvslitbydate ====
 +  * Function: uvslitbydate
 +  * Description: return the brewer slit function stored in the operative configuration at the selected date
 +  * Example: http://eubrewnet.aemet.es/eubrewnet/data/get/uvslitbydate?brewerid=185&date=2024-06-05&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''wavel_diff'': difference from the central wavelength
 +      - ''norm_counts'': counts normalized to the central peak
 +
 +==== Get uvarfbydate ====
 +  * Function: uvarfbydate
 +  * Description: return the angular response stored in the operative configuration at the selected date
 +  * Example: https://eubrewnet.aemet.es/eubrewnet/data/get/uvarfbydate?brewerid=185&date=2024-09-18&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''sza'': zenith angle
 +      - ''ang_resp_1'': angular response normalized to angle 0. Note only ang_resp_1 is used by the BUVIC calculation
 +
 +==== Get uvmeteoforadate ====
 +  * Function: uvmeteoforadate
 +  * Description: return UV surface albedo, Angstrom's alpha and beta parameters, and cloud cover stored in the operative configuration at the selected date
 +  * Example: https://eubrewnet.aemet.es/eubrewnet/data/get/uvmeteoforadate?brewerid=185&date=2024-08-25&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''albedo'': UV surface albedo
 +      - ''alpha'': Angstrom's alpha
 +      - ''beta'': Angstrom's beta
 +      - ''cloud'': Cloud cover
 +
 +==== Get uvtempcorbydate ====
 +  * Function: uvtempcorbydate
 +  * Description: return the temperature correction stored in the operative configuration at the selected date
 +  * Example: https://eubrewnet.aemet.es/eubrewnet/data/get/uvtempcorbydate?brewerid=150&date=2024-09-13&format=text
 +  * Input:
 +      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
 +      - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
 +      - ''format'': see [[codes:dbaccess#format|Format]]
 +      - ''fields'': see [[codes:dbaccess#common_inputs|Fields in common inputs]]
 +  * Output: besides de standard output (Brewer ID, config ID, ...) the following fields are provided:
 +      - ''wavelength'': wavelength in Angstroms
 +      - ''tempdep'': temperature dependence
 +      - ''tempref'': reference temperature
  
 ==== Get uvscans ==== ==== Get uvscans ====
codes/uvaccess.1726740573.txt.gz · Last modified: 2024/09/19 10:09 by 127.0.0.1