Closed kevmcgrath closed 3 years ago
Hi @kevmcgrath
Thanks a lot for reporting this issue to us! I am sorry if it led any inconvenience for you.
Hi @michaelavs , could you please have a look at this issue about rcm2points
function?
Orhan - GeoCAT
Hi @kevmcgrath,
I have been looking into it today and have a couple of thoughts on what may be causing the issue. My first thought is to compare the conda list
between your environment and you colleagues to see if there are any major differences in versions of packages installed. If that doesn't go anywhere, I believe the issue is stemming from numpy, dask, or xarray and how they are communicating with each other. I have a couple of theories, but I think it would be best to start with the conda list
route and work back around.
If you are still needing assistance with this issue, would you mind providing that information for me? If you have resolved the issue, would you mind letting me know what resolved the issue for future reference?
Thank you!
Hi @kevmcgrath, Is there any update on this issue? If we don't hear from you, we may close this issue but want to make sure you get the support you need before we do that.
Hi Michaela,
My sincerest apologies for the lack of response! I was on vacation last week, which caused me to be rather under water this week.
Our project no longer requires us to perform linear interpolation and as such, we have no need for rcm2points at this time. You can go ahead and close the issue. Thank you much for the support!
Cheers, Kevin
We have a script that uses geocat.comp.rcm2points() to extract linearly interpolated values from a non-uniform grid. This command works just fine for my colleague, who has an older version of geocat-comp:
When I install geocomp into a fresh anaconda 3 environment (
$ conda create -n geocat -c conda-forge -c ncar geocat-comp pygrib
), the following geocat packages are installed:geocat.comp.rcm2points() throws an error when the exact same script is run from the new environment. Here are the shapes of our variables and the generated error:
Any advice would be greatly appreciated. We've reviewed the documentation at _https://geocat-f2py.readthedocs.io/en/latest/autoapi/generated/geocat/f2py/rcm2points_wrapper/index.html_ but can't find any glaring issues.
I've attached output of
conda info
andconda list
.Cheers, Kevin condaInfo.txt condaList.txt