Welcome to postprocess data documentation

Documentation Status

NetCDF Processor

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/

Project Structure

  • 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 readers

  • postprocess_data/options: Folder containing options class

  • docs: Folder containing documentation for project

  • configs: Folder containing example configuration files