-
Updated
Mar 31, 2022 - TypeScript
xarray
Here are 201 public repositories matching this topic...
Feature Request
Is your feature request related to a problem? Please describe.
Whenever I report a bug, I need to confirm what satpy version I am using. This is of course important, but it's also an extra step that could be semi-automated.
Describe the solution you'd like
I would like that debug_on() prints the relevant versions. When we report bugs, we anyway call `debu
The tiles module has been deprecated for 9 months now, so can be completely removed. This also allows us to remove bokeh as a dependency.
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
Jan 11, 2022 - Python
-
Updated
Apr 4, 2022 - Python
-
Updated
Apr 4, 2022 - Python
-
Updated
Apr 4, 2022 - Python
NWP examples
Example for numerical weather prediction
to be added to initialised datasets
Data sources (to) implement(ed):
- GEFS https://www.ncei.noaa.gov/thredds/catalog/model-gefs-003/202008/20200831/catalog.html
- DWD https://opendata.dwd.de/weather/nwp/
relates to #600
-
Updated
Feb 12, 2022 - Python
-
Updated
Apr 3, 2022 - Python
-
Updated
Apr 4, 2022 - Jupyter Notebook
To do
- Climatological means of net primary productivity
- Sentinel-2 / Landsat example
- Integration with geemap
- Temporal smoothing (#31)
Complete
- Downloading MODIS imagery
- [Visualizing fire progressions from GOES-R hotspots](https://wxee.readthedocs.io/en/latest/
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/anacoHi,
System and Software
- aicsimageio Version: 4.5.2
- Python Version: 3.10
- Operating System: Windows 10
Description
aiscimageio installs fine but when we try pip install aiscimageio[czi]1 it fails with the following error
ERROR: Command errored out with exit status 1:
command: 'C:\Program Files\Python310\python.exe' -u -c 'import io, os, sys, setuptools, to
-
Updated
Apr 6, 2022 - Python
-
Updated
Apr 5, 2022 - Python
-
Updated
Oct 10, 2020 - Jupyter Notebook
Would be good to clean up these warnings
WARNING: [numpydoc] Validation warnings while processing docstring for 'cf_xarray.bounds_to_vertices':
SS06: Summary should fit in a single line
PR03: Wrong parameters order. Actual: ('bounds', 'bounds_dim', 'core_dims', 'order'). Documented: ('bounds', 'bounds_dim', 'order', 'core_dims')
SA01: See Also section not found
EX01: No examples
Looping over the data_vars in fit/predict/transform/... should be done with parallel.
Marker visualization
It's really impressive how much pyomeca has progressed! Have you ever considered including some form of simple 3D marker visualization?
-
Updated
Apr 6, 2022 - Jupyter Notebook
-
Updated
Mar 31, 2022 - Python
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."


pydata/xarray#5865 (reply in thread)
I wonder if it's possible to implement a built-in function like:
da.str.format("%.2f")orxr.string_format(da, "%.2f)To wrap: