Preprocessing Antarctic Weather Station (AWS) data in python

There are many sources providing atmospheric weather station data for the Antarctic continent. However, variable naming, timestamps and data types are highly variable between the different sources. The published python code intends to make processing of different AWS sources from Antarctica easier....

Full description

Bibliographic Details
Main Authors: Gerber, Franziska, Lehning, Michael
Format: Text
Language:English
Published: EPFL Infoscience 2023
Subjects:
Online Access:http://infoscience.epfl.ch/record/300887
https://doi.org/10.16904/envidat.340
Description
Summary:There are many sources providing atmospheric weather station data for the Antarctic continent. However, variable naming, timestamps and data types are highly variable between the different sources. The published python code intends to make processing of different AWS sources from Antarctica easier. For all datasets that are taken into account variables are renamed in a consistent way. Data from different sources can then be handled in one consistent python dictionary.The following data sources are taken into account:* AAD: Australian Antarctic Division (https://data.aad.gov.au/aws)* ACECRC: Antarctic Climate and Ecosystems Cooperative Research Centre by the Australian Antarctic Division* AMRC: Antarctic Meteorological Research Center (ftp://amrc.ssec.wisc.edu/pub/aws/q1h/)* BAS: British Antarctic Survey (ftp://ftp.bas.ac.uk/src/ANTARCTIC_METEOROLOGICAL_DATA/AWS/; https://legacy.bas.ac.uk/met/READER/ANTARCTIC_METEOROLOGICAL_DATA/)* CLIMANTARTIDE: Antarctic Meteo-Climatological Observatory by the italian National Programme of Antarctic Research (https://www.climantartide.it/dataaccess/index.php?lang=en)* IMAU: Institute for Marine and Atmospheric research Utrecht (Lazzara et al., 2012), https://www.projects.science.uu.nl/iceclimate/aws/antarctica.ph* JMA: Japan Meteorological Agency (https://www.data.jma.go.jp/antarctic/datareport/index-e.html)* NOAA: National Oceanic and Atmospheric Administration (https://gml.noaa.gov/aftp/data/meteorology/in-situ/spo/)* Other/AWS_PE: Princess Elisabeth (PE), KU Leuven, Prof. N. van Lipzig, personal communication* Other/DDU_transect: Stations D-17 and D-47 (in transect between Dumont d’Urville and Dome C, Amory, 2020)* PANGAEA: World Data Center (e.g. König-Langlo, 2012)Important notes * Information about data sources is available. Some downloading scripts are included in the provided code. However, users should make sure to comply with the data providers terms and conditions.* Given changing download options of the differnent institutions the above links may not permanently ...