home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

472 rows where labels_id = 114009210

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
28375178,114009210 topic-backends 114009210 Cross-platform in-memory serialization of netcdf4 (like the current scipy-based dumps) 28375178
29008494,114009210 topic-backends 114009210 Allow datetime.timedelta coordinates. 29008494
29453809,114009210 topic-backends 114009210 HDF5 backend for xray 29453809
36467304,114009210 topic-backends 114009210 Modular encoding 36467304
38502970,114009210 topic-backends 114009210 Dataset context manager and close() method 38502970
39377389,114009210 topic-backends 114009210 Support Dataset objects linked to files on disk to allow for incremental writes 39377389
41746519,114009210 topic-backends 114009210 default to saving netCDF4 strings as character arrays 41746519
42380908,114009210 topic-backends 114009210 Save and load coordinates according to CF conventions 42380908
43647191,114009210 topic-backends 114009210 Read a gzipped netcdf file 43647191
44718119,114009210 topic-backends 114009210 Modular encodings (rebased) 44718119
45615434,114009210 topic-backends 114009210 Encoding improvements 45615434
47220369,114009210 topic-backends 114009210 Add backends integration test for roundtripping datetime arrays 47220369
47366080,114009210 topic-backends 114009210 Automatically fall-back to pydap for opendap queries 47366080
47366246,114009210 topic-backends 114009210 Unify netCDF4 and scipy backends in to_netcdf 47366246
50613204,114009210 topic-backends 114009210 Serialize non-index coordinates to netCDF files 50613204
58310637,114009210 topic-backends 114009210 Support out-of-core computation using dask 58310637
58679397,114009210 topic-backends 114009210 Unify netCDF4 and scipy backends in the public API 58679397
58682523,114009210 topic-backends 114009210 Fix bug associated with reading / writing of mixed endian data. 58682523
59180424,114009210 topic-backends 114009210 Figure out what do to about the mmap argument to scipy.io.netcdf_file 59180424
60311603,114009210 topic-backends 114009210 Add "engine" argument and fix reading mmapped data with scipy.io.netcdf 60311603
60766810,114009210 topic-backends 114009210 Default reading netCDF3 files with scipy.io instead of netCDF4? 60766810
71994342,114009210 topic-backends 114009210 Add robust retry logic when accessing remote datasets 71994342
83700033,114009210 topic-backends 114009210 Automatically decode netCDF data to native endianness 83700033
88339814,114009210 topic-backends 114009210 One less copy when reading big-endian data with engine='scipy' 88339814
92528846,114009210 topic-backends 114009210 Add xray.save_mfdataset 92528846
95011790,114009210 topic-backends 114009210 Add support for reading/writing complex numbers with h5netcdf 95011790
95306928,114009210 topic-backends 114009210 Bytes attributes are decoded to strings with engine='h5netcdf' 95306928
95789172,114009210 topic-backends 114009210 Save netcdf variables in order when possible 95789172
100601294,114009210 topic-backends 114009210 64-bit values are coerced to 32-bit when writing as NETCDF4_CLASSIC 100601294
102703065,114009210 topic-backends 114009210 Support for netcdf4/hdf5 compression 102703065
123923598,114009210 topic-backends 114009210 Store xray.Dataset to MongoDB 123923598
129630652,114009210 topic-backends 114009210 coordinate variable not written in netcdf file in some cases 129630652
131972229,114009210 topic-backends 114009210 IO fails with complex datatypes 131972229
140063713,114009210 topic-backends 114009210 ENH: Optional Read-Only RasterIO backend 140063713
146079798,114009210 topic-backends 114009210 modified: xarray/backends/api.py 146079798
155181260,114009210 topic-backends 114009210 roundtrip boolean datatype 155181260
161068483,114009210 topic-backends 114009210 Perf: use Scipy engine by default for netcdf3? 161068483
164948082,114009210 topic-backends 114009210 Tweaks for opening datasets 164948082
185709414,114009210 topic-backends 114009210 Differences on datetime values appears after writing reindexed variable on netCDF file 185709414
186169975,114009210 topic-backends 114009210 Use xarray.open_dataset() for password-protected Opendap files 186169975
187625917,114009210 topic-backends 114009210 WIP: New DataStore / Encoder / Decoder API for review 187625917
196541604,114009210 topic-backends 114009210 Some queries 196541604
202964277,114009210 topic-backends 114009210 “ValueError: chunksize cannot exceed dimension size” when trying to write xarray to netcdf 202964277
216535655,114009210 topic-backends 114009210 BUG: to_netcdf no longer works with file objects when engine='scipy' 216535655
216537677,114009210 topic-backends 114009210 BUG: to_netcdf(engine='scipy') raises an error when it shouldn't 216537677
217216935,114009210 topic-backends 114009210 Cannot open NetCDF file if dimension with time coordinate has length 0 (`ValueError` when decoding CF datetime) 217216935
224553135,114009210 topic-backends 114009210 slow performance with open_mfdataset 224553135
225734529,114009210 topic-backends 114009210 autoclose with distributed doesn't seem to work 225734529
229474101,114009210 topic-backends 114009210 concat prealigned objects 229474101
230566456,114009210 topic-backends 114009210 Adding arbitrary object serialization 230566456
233992696,114009210 topic-backends 114009210 Best practice when the _Unsigned attribute is present in NetCDF files 233992696
235761029,114009210 topic-backends 114009210 Automate interpretation of _Unsigned attribute 235761029
236262363,114009210 topic-backends 114009210 Add attributes to rasterio backend 236262363
236595831,114009210 topic-backends 114009210 xarray.Dataset from existing netCDF4.Dataset 236595831
243927150,114009210 topic-backends 114009210 Excessive memory usage when printing multi-file Dataset 243927150
247703455,114009210 topic-backends 114009210 Support for attributes with different dtypes when serialising to netcdf4 247703455
247835797,114009210 topic-backends 114009210 Bug or not? Loading netcdf into xr.DataArray is in bytes 247835797
250747314,114009210 topic-backends 114009210 ENH: Support using opened netCDF4.Dataset (Fixes #1459) 250747314
251734482,114009210 topic-backends 114009210 Add `pathlib.Path` support to `open_(mf)dataset` 251734482
252541192,114009210 topic-backends 114009210 Rasterio CRS-attribute can be None 252541192
252541496,114009210 topic-backends 114009210 open_mfdataset reads coords from disk multiple times 252541496
252813229,114009210 topic-backends 114009210 Fixed issue #1520, by adding a if-else that checks for None 252813229
253136694,114009210 topic-backends 114009210 WIP: Zarr backend 253136694
253476466,114009210 topic-backends 114009210 Better compression algorithms for NetCDF 253476466
255701612,114009210 topic-backends 114009210 TypeError: DataArray.name or Dataset key must be either a string or None for serialization to netCDF files 255701612
257079041,114009210 topic-backends 114009210 to_netcdf fails for engine=h5netcdf when using dask-backed arrays 257079041
258316935,114009210 topic-backends 114009210 Allow rasterio_open to be used on in-memory rasterio objects?  258316935
259057144,114009210 topic-backends 114009210 Rasterio tags are not accessible through open_rasterio 259057144
259058863,114009210 topic-backends 114009210 Parsing wavelength info from rasterio tags 259058863
261403591,114009210 topic-backends 114009210 Need better user control of _FillValue attribute in NetCDF files 261403591
262858955,114009210 topic-backends 114009210 BUG: _extract_nc4_variable_encoding raises when shuffle argument is set 262858955
262930380,114009210 topic-backends 114009210 fix to_netcdf append bug (GH1215) 262930380
262966657,114009210 topic-backends 114009210 pynio backend broken in python 3 262966657
264322686,114009210 topic-backends 114009210 Improved netcdf4 error message when opening non existent file 264322686
264582338,114009210 topic-backends 114009210 Structured numpy arrays, xarray and netCDF(4) 264582338
267542085,114009210 topic-backends 114009210 Representing missing values in string arrays on disk 267542085
269700511,114009210 topic-backends 114009210 Append along an unlimited dimension to an existing netCDF file 269700511
270677100,114009210 topic-backends 114009210 Add option “engine” 270677100
271043420,114009210 topic-backends 114009210 Roundtrip serialization of coordinate variables with spaces in their names 271043420
272415954,114009210 topic-backends 114009210 Error when using engine='scipy' reading CM2.6 ocean output 272415954
274308380,114009210 topic-backends 114009210 Possible regression with PyNIO data not being lazily loaded 274308380
275421319,114009210 topic-backends 114009210 404 HTTP Status through PydapDataStore connection to Earth System Grid Federation 275421319
278122300,114009210 topic-backends 114009210 _FillValue and missing_value not allowed for the same variable 278122300
278389733,114009210 topic-backends 114009210 Opposite of `drop_variables` option in `open_dataset()` 278389733
286072335,114009210 topic-backends 114009210 WRF output : cannot serialize variable 286072335
290084668,114009210 topic-backends 114009210 speed up opening multiple files with changing data variables 290084668
290572700,114009210 topic-backends 114009210 passing unlimited_dims to to_netcdf triggers RuntimeError: NetCDF: Invalid argument 290572700
292550002,114009210 topic-backends 114009210 BUG: ds['...'].sel(...).values throws exception for a ds loaded from file 292550002
293445250,114009210 topic-backends 114009210 TypeError for NetCDF float16 output 293445250
294380515,114009210 topic-backends 114009210 Getting DataArrays from netCDF4 files correctly and without hassle 294380515
295146502,114009210 topic-backends 114009210 Zarr keys include variable name 295146502
296927704,114009210 topic-backends 114009210 Failure in test_cross_engine_read_write_netcdf3 296927704
297227247,114009210 topic-backends 114009210 Pynio tests are being skipped on TravisCI 297227247
302806158,114009210 topic-backends 114009210 API Design for Xarray Backends 302806158
305327479,114009210 topic-backends 114009210 open_mfdataset() on a single file drops the concat_dim 305327479
309227775,114009210 topic-backends 114009210 Enable Append/concat to existing zarr datastore 309227775
311573817,114009210 topic-backends 114009210 open_mfdataset: skip loading for indexes and coordinates from all but the first file 311573817
311578894,114009210 topic-backends 114009210 to_netcdf() to automatically switch to fixed-length strings for compressed variables  311578894
314326128,114009210 topic-backends 114009210 Problem reading dtype=S64 with open_zarr  314326128
314444743,114009210 topic-backends 114009210 How should xarray serialize bytes/unicode strings across Python/netCDF versions? 314444743

Next page

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
    ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
    ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 319.627ms · About: xarray-datasette