This project provides a tool for processing NetCDF files, allowing for the extraction and manipulation of physical and biological variables from the datasets. The processed data can then be saved in various formats as specified by a configuration file.
- Installation Instructions:: https://postprocess-data.readthedocs.io/en/latest/install.html
- User Documentation & Example Usage: https://postprocess-data.readthedocs.io/en/latest/
postprocess_data/main.py
: Entry point of the application. Parses command-line arguments and initiates the processing of NetCDF files.postprocess_data/readers
: Folder containing NetCDF readerspostprocess_data/options
: Folder containing options classdocs
: Folder containing documentation for projectconfigs
: Folder containing example configuration files