v0.3.0 Testing Feedback #296
Replies: 5 comments 26 replies
-
FeedbackI have tested xCDAT v0.3.0 following the test instruction. A metric measuring precipitation variability across timescales (code, demo), one of the metrics implemented in PMP, has been converted to use xCDAT instead of CDAT. Below is the library script I modified to convert from CDAT to xCDAT. The APIs are changed for open&write nc files, horizontal_regridding, data concatenating, land-sea masking, spatial average, and others. The differences in JSON results are negligibly small when I test it with demo data.
QuestionWhile converting my script to use xCDAT, I noticed that most xCDAT APIs are based on "xarray.Dataset". Could it be possible to make it based on "xarray.DataArray" as well? |
Beta Was this translation helpful? Give feedback.
-
I am having an issue reading in a netcdf file with xcdat, but xarray does not throw an error: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I am going to lock this thread because v0.3.0 is outdated. Please refer to #391 for v0.4.0 testing feedback. |
Beta Was this translation helpful? Give feedback.
-
You can post any feedback, questions, or comments in this post. GitHub discussions is threads based, so it will be easy to follow the individual conversations.
UPDATE (8/31/22)
Just an FYI that v0.3.1 was released which includes additional bug fixes that you might have come across in v0.3.0.
Check out the GitHub discussions post here: #322
Beta Was this translation helpful? Give feedback.
All reactions