Popular repositories Loading
-
-
-
gcsfs
gcsfs PublicForked from fsspec/gcsfs
Pythonic file-system interface for Google Cloud Storage
Python
-
xeofs
xeofs PublicForked from xarray-contrib/xeofs
Collection of EOF analysis and related variants for climate science
Python
-
hidefix
hidefix PublicForked from gauteh/hidefix
🐕 Concurrent HDF5 and NetCDF4 reader (experimental)
Rust
-
datatree
datatree PublicForked from xarray-contrib/datatree
WIP implementation of a tree-like hierarchical data structure for xarray.
Python
487 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 1 commit in 1 repository
Opened 1 pull request in 1 repository
pydata/xarray
1
merged
-
Pass node path to tokenize in
open_datatree
This contribution was made on Mar 5
Created an issue in pydata/xarray that received 4 comments
xr.open_datatree
generates duplicate dask keys
What happened?
Pretty serious and sneaky bug in open_datatree
, which can cause all nodes to load exactly the same data when dask is used.
import xa…