issues Search Results · repo:xarray-contrib/flox language:Python
Filter by
127 results
(108 ms)127 results
inxarray-contrib/flox (press backspace or delete to remove)Hello! Happy to see that flox, an important package, has been updated with version 0.10.4! I m using the conda-forge
channel for package management in a virtual environment configured with conda, and I ...
Breeze-Hu
- 1
- Opened 2 days ago
- #446
After #442 we will have some support for reducing sparse.COO arrays by a dense array.
- [ ] Support for reducing GCXS arrays
- [ ] support for datetimes (would require handling .view)
- [ ] some ...
dcherian
- Opened 17 days ago
- #443
Hi, I m testing out flox (with dask) as replacement for scala based zonal stats on global rasters (30m resolution) and
getting promising results in performance with cleaner and much smaller code! However ...
solomon-negusse
- 21
- Opened on Apr 1
- #428
This is basically done in quantile_.
https://github.com/xarray-contrib/flox/blob/8b4eeac991c508f86469d0c7fc01772da5a421e5/flox/aggregate_flox.py#L53-L57
We just need to pick out the first and last element ...
dcherian
- Opened on Mar 25
- #427
Hi, I ve noticed that in a few rare situations, groupby and flox can return quite noisy standard deviations. In
situations where the mean of an array is much larger than the standard deviation (such as ...
jemmajeffree
- 6
- Opened on Feb 17
- #422
I m wondering if it would be possible to yank the broken v0.9.14 from the package indexes for PyPI and conda?
I currently place this in a project or two and would like to be able to remove it safely: ...
Zeitsperre
- 6
- Opened on Jan 22
- #417
I m attempting to run a similar example shown in the xarray flox demo.
Everything appears to compute lazily, but fails when I try to pull the entire array down. Certain subsets can be pulled
down, but ...
charlie-becker
- 6
- Opened on Nov 14, 2024
- #405
There appears to be either a typo (min instead of np.nanmin) or a missing import in the new _datetime_nanmin function.
Specifically, line 363: array = min(array, skipna=True)
Always results in: TypeError: ...
RondeauG
- 2
- Opened on Nov 12, 2024
- #403
Hi guys, love this package. I m migrating some old aggregation code over to flox and noticed that there is some roundoff
inconsistency between brute-force aggregations and using flox.
Problem: I am using ...
riley-brady
- 12
- Opened on Sep 18, 2024
- #398
Example ERA5
import dask.array
import flox.xarray
import pandas as pd
import xarray as xr
dims = ( time , level , lat , lon )
# nyears is number of years, adjust to make bigger,
# full dataset is ...
dcherian
- 11
- Opened on Sep 17, 2024
- #396

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.