home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

2 rows where author = 4414299 and committer = 10050469 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • xarray 2

author 1

  • maaleske · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
89a1a9883c0c8409dad8dbcccf1ab73a3ea2cafc Parsing wavelength info from rasterio tags (#1583) * Parse rasterio tags to extract wavelengths as coordinates * Add wavelength_units as an attribute if it exists in tags * Specify count for np.fromiter for increased performance * Add a function for parsing ENVI metadata dicts returned by rasterio * Use the _parse_envi for parsing ENVI metadata * Add test for parsing ENVI tags as coordinates and attributes * Update whats-new.rst * Fix whitespace issues * Add rasterio version requirement for the ENVI test Rasterio versions before 1.0a do not seem to write changes to tags, making testing impossible with a created file. * Stylistic cleanup * Remove duplicate checks 2017-12-12T14:38:52Z 2017-12-12T14:38:52Z Matti Eskelinen 5e1fe82ea15648ed1c8497e3607cca567f7ba8b6 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 maaleske 4414299 fmaussion 10050469
6b16e6eed3eb4b8e3f5c237315765cf4b94b8a2b Remove netCDF dependency from rasterio backend tests (#1687) * Remove redundant roundtrip tests from rasterio tests * Add change to whats-new.rst * Remove serialization from the test names for accuracy * Add netcdf4 serialization as a separate test 2017-11-05T19:42:32Z 2017-11-05T19:42:32Z Matti Eskelinen 5e1fe82ea15648ed1c8497e3607cca567f7ba8b6 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 maaleske 4414299 fmaussion 10050469

Advanced export

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

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
    ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
    ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
    ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
    ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
    ON [commits] ([raw_author]);
Powered by Datasette · Queries took 12.348ms · About: xarray-datasette