-
Updated
Dec 22, 2020 - JavaScript
xarray
Here are 127 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
Nov 27, 2020 - Python
There are various examples of how to define an AreaDefinition throughout the documentation and in test files like https://github.com/pytroll/pyresample/blob/master/pyresample/test/test_files/areas.yaml. However, some of these have projection definitions with only a defined (equatorial radius). This is technically incomplete and although it works in PROJ, rasterio/GDAL are a little more strict an
-
Updated
Dec 18, 2020 - Jupyter Notebook
-
Updated
Dec 10, 2020 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Dec 9, 2020 - Python
-
Updated
Dec 16, 2020 - Python
I've been using nb_black lately and it's wonderful. https://github.com/dnanhkhoa/nb_black
We can add this with %load_ext lab_black for our notebook examples and it will auto-format every cell to fit black to make it more clean and readable without us having to worry about it.
-
Updated
Oct 10, 2020 - Jupyter Notebook
-
Updated
Dec 1, 2020 - Jupyter Notebook
-
Updated
Dec 10, 2020 - Python
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
Jul 23, 2020 - Jupyter Notebook
-
Updated
Oct 27, 2020 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 2, 2020 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Dec 8, 2020 - Jupyter Notebook
-
Updated
Nov 6, 2017 - 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."
Is your feature request related to a problem? Please describe.
I am trying to drop particular indices from a dimension that doesn't have coordinates.
Following: [drop_sel() documentation](http://xarray.pydata.org/en/stable/generated/xarray.Dataset.drop_sel.html#xarray.Dataset.drop_se