issue_comments: 287550939
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/1313#issuecomment-287550939 | https://api.github.com/repos/pydata/xarray/issues/1313 | 287550939 | MDEyOklzc3VlQ29tbWVudDI4NzU1MDkzOQ== | 18236610 | 2017-03-18T14:49:23Z | 2017-03-18T14:49:23Z | NONE | Working on sharing the file now. I get this error when I tried
ImportErrorTraceback (most recent call last) <ipython-input-107-e99174a6594f> in <module>() ----> 1 xr.open_dataset(os.path.join(ddir, 'PHY_FLUXES_FILES/roms_dia_avg_y17.nc'), engine='netcdf4') /home/dbalwada/.conda/envs/dhruvenv/lib/python2.7/site-packages/xarray/backends/api.pyc in open_dataset(filename_or_obj, group, decode_cf, mask_and_scale, decode_times, concat_characters, decode_coords, engine, chunks, lock, cache, drop_variables) 285 allow_remote=True) 286 if engine == 'netcdf4': --> 287 store = backends.NetCDF4DataStore(filename_or_obj, group=group) 288 elif engine == 'scipy': 289 store = backends.ScipyDataStore(filename_or_obj) /home/dbalwada/.conda/envs/dhruvenv/lib/python2.7/site-packages/xarray/backends/netCDF4_.pyc in init(self, filename, mode, format, group, writer, clobber, diskless, persist) 203 diskless=diskless, persist=persist, 204 format=format) --> 205 self.ds = opener() 206 self.format = format 207 self.is_remote = is_remote_uri(filename) /home/dbalwada/.conda/envs/dhruvenv/lib/python2.7/site-packages/xarray/backends/netCDF4_.pyc in _open_netcdf4_group(filename, mode, group, kwargs) 177 178 def _open_netcdf4_group(filename, mode, group=None, kwargs): --> 179 import netCDF4 as nc4 180 181 ds = nc4.Dataset(filename, mode=mode, **kwargs) /home/dbalwada/.conda/envs/dhruvenv/lib/python2.7/site-packages/netCDF4/init.py in <module>() 1 # init for netCDF4. package 2 # Docstring comes from extension module _netCDF4. ----> 3 from ._netCDF4 import * 4 # Need explicit imports for names beginning with underscores 5 from ._netCDF4 import doc, pdoc ImportError: libmfhdf.so.0: cannot open shared object file: No such file or directory |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
215162161 |