Raw Data ProcessingΒΆ

Functions for raw data processing.

Unzip, import, clip and convert RADOLAN raw data and write DataFrames to HDF5.

unzip_RW_binaries Unzips RADOLAN RW binary data saved in monthly .tar or tar.gz archives (e.g.
unzip_YW_binaries Unzips RADOLAN YW binary data.
radolan_binaries_to_dataframe Import all RADOLAN binary files in a directory into a pandas DataFrame, optionally clipping the data to the extent of an investigation area specified by an ID array.
radolan_binaries_to_hdf5 Wrapper for radolan_binaries_to_dataframe() to import and clip all RADOLAN binary files of one month in a directory into a pandas DataFrame and save the resulting DataFrame as a dataset to an HDF5 file.
create_idraster_and_process_radolan_data Convert all RADOLAN binary data in directory tree into an HDF5 file with monthly DataFrames for a given study area.
process_radolan_data Converts all RADOLAN binary data into an HDF5 file with monthly DataFrames for a given study area without generating a new ID raster.