Metadata-Version: 2.1
Name: nctoolkit
Version: 0.4.1
Summary: Fast and easy analysis of netCDF data in Python
Home-page: https://github.com/pmlmodelling/nctoolkit
Author: Robert Wilson
Author-email: rwi@pml.ac.uk
Maintainer: Robert Wilson
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pmlmodelling/nctoolkit/issues
Project-URL: Documentation, https://nctoolkit.readthedocs.io/en/stable
Project-URL: Source Code, https://github.com/pmlmodelling/nctoolkit
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6.1
License-File: LICENSE



**nctoolkit** is a comprehensive Python (3.6 and above) package for analyzing netCDF data on Linux and macOS.

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.

Plotting requires the use of cartopy, which has some additional system dependencies. Follow the instructions `here <https://scitools.org.uk/cartopy/docs/latest/installing.html>`__ to install them.

Documentation and a user guide are available `here <https://nctoolkit.readthedocs.io/en/stable>`__.



