bgc_data_processing
¶
Biogeochemical Data Processing module for Python¶
bgc-data-processing is a module to preprocess and analyze Biogeochemical Data with standard formats (CSV, NetCDF...).
This module provides tools to:
- Preprocess Data from different sources
- Save preprocessed data under a standardized format
- Read preprocessed data and perform some analysis on it (visual validation, water mass comparison...)
All docstrings examples will assume that bgc_data_processing
has been imported as bgc_dp
:
>>> import bgc_data_processing as bgc_dp
From this namespace are accessible:
Constraints
-> Constraints object to slice storersDataSource
-> Providers defining objectSelectiveDataSource
-> Selective loaderSourceVariableSet
-> Set of variables to pass to datasourceStorer
-> Biogeochemical data and metadat storerWaterMass
-> Water mass defining objectcomparison
-> Comparison tools to compare observations to simulationsdateranges
-> Daterange-related objectsdefaults
-> Defaults objects parsed from the configuration filesexceptions
-> Exceptions fro the projectfeatures
-> Features to compute new variablesio
-> Input/Output toolsmetrics
-> Comparison metricsparsers
-> Configuartion parsing objectsproviders
-> Providers loaderssavers
-> Saving objectsset_verbose_level
-> Set the verbose leveltracers
-> Plotting objectsunits
-> Unit conversionutils
-> Utilitiesvariables
-> Variables-related objectswater_masses
-> Water mass definition