-
Updated
Jul 5, 2022 - TypeScript
xarray
Here are 212 public repositories matching this topic...
Add Hydrology Tools
https://carpentries-incubator.github.io/geospatial-python/ is a good course that uses rioxarray. Could add a link to it in https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html
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
Jul 7, 2022 - Python
Follow on from corteva/geocube#108
Worth adding an example in the docs to make the solution more discoverable
-
Updated
Jul 7, 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
Jun 27, 2022 - Python
-
Updated
Jun 30, 2022 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 5, 2022 - Jupyter Notebook
-
Updated
Jul 8, 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/anacoThe dim_order parameter should be used as the parameter to aicsimageio.transforms.reshape_data with TCZYX as the return order (optional S)
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/
-
Updated
Jul 4, 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
Jul 8, 2022 - Jupyter Notebook
-
Updated
Jun 22, 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."


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