Closed aspe98 closed 1 year ago
Hi,
I'm glad you're giving tethys a try.
Try to make sure your tethysts python package is up-to-date.
If you're using conda then:
conda install tethysts=4.5.11
Your hdf5tools version is the latest one, so that's not the issue.
Let me know if this fixes your issue.
Take care
Hi mullenkamp,
Thank you for the quick response! Following your advice, I see that this is indeed the issue as I was using version 4.5.0 previously.
And thank you for your answer to my previous response as well! Apologies for not creating a new issue when needed - I created the github account specifically to ask for help on this package but will remember for future queries!
Many thanks again.
Absolutely no problem. It's good that you've created a github account to use the github issues system. It's a good way of getting help and it allows others to help themselves if other ask the same question.
Hello,
I am a masters student at University of Canterbury and I would like to use the tethys package to obtain climate data from the Moana Backbone model. Prior to this, I had created a new Jupyter Notebook environment (called tethys_new) and ipykernel to isolate the packages and avoid conflict.
I have the station ID and dataset ID of interest:
However, when following the documentation I am encountering a few issues. The first is using the hdftools module.
Here is my script with reproducible errors:
And the error message I receive is:
I suspect this may be something to do with the version of hdf5. I am using hdf5tools version 0.1.11. Is there a specific version that is used that would make it compatible?
Please note I am relatively new to Python so please excuse my limited understanding in the nature of the errors or the package itself. Any help is greatly appreciated!