-
Notifications
You must be signed in to change notification settings - Fork 19
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
How do users get FDB access? #45
Comments
Only works at ECMWF and you need to build the environment for it. As far as I know this process is undocumented. |
I am not sure we should have a notebook example in an open source repo that requires an undocumented process to work. Should we consider removing fdb_stream.ipynb?? It could be that this warning is enough though.. ...so I am not sure how to proceed. Should I close this issue (#45)? On a related note.. should I close this PR? |
no, the process is not undocumented. but it is not trivial either. See FDB and PyFDB repos. |
also this is work in progress... |
We definitely need this notebook. It is valuable for those who has fdb access at ECMWF. We just need to add a warning to the notebook stating that this example can only be used at ECMWF when pyfdb is set up for you. |
That is not correct. Please do not label this example as "only at ECMWF". |
I popped in to chat with Emanuele Danovaro. The readthedocs for FDB are currently this page on the C++ API with the PyFDB docs on the way... |
pyfdb docs: https://pyfdb.readthedocs.io/en/latest/ Has examples but needs improving. |
Hi, I found this issue while searching for pyfdb on GitHub. We are using FDB & pyfdb at the BSC, but also collaborating with researchers at Unito & UFZ that are also using FDB, GRIB, pyfdb, metkit, etc. All in different HPC environments, and everything is working so far. So FDB & pyfdb definitely work outside the ECMWF 🙂 We have the Here's the Docker file (the test data & schema used are from To install FDB & dependencies, I looked at the FDB I had one issue that was my fault for trying to mix these That Just in case that helps others trying to set up FDB & pyfdb 👍 |
FDB access is required for fdb_stream.ipynb.
The text was updated successfully, but these errors were encountered: