-
Updated
May 29, 2022 - TypeScript
xarray
Here are 209 public repositories matching this topic...
Add Hydrology Tools
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
May 9, 2022 - Python
-
Updated
May 3, 2022 - Python
-
Updated
May 31, 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
May 23, 2022 - Python
-
Updated
May 30, 2022 - Jupyter Notebook
-
Updated
May 29, 2022 - Python
-
Updated
May 30, 2022 - Python
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/anaco
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/
The dim_order
parameter should be used as the parameter to aicsimageio.transforms.reshape_data
with TCZYX
as the return order (optional S)
-
Updated
Jun 1, 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
.
-
Updated
Jun 1, 2022 - Jupyter Notebook
Marker visualization
It's really impressive how much pyomeca has progressed! Have you ever considered including some form of simple 3D marker visualization?
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."
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