From scientific-domain-applications
Loads, processes, and analyzes labeled multidimensional arrays using Xarray for NetCDF/Zarr files, climate/satellite data, with Dask integration and performance verification.
npx claudepluginhub uw-ssec/rse-plugins --plugin scientific-domain-applications# Xarray for Multidimensional Data Work with labeled multidimensional arrays using Xarray. ## Arguments $ARGUMENTS — describe the task (e.g., "read this NetCDF file", "analyze climate data", "set up Dask chunking for large dataset") ## Workflow 1. **Understand the task** from the arguments: - NetCDF/HDF5/Zarr I/O - DataArray and Dataset operations - Dask integration for large datasets - Climate/satellite/oceanographic analysis - Geospatial raster operations (rioxarray) - DataTree for hierarchical data 2. **Explore existing data and code:** - Check for data files (...
Work with labeled multidimensional arrays using Xarray.
$ARGUMENTS — describe the task (e.g., "read this NetCDF file", "analyze climate data", "set up Dask chunking for large dataset")
Understand the task from the arguments:
Explore existing data and code:
Implement using Xarray best practices:
Verify results and performance.
Report results including data structure and any performance considerations.