Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nctoolkit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nctoolkit

A Python package for netCDF analysis and post-processing

  • 1.2.0
  • PyPI
  • Socket score

Maintainers
1

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

Core abilities of nctoolkit include:

  • Clipping to spatial region
  • 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

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>__.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc