National level WDQMS Summary tool
Project description
climweb-wdqms
Package to retrieve station transmissions from the WIGOS Data Quality Monitoring System (WDQMS) webtool. The WDQMS webtool is a resource developed by WMO to monitor the performance of all WIGOS observing components.
Installation
pip install climweb-wdqms
Add to install apps
installed_apps = [
...
climweb_wdqms
]
Usage
python manage.py wdqms_stats -var pressure
To retrieve data, arguements include:
Mandatory
- -var or --variable (Choose one. Accepted variables are e.g pressure,temperature, humidity, meridional_wind, zonal_wind)
Optional
- -s or --start_date (Start date of transmission. format YYYY-MM-DD. Defaults to 2023-01-01 if no data found, or uses the latest date for the specified variable)
- -e or --end_date (End date of transmission. format YYYY-MM-DD. Defaults to the last avaiable date on wdqms)
- -c or --centers (List of monitoring centers e.g DWD, ECMWF, JMA, NCEP. Defaults to all centers)
- -p or --periods (List of synoptic hours e.g 00, 06, 12, 18. Defaults to all periods)
API Endpoints
[GET] Fetch geojson of all stations
api/stations/
[GET] Fetch synop i.e (00, 06, 12, 18) data. (UTC timezone).
Supported_params include:
- station i.e the wigos ID of the station as registered in OSCAR Surface
- frequency e.g daily_synop, monthly_synop, yearly_synop
- received_date in format YYYY-MM-DD
- variable e.g pressure, temperature, humidity, etc
api/synop-transmission-rate/
[GET] Fetch monthly summary of transmission rates.
Supported_params include:
- station i.e the wigos ID of the station as registered in OSCAR Surface
- year in format YYYY
- variable e.g pressure, temperature, humidity, etc
api/monthly-transmission-rate/
[GET] Fetch yearly summary of transmission rates.
Supported_params include:
- station i.e the wigos ID of the station as registered in OSCAR Surface
- variable e.g pressure, temperature, humidity, etc
api/yearly-transmission-rate/
[GET] Fetch geojson of monthly transmission rates. Supported_params include:
- month in format MM
- year in format YYYY
- variable e.g pressure, temperature, humidity, etc
api/monthly-geom-transmission-rate/
Demo
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file climweb_wdqms-0.0.8.tar.gz
.
File metadata
- Download URL: climweb_wdqms-0.0.8.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94e8abf849069e6feb1aea55e37f46d8d2e839c8f0233eb8028609662b9bfffa |
|
MD5 | c1acc4df6c839ec93645b266ae46b619 |
|
BLAKE2b-256 | 6c4ab63f5d6a5d12fa52b317e3ccefab28dda9abd2a79a935fc1bb86699ad892 |
File details
Details for the file climweb_wdqms-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: climweb_wdqms-0.0.8-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3381c85d04fa3c084ef857c7d17503a759cc4228cc93611d52df05fdcf0319d1 |
|
MD5 | 09ba34c9c4505d0b8c6a543df42a31ab |
|
BLAKE2b-256 | c46a56732aa6971e8d0ec5adf71d48a26ef8388a8e44e7a8cbf815106f851392 |