A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

pynco

Contains the module python nco, which implements a Python style access to the NetCDF Operators (NCO).
https://github.com/nco/pynco

Category: Climate Change
Sub Category: Climate Data Processing and Analysis

Keywords from Contributors

climate cesm cf-conventions meteorology netcdftime streamflow land-surface hydrology regrid opendap

Last synced: about 3 hours ago
JSON representation

Repository metadata

Python bindings for NCO

README.md

pynco

Python bindings for NCO. A fork from Ralf Mueller's cdo-bindings.

This package contains the python module nco, which implements a python style access to the NetCDF Operators (NCO). NCO is a command line tool for processing netCDF data. Its main focus is climate data, but it can by used for other purposes too.

Documentation

Read the documentation at pynco.readthedocs.org

Installation

Conda Installation (recommended)

This will install all required and optional dependencies and is the quickest and easiest way to a working pynco installation.

conda install -c conda-forge pynco

PyPI Installation

Please see the requirements before installing

pip install nco

Example

from nco import Nco
nco = Nco()
temperatures = nco.ncra(input='input.nc', returnCdf=True).variables['T'][:]

Support, issues, bugs, ...

Please use the github page to report issues, bugs, and features:
https://github.com/nco/pynco.

For usage questions, please use Stack Overflow.

License

pynco makes use of the MIT License, see LICENSE.txt.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 161
Total Committers: 12
Avg Commits per committer: 13.417
Development Distribution Score (DDS): 0.72

Commits in past year: 34
Committers in past year: 3
Avg Commits per committer in past year: 11.333
Development Distribution Score (DDS) in past year: 0.412

Name Email Commits
Joe Hamman j****n@h****u 45
hmb1 h****b@h****m 32
Tim Heap t****p@c****u 20
Kyle Wilcox k****e@a****m 15
Charlie Zender z****r@u****u 13
Joe Hamman j****1@u****u 10
James Adams m****o@g****m 10
Joseph Hamman j****n@u****u 9
Luke Davis l****d@g****m 3
Sui Zer t****8@g****m 2
Javier Vegas-Regidor j****s@b****s 1
Saverio Guzzo s****o@g****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 44
Total pull requests: 39
Average time to close issues: 8 months
Average time to close pull requests: about 1 month
Total issue authors: 28
Total pull request authors: 11
Average comments per issue: 3.43
Average comments per pull request: 1.95
Merged pull request: 35
Bot issues: 0
Bot pull requests: 0

Past year issues: 4
Past year pull requests: 0
Past year average time to close issues: 7 days
Past year average time to close pull requests: N/A
Past year issue authors: 4
Past year pull request authors: 0
Past year average comments per issue: 1.75
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/nco/pynco

Top Issue Authors

  • jhamman (10)
  • czender (4)
  • mx-moth (3)
  • monocongo (2)
  • kwilcox (2)
  • lukelbd (1)
  • Yefee (1)
  • matrss (1)
  • ValerioLembo (1)
  • chuaxr (1)
  • Niilavarnam (1)
  • pranav-manik (1)
  • tch521 (1)
  • dpath2o (1)
  • hmb1 (1)

Top Pull Request Authors

  • hmb1 (8)
  • jhamman (8)
  • mx-moth (7)
  • czender (5)
  • kwilcox (3)
  • lukelbd (3)
  • saveriogzz (1)
  • lizaclark (1)
  • Suizer98 (1)
  • monocongo (1)
  • jvegreg (1)

Top Issue Labels

  • question (4)
  • help wanted (3)
  • enhancement (3)
  • bug (2)
  • wontfix (1)

Top Pull Request Labels


Package metadata

pypi.org: nco

python bindings to NCO

  • Homepage:
  • Documentation: https://pynco.readthedocs.org
  • Licenses: MIT
  • Latest release: 1.1.2 (published 11 months ago)
  • Last Synced: 2025-04-26T14:03:28.099Z (1 day ago)
  • Versions: 8
  • Dependent Packages: 3
  • Dependent Repositories: 24
  • Downloads: 2,029 Last month
  • Docker Downloads: 155
  • Rankings:
    • Dependent repos count: 2.983%
    • Dependent packages count: 3.244%
    • Docker downloads count: 4.134%
    • Average: 5.418%
    • Forks count: 7.133%
    • Downloads: 7.424%
    • Stargazers count: 7.592%
  • Maintainers (3)
pypi.org: pynco

python bindings to NCO

  • Homepage: https://github.com/nco/pynco
  • Documentation: https://pynco.readthedocs.io/
  • Licenses: GPLv2
  • Latest release: 0.0.2 (published over 1 year ago)
  • Last Synced: 2025-04-26T14:03:27.573Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 8
  • Rankings:
    • Dependent repos count: 5.255%
    • Average: 6.842%
    • Forks count: 7.133%
    • Dependent packages count: 7.31%
    • Stargazers count: 7.672%
  • Maintainers (2)
conda-forge.org: pynco

  • Homepage: https://github.com/nco/pynco
  • Licenses: MIT
  • Latest release: 1.0.0 (published over 6 years ago)
  • Last Synced: 2025-04-01T02:12:10.730Z (27 days ago)
  • Versions: 4
  • Dependent Packages: 2
  • Dependent Repositories: 4
  • Rankings:
    • Dependent repos count: 16.027%
    • Dependent packages count: 19.581%
    • Average: 25.288%
    • Forks count: 30.606%
    • Stargazers count: 34.939%

Dependencies

.github/workflows/ci.yaml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/publish-to-pypi.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
docs/requirements.txt pypi
  • mkdocs *
pyproject.toml pypi

Score: 14.780527451959774