home / github / issues

Menu
  • Search all tables
  • GraphQL API

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 like

Selecting a subset of data using xarray's sel method:

Select data for a specific time and latitude/longitude range

ds_sel = ds.sel(time='2020-01-01', lat=slice(-30, 30), lon=slice(0, 100))

Describe alternatives you've considered

Loading data from a NetCDF file using xarray's open_dataset method:

import xarray as xr

Open a NetCDF file

ds = xr.open_dataset('data.nc')

Additional context

No 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

Links from other tables

  • 1 row from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 0.573ms · About: xarray-datasette