Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
緯度経度および特定の時間範囲の netCDF ファイルから値を選択するための xarray 関数に相当する netCDF4 はありますか。
hndl_nc.sel(time=slice(start_date, end_date)).sel(lon=lon, lat=lat, method='nearest')
cdo や nco は使いたくない