Skip to content
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

Stop using xarray #312

Merged
merged 6 commits into from
Jan 31, 2024
Merged

Stop using xarray #312

merged 6 commits into from
Jan 31, 2024

Conversation

dvp2015
Copy link
Collaborator

@dvp2015 dvp2015 commented Jan 31, 2024

The xarray datasets is interesting alternative. The xarray still can be used in clients for multidimensional data sets, like time step X gamma bin X gamma rate.

In our use cases we need more complicate aggregation over model cells, and spatial voxels. It appeared, that 2D tables, SQL or alike join operation in Polars suite better for this.
Besides Polars provide high performance on data aggregation. So, we switch to Polars and DuckDB.

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8f9f05e) 100.00% compared to head (cb11aac) 100.00%.
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #312    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           10         8     -2     
  Lines          606       461   -145     
  Branches        92        81    -11     
==========================================
- Hits           606       461   -145     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dvp2015 dvp2015 merged commit b14721f into master Jan 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant