Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update netCDF datasource plugin to work with modern netCDF4 C++ bindings #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arahlin
Copy link

@arahlin arahlin commented Dec 23, 2024

We (South Pole Telescope) occasionally need to generate netCDF data for live viewing with kst2. Kst2 is by far the most efficient tool for live streaming detector data, but the netCDF plugin is quite out of date, and our netCDF data generator creates files in the newer netCDF4 format. This PR is meant to update the netCDF datasource plugin to link against the netCDF4 C++ bindings instead of the older version.

I am currently at pole, and unfortunately don't have the (electronic or mental) bandwidth to figure out how to update the build system properly to integrate into the CI or packaging framework, but I wanted to at least get this code posted for review / integration into later releases if possible. I've enabled edits by maintainers on this branch, so feel free to make changes on this PR or otherwise.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant