home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1248977892

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/7042#issuecomment-1248977892 https://api.github.com/repos/pydata/xarray/issues/7042 1248977892 IC_kwDOAMm_X85KcePk 11867798 2022-09-16T06:41:31Z 2022-09-16T06:42:49Z NONE

@TomNicholas , I have reduced the code to a smaller portion. The reason I include a long piece of code is because the longitude and latitude values are read from the shape file and passed to xarray to read from year2019.nc. I previously attached the file in the issue above but you can still access it here.

https://1drv.ms/u/s!AvYOTGjStibEmGGsJwRlpoBfLvHm?e=LBLm95

I hope it is accessible.

import xarray as xr

nc_file = xr.open_mfdataset('year2019.nc') #, chunks = {'time': 10}) two_months_255 = nc_file["tg"].sel( longitude = [49.294, 49.376], latitude = [10.971, 11.087])

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1374911473
Powered by Datasette · Queries took 0.641ms · About: xarray-datasette