https://github.com/4turesearchdata-carpentries/interoperability_workshop_netcdf

Workshop on NetCDF interoperability through Opendap

https://github.com/4turesearchdata-carpentries/interoperability_workshop_netcdf

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary

Keywords

4turesearchdata interoperability netcdf opendap python
Last synced: 5 months ago · JSON representation

Repository

Workshop on NetCDF interoperability through Opendap

Basic Info
  • Host: GitHub
  • Owner: 4TUResearchData-Carpentries
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 368 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
4turesearchdata interoperability netcdf opendap python
Created 11 months ago · Last pushed 9 months ago
Metadata Files
Readme

Readme.md

How to use this workshop

  • set up a Virtual python environment using conda (more recommended than pip for this case)

conda env create -f environment.yml

conda activate netcdf_python

🚨 Important - conda-forge versions are built against correct libraries for OPeNDAP. - Always use conda-forge channel to get properly compiled scientific libraries for remote NetCDF access. - If you only use pip, you risk missing underlying C libraries like libnetcdf and libhdf5.

After activation

python --version

Should say 3.12.x

conda list netcdf4

Should list netcdf4 installed

ncdump -h https://opendap.4tu.nl/thredds/dodsC/IDRA/2019/01/01/IDRA_2019-01-01_00-00_raw_data.nc

Should succeed

Computational environment for participants.

Binder

Owner

  • Name: 4TU.ResearchData - Training
  • Login: 4TUResearchData-Carpentries
  • Kind: organization

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 23
  • Total Committers: 1
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 23
  • Committers: 1
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Leila Iñigo de la Cruz l****z@g****m 23

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Lesson_development/requirements.txt pypi
  • cf_xarray * development
  • ipykernel * development
  • jupyter * development
  • jupyterlab * development
  • netcdf4 * development
  • xarray * development