An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/xarray-contrib/xeofs

climate-science dask dimensionality-reduction eof-analysis pattern-recognition pca xarray

Score: 14.942749175420708

Last synced: about 2 hours ago
JSON representation

Repository metadata:

Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 2 months ago

Total Commits: 560
Total Committers: 10
Avg Commits per committer: 56.0
Development Distribution Score (DDS): 0.152

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Niclas Rieger n****r@g****m 475
github-actions g****s@g****m 30
Sam Levang 3****g 24
github-actions[bot] g****] 11
github-actions a****n@g****m 8
semantic-release s****e 8
arfriedman a****d@g****m 1
Mattia Almansi m****i@b****u 1
Damien Irving i****n@g****m 1
Aaron Spring a****g 1

Issue and Pull Request metadata

Last synced: 3 months ago

Total issues: 57
Total pull requests: 72
Average time to close issues: 14 days
Average time to close pull requests: about 11 hours
Total issue authors: 21
Total pull request authors: 3
Average comments per issue: 1.72
Average comments per pull request: 0.61
Merged pull request: 71
Bot issues: 0
Bot pull requests: 0

Past year issues: 23
Past year pull requests: 26
Past year average time to close issues: 5 days
Past year average time to close pull requests: about 9 hours
Past year issue authors: 10
Past year pull request authors: 3
Past year average comments per issue: 1.09
Past year average comments per pull request: 0.46
Past year merged pull request: 26
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/xarray-contrib/xeofs

Top Issue Authors

  • nicrie (31)
  • vdevauxchupin (3)
  • n0rdp0l (2)
  • arfriedman (2)
  • agirnow (2)
  • SHEN-Cheng (2)
  • mschulzie (2)
  • jiwon-j (2)
  • thelightonmyway (1)
  • roxyboy (1)
  • navidcy (1)
  • shenyulu (1)
  • LKPatel1 (1)
  • kafitzgerald (1)
  • singledoggy (1)

Top Pull Request Authors

  • nicrie (112)
  • slevang (11)
  • arfriedman (2)

Top Issue Labels

  • bug (22)
  • documentation (7)
  • new feature (5)
  • design (3)
  • enhancement (2)
  • usage (1)

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/xarray-contrib/xeofs

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/xarray-contrib/xeofs#section-documentation
  • Licenses: mit
  • Latest release: v3.0.4+incompatible (published over 1 year ago)
  • Last Synced: 2026-04-28T19:01:15.201Z (about 2 months ago)
  • Versions: 45
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.395%
    • Average: 5.576%
    • Dependent repos count: 5.758%
pypi.org: xeofs

Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis

  • Homepage:
  • Documentation: https://xeofs.readthedocs.io/
  • Licenses: MIT
  • Latest release: 3.0.4 (published over 1 year ago)
  • Last Synced: 2026-03-31T18:03:32.051Z (3 months ago)
  • Versions: 38
  • Dependent Packages: 2
  • Dependent Repositories: 2
  • Downloads: 2,026 Last month
  • Rankings:
    • Dependent packages count: 7.31%
    • Downloads: 8.24%
    • Stargazers count: 8.867%
    • Average: 9.536%
    • Forks count: 11.463%
    • Dependent repos count: 11.798%
  • Maintainers (1)

Dependencies

poetry.lock pypi
  • atomicwrites 1.4.0 develop
  • attrs 21.4.0 develop
  • cftime 1.5.2 develop
  • coverage 6.3.1 develop
  • flake8 4.0.1 develop
  • iniconfig 1.1.1 develop
  • mccabe 0.6.1 develop
  • netcdf4 1.5.8 develop
  • pluggy 1.0.0 develop
  • py 1.11.0 develop
  • pycodestyle 2.8.0 develop
  • pyflakes 2.4.0 develop
  • pytest 7.0.1 develop
  • tomli 2.0.1 develop
  • appdirs 1.4.4
  • certifi 2021.10.8
  • charset-normalizer 2.0.12
  • colorama 0.4.4
  • idna 3.3
  • joblib 1.1.0
  • numpy 1.22.2
  • packaging 21.3
  • pandas 1.4.1
  • pooch 1.6.0
  • pyparsing 3.0.7
  • python-dateutil 2.8.2
  • pytz 2021.3
  • requests 2.27.1
  • scikit-learn 1.0.2
  • scipy 1.6.1
  • six 1.16.0
  • threadpoolctl 3.1.0
  • tqdm 4.64.0
  • urllib3 1.26.8
  • xarray 0.21.1
pyproject.toml pypi
  • coverage ^6.3.1 develop
  • flake8 ^4.0.1 develop
  • netCDF4 ^1.5.7 develop
  • pytest ^7.0.1 develop
  • numpy ^1.19.2
  • pandas ^1.4.1
  • pooch ^1.6.0
  • python ^3.8
  • scikit-learn ^1.0.2
  • tqdm ^4.64.0
  • xarray ^0.21.1
.github/workflows/black_formatting.yml actions
  • actions/checkout v3 composite
  • psf/black stable composite
.github/workflows/changelog.yml actions
  • BobAnkh/auto-generate-changelog v1.2.5 composite
  • actions/checkout v2 composite
.github/workflows/ci.yml actions
  • abatilo/actions-poetry v2.1.0 composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • codecov/codecov-action v3 composite
.github/workflows/pull-request-linting.yml actions
  • amannn/action-semantic-pull-request v5 composite
.github/workflows/release_package.yml actions
  • actions/checkout v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
  • python-semantic-release/python-semantic-release master composite
  • python-semantic-release/upload-to-gh-release main composite
docs/environment.yml pypi
  • xeofs *