User Tools

Site Tools


codes:dbaccess

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
codes:dbaccess [2026/09/10 09:00] ajberjoncodes:dbaccess [2026/09/11 11:45] (current) – [Process O3L1_5] ajberjon
Line 88: Line 88:
  
 ==== Descriptions ==== ==== Descriptions ====
 +
 === DS === === DS ===
   * Function: DS   * Function: DS
Line 709: Line 710:
   * Examples: https://eubrewnet.aemet.es/eubrewnet/data/get/UNCL1?brewerid=163&date=2019-06-03&format=text, https://eubrewnet.aemet.es/eubrewnet/data/get/UNCL1_V2?brewerid=163&date=2019-06-03&format=text   * Examples: https://eubrewnet.aemet.es/eubrewnet/data/get/UNCL1?brewerid=163&date=2019-06-03&format=text, https://eubrewnet.aemet.es/eubrewnet/data/get/UNCL1_V2?brewerid=163&date=2019-06-03&format=text
   * Input:   * Input:
-      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]+      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]. If a station is not selected, data from any station where the selected Brewer has measured will be returned. 
 +      - ''stationid'' or ''gaw_id'' or ''woudc_id'': Eubrewnet, GAW or WOUDC ID of the station. If a brewer is not selected, data from any brewer that has measured at the selected station will be returned.
       - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]       - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
       - ''enddate'': see [[codes:dbaccess#common_inputs|Enddate in common inputs]]       - ''enddate'': see [[codes:dbaccess#common_inputs|Enddate in common inputs]]
Line 725: Line 727:
   * Examples: https://eubrewnet.aemet.es/eubrewnet/data/get/UNCL1_5?brewerid=163&date=2019-06-03&format=text, https://eubrewnet.aemet.es/eubrewnet/data/get/UNCL1_5_V2?brewerid=163&date=2019-06-03&format=text   * Examples: https://eubrewnet.aemet.es/eubrewnet/data/get/UNCL1_5?brewerid=163&date=2019-06-03&format=text, https://eubrewnet.aemet.es/eubrewnet/data/get/UNCL1_5_V2?brewerid=163&date=2019-06-03&format=text
   * Input:   * Input:
-      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]+      - ''brewerid'': see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]. If a station is not selected, data from any station where the selected Brewer has measured will be returned. 
 +      - ''stationid'' or ''gaw_id'' or ''woudc_id'': Eubrewnet, GAW or WOUDC ID of the station. If a brewer is not selected, data from any brewer that has measured at the selected station will be returned.
       - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]       - ''date'': see [[codes:dbaccess#common_inputs|Date in common inputs]]
       - ''enddate'': see [[codes:dbaccess#common_inputs|Enddate in common inputs]]       - ''enddate'': see [[codes:dbaccess#common_inputs|Enddate in common inputs]]
Line 788: Line 791:
 ==== Process O3L1_5 ==== ==== Process O3L1_5 ====
   * Function: O3L1_5   * Function: O3L1_5
-  * Description: Process Ozone calculated using standard Algorithm and Direct Sun Measures. The Standard Lamp corrections, ETC by filter and Straylight corrections. The measures are filtered by standard deviation, max airmass, correct mercury test, maximun and mininum values. The Operators have to upload configurations for calculation. See [[codes:ozoneproduct|Ozone Level Definition]] and [[http://eubrewnet.aemet.es/cost1207/2015/03/04/configuration-upload-intructions/|Configuration Upload Instructions]]+  * Description: Process Ozone calculated using standard Algorithm and Direct Sun Measures. Summary measurements are returned. The Standard Lamp corrections, ETC by filter and Straylight corrections. The measures are filtered by standard deviation, max airmass, correct mercury test, maximun and mininum values. The Operators have to upload configurations for calculation. See [[codes:ozoneproduct|Ozone Level Definition]] and [[http://eubrewnet.aemet.es/cost1207/2015/03/04/configuration-upload-intructions/|Configuration Upload Instructions]]
   * Inputs:   * Inputs:
       - brewerid: see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]       - brewerid: see [[codes:dbaccess#common_inputs|Brewerid in common inputs]]
Line 794: Line 797:
       - enddate: see [[codes:dbaccess#common_inputs|Enddate in common inputs]]       - enddate: see [[codes:dbaccess#common_inputs|Enddate in common inputs]]
       - format: see [[codes:dbaccess#format|Format]]       - format: see [[codes:dbaccess#format|Format]]
-      - debug: change the ouput to see the corrections that are being applied. (True) +      - individual: returns the individual measurements instead of the summaries. 
-      - rejected: returns the filtered data, too (True)+      - debug: change the ouput to see the corrections that are being applied. 
 +      - rejected: see [[codes:dbaccess#bypassing_data_filters|Bypassing Data Filters]] 
 +      - allowfilter: see [[codes:dbaccess#bypassing_data_filters|Bypassing Data Filters]] 
 +      - allowtag: see [[codes:dbaccess#bypassing_data_filters|Bypassing Data Filters]]
   * Outputs: Ozone calculated from the DS raw counts using standard algorithm from [[devel:brewerpythonmodule|Brewer Python Library]]. Measurements have been enhanced with info from:   * Outputs: Ozone calculated from the DS raw counts using standard algorithm from [[devel:brewerpythonmodule|Brewer Python Library]]. Measurements have been enhanced with info from:
       - Filter flag       - Filter flag
Line 1031: Line 1037:
  
 both the FLAG_OZONE_STD_FILT and FLAG_HG_FILT data filters will be ignored and all the data will have a ''filter_flag'' value of 0. both the FLAG_OZONE_STD_FILT and FLAG_HG_FILT data filters will be ignored and all the data will have a ''filter_flag'' value of 0.
 +
 +Also, ''allowtag=xxx'' can be added to the URL to include periods in the processing that are normally filtered out by the blacklist — for example, when you want to include a specific period whose comment contains the string ''xxx''.
  
 ---- ----
codes/dbaccess.1789030855.txt.gz · Last modified: 2026/09/10 09:00 by ajberjon