-
Updated
Oct 12, 2021 - JavaScript
xarray
Here are 172 public repositories matching this topic...
Describe the bug
According to the multiscene documentation, the property all_same_area does:
Determine if all contained Scenes have the same ‘area’.
However, I have created a multiscene where all scenes have the same area (they just differ between datasets), yet the property returns Fa
-
Updated
Jul 21, 2021 - Python
Code Sample, a minimal, complete, and verifiable piece of code
from pyresample.boundary import Boundary
b = Boundary(my_lons, my_lats)
print(b.contour_poly.area())Problem description
The above code doesn't fail if the provided lons/lats are 2D (not sure on 3D+), but the class and all functions/utilities underneath it assume 1D arrays. The end results are incor
-
Updated
Sep 14, 2021 - Jupyter Notebook
-
Updated
Oct 11, 2021 - Python
-
Updated
Sep 30, 2021 - Python
-
Updated
Aug 29, 2021 - Python
-
Updated
Oct 8, 2021 - Python
Is your feature request related to a problem? Please describe.
asv performance now depends on local machine performance
Describe the solution you'd like
Independent of my laptop
https://labs.quansight.org/blog/2021/08/github-actions-benchmarks/
Describe alternatives you've considered
keep as is
In determining the correct reader for the file provided we currently have two options (as of #224).
- Providing
readerparam toAICSImage(i.e.img = AICSImage("s3://some-file.ext", reader=readers.lif_reader.LifReader) - Not providing a reader, and AICSImage looping over all
SUPPORTED_READERS.
Option 1 is the fastest + safest method for loading a file into AICSImage (without using
-
Updated
Oct 10, 2020 - Jupyter Notebook
Passing resampling
Without thinking I put resampling="bilinear" and got an error when I called .compute()
Traceback (most recent call last):
File "carajas.py", line 92, in <module>
band_medianNP = band_median.compute()
File "/home/ubuntu/anaconda3/envs/richard/lib/python3.8/site-packages/xarray/core/dataarray.py", line 899, in compute
return new.load(**kwargs)
File "/home/ubuntu/anacoLooping over the data_vars in fit/predict/transform/... should be done with parallel.
-
Updated
Sep 13, 2021 - Python
Implement .get
This should use the __getitem__ logic and return None if __getitem__ files so that the two are consistent (as expected from dicts and other mappings)
Marker visualization
It's really impressive how much pyomeca has progressed! Have you ever considered including some form of simple 3D marker visualization?
-
Updated
Jul 23, 2020 - Jupyter Notebook
-
Updated
May 26, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the xarray topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xarray topic, visit your repo's landing page and select "manage topics."


Noting down a comment by @DanJonesOcean on Twitter: https://twitter.com/DanJonesOcean/status/1441392596362874882
Our API docs are generated by the func