issue_comments: 454086847
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/2662#issuecomment-454086847 | https://api.github.com/repos/pydata/xarray/issues/2662 | 454086847 | MDEyOklzc3VlQ29tbWVudDQ1NDA4Njg0Nw== | 22245117 | 2019-01-14T17:20:03Z | 2019-01-14T17:20:03Z | CONTRIBUTOR | I've created a little script to reproduce the problem.
@TomNicholas it looks like datasets are opened correctly. The problem arises when ```python import numpy as np import xarray as xr import os Tsize=100; T = np.arange(Tsize); Xsize=900; X = np.arange(Xsize); Ysize=800; Y = np.arange(Ysize) data = np.random.randn(Tsize, Xsize, Ysize) for i in range(2):
``` Fast if netCDFs are stored in one folder:
Slow if netCDFs are stored in several folders:
Fast if files containing different variables are opened separately, then merged:
|
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
397063221 |