什麼是 xarray?
Python 中的 N 維標記數組和資料集。建構於 NumPy 和 Dask 之上。它在類似 NumPy 的原始數組之上引入了維度、坐標和屬性形式的標籤,使物理科學中的數據分析更加直觀且不易出錯。用於處理多維科學資料、NetCDF/GRIB/Zarr 檔案、氣候/天氣/海洋資料集、遙感、地理空間成像、Dask 大型記憶體不足資料集以及標記數組操作。 來源:tondevrel/scientific-agent-skills。
Python 中的 N 維標記數組和資料集。建構於 NumPy 和 Dask 之上。它在類似 NumPy 的原始數組之上引入了維度、坐標和屬性形式的標籤,使物理科學中的數據分析更加直觀且不易出錯。用於處理多維科學資料、NetCDF/GRIB/Zarr 檔案、氣候/天氣/海洋資料集、遙感、地理空間成像、Dask 大型記憶體不足資料集以及標記數組操作。
透過命令列快速安裝 xarray AI 技能到你的開發環境
來源:tondevrel/scientific-agent-skills。
Xarray provides a pandas-like experience for multidimensional data. It is the core of the Pangeo ecosystem and is essential for working with NetCDF, GRIB, and Zarr formats.
Official docs: https://docs.xarray.dev/ Tutorials: https://tutorial.xarray.dev/ Search patterns: xr.DataArray, xr.Dataset, ds.sel, ds.groupby, ds.resample, xr.opendataset
| DataArray | A single labeled N-dimensional array. | Like a pandas.Series but N-D. | | Dataset | A dict-like container of multiple DataArrays. | Like a pandas.DataFrame but N-D. |
Python 中的 N 維標記數組和資料集。建構於 NumPy 和 Dask 之上。它在類似 NumPy 的原始數組之上引入了維度、坐標和屬性形式的標籤,使物理科學中的數據分析更加直觀且不易出錯。用於處理多維科學資料、NetCDF/GRIB/Zarr 檔案、氣候/天氣/海洋資料集、遙感、地理空間成像、Dask 大型記憶體不足資料集以及標記數組操作。 來源:tondevrel/scientific-agent-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill xarrayPython 中的 N 維標記數組和資料集。建構於 NumPy 和 Dask 之上。它在類似 NumPy 的原始數組之上引入了維度、坐標和屬性形式的標籤,使物理科學中的數據分析更加直觀且不易出錯。用於處理多維科學資料、NetCDF/GRIB/Zarr 檔案、氣候/天氣/海洋資料集、遙感、地理空間成像、Dask 大型記憶體不足資料集以及標記數組操作。 來源:tondevrel/scientific-agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill xarray 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tondevrel/scientific-agent-skills