https://github.com/4turesearchdata-carpentries/interoperability_workshop_netcdf
Workshop on NetCDF interoperability through Opendap
https://github.com/4turesearchdata-carpentries/interoperability_workshop_netcdf
4turesearchdata interoperability netcdf opendap python
Last synced: 4 months ago
JSON representation
Workshop on NetCDF interoperability through Opendap
- Host: GitHub
- URL: https://github.com/4turesearchdata-carpentries/interoperability_workshop_netcdf
- Owner: 4TUResearchData-Carpentries
- Created: 2025-04-03T11:46:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-21T14:21:10.000Z (6 months ago)
- Last Synced: 2025-06-18T04:38:59.263Z (5 months ago)
- Topics: 4turesearchdata, interoperability, netcdf, opendap, python
- Language: Jupyter Notebook
- Homepage:
- Size: 368 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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.
[](https://mybinder.org/v2/gh/leilaicruz/Interoperability_workshop_domain_specific/HEAD?urlpath=%2Fdoc%2Ftree%2Fparticipants_live_code.ipynb)