Metadata-Version: 1.2
Name: nctoolkit
Version: 0.1.3
Summary: Efficient and intuitive tools for analyzing NetCDF data
Home-page: https://github.com/r4ecology/nctoolkit
Author: Robert Wilson
Author-email: rwi@pml.ac.uk
Maintainer: Robert Wilson
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/r4ecology/nctoolkit/issues
Project-URL: Documentation, https://nctoolkit.readthedocs.io/en/latest
Project-URL: Source Code, https://github.com/r4ecology/nctoolkit
Description: 
        
        **nctoolkit** is a comprehensive Python (3.6 and above) package for analyzing netCDF data.
        
        Core abilities of nctoolkit include:
          - Clipping to spatial regions
          - Calculating climatologies
          - Subsetting to specific time periods
          - Calculating spatial statistics
          - Creating new variables using arithmetic operations
          - Calculating anomalies
          - Calculating rolling and cumulative statistics
          - Horizontally and vertically remapping data
          - Calculating time averages
          - Interactive plotting of data
          - Calculating the correlations between variables
          - Calculating vertical statistics for the likes of oceanic data
          - Calculating ensemble statistics
          - Calculating phenological metrics
        
        Operation of the package requires the installation of Climate Data Operators (CDO). This is the computational backend for most of the methods used. No knowledge of CDO is required to use nctoolkit. A couple of methods provide users with the option of using netCDF Operators (NCO) as a backend. Guidance for how to install the backends are available `here <https://nctoolkit.readthedocs.io/en/stable/installing.html>`__.
        
        The package is designed for both intensive bulk processing of NetCDF files and interactive Jupyter notebook analysis. It features an interactive plotting feature which allows users to view the contents of NetCDF files either within Jupyter notebooks or a web browser.
        
        Documentation and a user guide are available `here <https://readthedocs.org/projects/nctoolkit/>`__.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.1
