home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

4 rows where author = 1828519 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 4

author 1

  • djhoese · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
2fdcbb6feccb01a97b8b51160b81e238486fff00 Add note about accessor instance creation (#3209) 2019-08-14T05:33:48Z 2019-08-14T05:33:48Z David Hoese 48ac9bccdbfd665c0202c9eb65890f4d8ca1c64a Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 djhoese 1828519 shoyer 1217238
adbd59a0498cce298d88d9383837c968bebae538 Fix 'to_masked_array' computing dask arrays twice (#3006) 2019-06-10T13:25:57Z 2019-06-10T13:25:57Z David Hoese 48ac9bccdbfd665c0202c9eb65890f4d8ca1c64a Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 djhoese 1828519 shoyer 1217238
0c73a380745c4792ab440eb020f78f203897abe5 Fix CRS being WKT instead of PROJ.4 (#2715) * Fix CRS being WKT instead of PROJ.4 See https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L7 * Fix rasterio usage for older rasterio without to_proj4 Co-Authored-By: djhoese <david.hoese@ssec.wisc.edu> * Fix indentation on rasterio AttributeError check * Add CRS WKT fix to whats-new 2019-02-06T16:56:06Z 2019-02-06T16:56:06Z David Hoese 48ac9bccdbfd665c0202c9eb65890f4d8ca1c64a Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 djhoese 1828519 shoyer 1217238
4a7a103204989af7e2b6bc97a4109d81beebd34c Add python_requires to setup.py (#2465) 2018-10-06T07:48:57Z 2018-10-06T07:48:57Z David Hoese 48ac9bccdbfd665c0202c9eb65890f4d8ca1c64a Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 djhoese 1828519 shoyer 1217238

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 3580.416ms · About: xarray-datasette