https://github.com/geoscienceaustralia/nhi-tsed
Extraction and analysis of weather station observations for thunderstorm events
Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 8 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Keywords
Repository
Extraction and analysis of weather station observations for thunderstorm events
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Thunderstorm event database
To classify events into convective or non-convective storms based on analysis of evolution of wind speed, temperature, station pressure and other meteorlogical variables.
This code uses sktime^1 to perform a supervised classification of the time series of weather variables. A training event set is developed from visual classification of wind gust events over 90 km/h at high-quality stations. The full event set comprises all storm events with a maximum wind gust in excess of 60 km/h. The approach is based on previous concepts from Spassiani and Mason (2021)[^2] and Cook (2023)[^3].
Quality flags are used to eliminate spurious gusts, but there still remain some anomalous events (instrument spikes).
Data from this analysis is used to create a geodatabase for publication and use in GIS applications.
This work has been supported by Queensland Fire and Emergency Services.
Data source
1-minute weather observations from all available weather stations across Australia.
Variables required: - gust wind speed - wind speed - wind direction - temperature - dew point - station pressure - rainfall - quality flags for all variables
Original source data can be requested from the Bureau of Meteorology, Climate Data Services team,
Requirements
- python 3.9
- jupyter
- numpy
- matplotlib
- pandas
- pytz
- lxml
- prov
- seaborn
- sktime-all-extras
- gitpython
- fiona
- geopandas
- cartopy
- scikit-learn
- metpy
- pycodestyle
Installation
- Build the conda environment
- Install additional code from https://github.com/GeoscienceAustralia/nhi-pylib
- Add the path to the additional code to the
PYTHONPATHenvironment variable
Process
extractStationDetails.py- extract station details from the raw data. Creates a geojson file of station locations used in subsequent scriptsextractStationData.py- extract all events from the raw data. This should be executed twice, initially with a threshold of 90 km/h and again with a threshold of 60 km/h. The outputs for each execution need to be stored in different folders. Users will need to check the path to the original source files (OriginDirin the configuration files.)selectHQStations.ipynb- use this to select high-quality stations that will form the training dataset for the ML classification processclassifyGustEvents.py- classifies all daily maximum wind gusts using El Rafei et al. (2023)[^5]ClassifyEvents.ipynb- interactive notebook to visually classify storms with maximum gust > 90 km/h at high-quality stationsclassifyTimeSeries.py- use ML approach insktimeto classify all storm events (> 60 km/h) [^4]convertStormCounts.py- convert classified storms to counts of storm type at each stationjoinStormRatesToStationDetails.py- Join storm rate data to station details and store output in GeoJSON filejoinStormClassToMaxDailyData.py- Join storm classification data to daily maximum gust datajoinDailyWeatherObservations.py- Join the daily weather observations to the storm data
Analysis
AnalyseClassifiedStorms.ipynb- interactive notebook to compare this classification against the El Rafei et al.[^5] gust classificationanalyseStormEventTypes.ipynb- interactive notebook to examine the full classified storm event set, e.g. median and 99th percentile wind gusts for each storm type, seasonal distribution of storm type, comparison against other metrics (e.g. gust ratio, emergence). Still a work in progress.
Products
Link to eCat record for the data
Licence
Add a licence
References
[^2]: Spassiani, A. C., and M. S. Mason, 2021: Application of Self-organizing Maps to classify the meteorological origin of wind gusts in Australia. Journal of Wind Engineering and Industrial Aerodynamics, 210, 104529, https://doi.org/10.1016/j.jweia.2021.104529. [^3]: Cook, N. J., 2023: Automated classification of gust events in the contiguous USA. Journal of Wind Engineering and Industrial Aerodynamics, 234, 105330, https://doi.org/10.1016/j.jweia.2023.105330. [^4]: Dempster, A., F. Petitjean, and G. I. Webb, 2020: ROCKET: exceptionally fast and accurate time series classification using random convolutional kernels. Data Min Knowl Disc, 34, 1454–1495, https://doi.org/10.1007/s10618-020-00701-z. [^5]: El Rafei, M., S. Sherwood, J. Evans, and A. Dowdy, 2023: Analysis and characterisation of extreme wind gust hazards in New South Wales, Australia. Nat Hazards, 117, 875–895, https://doi.org/10.1007/s11069-023-05887-1.
Owner
- Name: Geoscience Australia
- Login: GeoscienceAustralia
- Kind: organization
- Location: Canberra, Australia
- Website: http://www.ga.gov.au/
- Repositories: 333
- Profile: https://github.com/GeoscienceAustralia
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Craig Arthur | c****r@g****u | 53 |
| Craig Arthur | w****r@g****m | 17 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 8
- Average time to close issues: N/A
- Average time to close pull requests: 13 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- wcarthur (9)