home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "NONE" and issue = 216621142 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 4

  • ebo 3
  • scollis 1
  • dschneiderch 1
  • stale[bot] 1

issue 1

  • Image related methods · 6 ✖

author_association 1

  • NONE · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
705666782 https://github.com/pydata/xarray/issues/1323#issuecomment-705666782 https://api.github.com/repos/pydata/xarray/issues/1323 MDEyOklzc3VlQ29tbWVudDcwNTY2Njc4Mg== dschneiderch 7461221 2020-10-08T16:00:17Z 2020-10-08T16:00:17Z NONE

I am looking at using xarray for managing image data. it looks like the equivalent of an xr.open_image hasn't been developed so consider this a vote in favor 👍

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Image related methods 216621142
632819309 https://github.com/pydata/xarray/issues/1323#issuecomment-632819309 https://api.github.com/repos/pydata/xarray/issues/1323 MDEyOklzc3VlQ29tbWVudDYzMjgxOTMwOQ== stale[bot] 26384082 2020-05-22T17:28:28Z 2020-05-22T17:28:28Z NONE

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Image related methods 216621142
399514847 https://github.com/pydata/xarray/issues/1323#issuecomment-399514847 https://api.github.com/repos/pydata/xarray/issues/1323 MDEyOklzc3VlQ29tbWVudDM5OTUxNDg0Nw== ebo 601025 2018-06-22T17:12:59Z 2018-06-22T17:12:59Z NONE

On Jun 22 2018 10:10 AM, Scott wrote:

Hey Devs and Users... Just about to embark on a project where I want to populate an X-Array data set with a set of images.. Did this progress? Just trying to save an hour building my own hook to skimage

I have not built hooks into skimage. If you get that to work I would if you could share with me 8-) I'm not fully sure of how to make that work in production, but I would be glad to help test.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Image related methods 216621142
399495637 https://github.com/pydata/xarray/issues/1323#issuecomment-399495637 https://api.github.com/repos/pydata/xarray/issues/1323 MDEyOklzc3VlQ29tbWVudDM5OTQ5NTYzNw== scollis 825351 2018-06-22T16:10:40Z 2018-06-22T16:10:40Z NONE

Hey Devs and Users... Just about to embark on a project where I want to populate an X-Array data set with a set of images.. Did this progress? Just trying to save an hour building my own hook to skimage

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Image related methods 216621142
373821913 https://github.com/pydata/xarray/issues/1323#issuecomment-373821913 https://api.github.com/repos/pydata/xarray/issues/1323 MDEyOklzc3VlQ29tbWVudDM3MzgyMTkxMw== ebo 601025 2018-03-16T19:33:01Z 2018-03-16T19:33:01Z NONE

thank you. I had stumbled onto the "tags" yesterday and had not had time to post back here that I had found it, and sorted through all the tags(), tags(1), and tags(ns="something"). The thing that was quite confusing was you access them in GDAL via GetMetadata, and not GetTags. So, I think I am sorted now. I would agree that there needs to be more info there, but it is possible that it is already available, but not in a single place.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Image related methods 216621142
372482940 https://github.com/pydata/xarray/issues/1323#issuecomment-372482940 https://api.github.com/repos/pydata/xarray/issues/1323 MDEyOklzc3VlQ29tbWVudDM3MjQ4Mjk0MA== ebo 601025 2018-03-12T22:24:27Z 2018-03-12T22:24:27Z NONE

When I open up a tiff file, it only shows a few attributes. I have some images which have extensive provenance metadata. How do you access them?

eg: NITF_CSEXRA_SENSOR=PAN NITF_PIAIMC_SENSNAME=QB02 ...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Image related methods 216621142

Advanced export

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

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 1040.434ms · About: xarray-datasette