XArray¶
Summary: Notes on XArray and multidimensional array data analysis. Last updated: 2026-08-20
2026¶
- isobands: Xarray to GeoPandas Contours: Python library that converts a 2D xarray DataArray into filled contour polygons in a GeoPandas GeoDataFrame, using GDAL for contour generation and supporting explicit levels, equal intervals, or data-driven breaks (e.g. quintiles). Released by Ben Welsh as a spinoff of the Reuters Climate Monitor, with examples rendering the output via MapLibre and OpenStreetMap for web maps. Related: Cartography, Web_Mapping. Keywords: XArray, isobands, contours, GeoPandas, GDAL, Reuters, MapLibre
2025¶
-
EOPF XArray Notebooks - Flood Mapping Valencia: EOPF toolkit notebooks demonstrating Otsu thresholding, connected components, and apply_ufunc for flood mapping using ZARR data. Related: CNG, Data. Keywords: XArray, ZARR, flood mapping, EOPF, Sentinel, apply_ufunc
-
NDVI Prediction with Dask XArray apply_ufunc: Python pipeline using Dask and XArray's apply_ufunc for scalable NDVI-based vegetation health monitoring and ML inference. Related: Machine_Learning, Remote_Sensing, Python. Keywords: XArray, Dask, NDVI, apply_ufunc, machine learning, vegetation
-
Sentinel-1 ZARR ARD Notebook for Change Detection: XArray-based notebook for Sentinel-1 SAR change detection using ZARR-format Analysis Ready Data. Related: Remote_Sensing, CNG, Data. Keywords: XArray, Sentinel-1, ZARR, change detection, SAR, ARD
-
Project Pythia - Spectral Clustering with XArray: XArray-based geospatial education resource covering spectral clustering and machine learning on Landsat data. Related: Remote_Sensing, Machine_Learning, Data. Keywords: XArray, Landsat, spectral clustering, machine learning, education
-
Cloud-native Geospatial Data Cube Workflows: Jupyter notebooks demonstrating cloud-native geospatial data cube workflows using XArray, XVec, and the Pangeo ecosystem. Related: CNG, Python, Data. Keywords: XArray, data cube, cloud-native, Pangeo, Python, XVec
-
Landsat STAC XArray Tutorials - AWS Cloud: USGS EROS tutorials for accessing Landsat data via STAC and processing with XArray on AWS cloud. Related: STAC, Remote_Sensing, CNG. Keywords: XArray, STAC, Landsat, AWS, USGS, cloud-native
-
Climate Data Earth Data Hub: Getting started notebook for the Earth Data Hub (EDH) climate data platform using XArray. Related: Climate, Python, Data. Keywords: XArray, climate, ERA5, data hub, Copernicus, Python
Earlier¶
-
ERA5 Data Analysis with XArray: Tutorial on analyzing ERA5 reanalysis data using XArray. Related: Climate, Python, Data. Keywords: XArray, ERA5, climate, reanalysis, Python
-
XArray Trend Analysis: Notebook demonstrating trend analysis using XArray on climate model output. Related: Climate, Python. Keywords: XArray, trend analysis, climate, CESM, Python