issues: 1651829181
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1651829181 | I_kwDOAMm_X85idOm9 | 7711 | Contribution | 129736005 | closed | 0 | 1 | 2023-04-03T10:56:58Z | 2023-04-21T01:07:50Z | 2023-04-21T01:07:50Z | NONE | Is your feature request related to a problem?Document examples of using various xarray methods Describe the solution you'd likeSelecting a subset of data using xarray's Select data for a specific time and latitude/longitude rangeds_sel = ds.sel(time='2020-01-01', lat=slice(-30, 30), lon=slice(0, 100)) Describe alternatives you've consideredLoading data from a NetCDF file using xarray's import xarray as xr Open a NetCDF fileds = xr.open_dataset('data.nc') Additional contextNo response |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7711/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |