Closed jfigui closed 1 month ago
@jfigui Maybe the quickest solution would be to add a second conda-environment. I've added it to todays meeting agenda for discussion.
@jfigui @kmuehlbauer One quick and dirty solution I used at last ERAD was to simply run pip install pyart_mch before running our part of the course. I don't know if it's a viable solution but since our part would be in a parallel session it could maybe work.
One quick and dirty solution I used at last ERAD was to simply run pip install pyart_mch before running our part of the course.
Let's have this as our last resort. It's hacky and we should really try to come up with a proper solution for the course.
If 1. is not manageable, we should aim for 2.
Can we put together an issue on the Py-ART side highlighting what is needed for 1:1 functionality for the short course? A list of modules/submodules?
Hi @mgrover1 , There are not so many features to add, I'm working on the PR at the moment, and making the unit tests for the features I added. Hopefully I can do the PR tomorrow.
wonderful! Please let me know how we can assist in getting this merged 👍
With the release of Py-ART 1.19.0, this should be resolved; let's wait for the conda-forge wheels to be released and try this :)
Currently (#100) pyrad_mch
and `pyrad_arm
are installed into conda. Is this correct? If there is any possibility for clashes, one should be removed (pyrad_arm I suppose)?
Any issue with just using pyrad_arm
@wolfidan @jfigui ? Now that those features are included in the latest release of ARM Py-ART
@mgrover1 , pyrad_arm is fine. I just forgot to remove pyrad_mch from the environment.yml. Sorry about this. Please see https://github.com/openradar/erad2024/pull/100
Please reopen, if this isn't finished yet.
Hi @kmuehlbauer @mgrover1 Just noticed that in the binder it is still the pyart version 1.18.7 that gets installed. Could we please force 1.19, it would just be a matter of adapting environment.yml in the binder
Wrong issue reported, just for reference. pyart 1.19 is still pending pr in conda-forge. Would be great, if this can be merged asap, @mgrover1 @zssherman. Thanks.
Merged 👍
Great, let's wait another while an restart #104.
@openradar/erad2024-team ,
We have an issue with the coexistence of the ARM and the MeteoSwiss versions of Py-ART. Some features that we use in our QPE exercise are in the MeteoSwiss version of Py-ART but not in the ARM version. We need your advise on how to proceed:
Please let us know your preferred solution.