issue_comments
5 rows where issue = 98074194 and user = 12929592 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xray methods using shapefile as mask? · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
146031940 | https://github.com/pydata/xarray/issues/501#issuecomment-146031940 | https://api.github.com/repos/pydata/xarray/issues/501 | MDEyOklzc3VlQ29tbWVudDE0NjAzMTk0MA== | slharris 12929592 | 2015-10-06T23:22:50Z | 2015-10-06T23:22:50Z | NONE | I am trying not to be annoying but is there any chance you were able to fix this bug? I checked on the examples page but could not find anything. thanks |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xray methods using shapefile as mask? 98074194 | |
143899899 | https://github.com/pydata/xarray/issues/501#issuecomment-143899899 | https://api.github.com/repos/pydata/xarray/issues/501 | MDEyOklzc3VlQ29tbWVudDE0Mzg5OTg5OQ== | slharris 12929592 | 2015-09-28T23:20:04Z | 2015-09-28T23:20:04Z | NONE | Thank you for fixing the last line, I can get your example to run with my own data without any errors being raised however the output does not appear to have any masked applied! I can use where() to plot a selected area but when it comes to being used with another dataset it doesn't appear to be working for me. Is there an example that shows something like temperature data over time for different states, extracted using the method above? This method will be so useful for me - if I can get it to work! Any feedback will be greatly appreciated. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xray methods using shapefile as mask? 98074194 | |
143116745 | https://github.com/pydata/xarray/issues/501#issuecomment-143116745 | https://api.github.com/repos/pydata/xarray/issues/501 | MDEyOklzc3VlQ29tbWVudDE0MzExNjc0NQ== | slharris 12929592 | 2015-09-25T03:49:53Z | 2015-09-25T03:49:53Z | NONE | Thank you, but can we use the mask and apply it to another xray dataset - so you only take the values from one dataset that fall in the region of the mask)? I have tried below (but this doesn't work). Thanks ds.states.where(ds.states == state_ids['California']).plot() dstemp=xray.open_mfdataset(filepath) ds_variable=dstemp['temp'] monthlymean=ds_variable.resample('1MS', dim='time', how='mean') meanmonthlycaliforniatemp=ds.states.where(ds.states==state_ids['California']).monthlymean.groupby('time').mean() meanmonthlycaliforniatemp.to_pandas().plot() |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xray methods using shapefile as mask? 98074194 | |
142788988 | https://github.com/pydata/xarray/issues/501#issuecomment-142788988 | https://api.github.com/repos/pydata/xarray/issues/501 | MDEyOklzc3VlQ29tbWVudDE0Mjc4ODk4OA== | slharris 12929592 | 2015-09-24T02:52:55Z | 2015-09-24T02:52:55Z | NONE | Now that I am using xray version 0.6.0 I cannot find any examples that use where() to mask out values from one xray dataset using a rasterized shapefile that has been turned into an xray dataset. Referring to my original post in this thread can I resample a timeseries, find the mean, groupby by time and plot using only the values that fall within one state? Any feedback will be greatly appreciated |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xray methods using shapefile as mask? 98074194 | |
128216372 | https://github.com/pydata/xarray/issues/501#issuecomment-128216372 | https://api.github.com/repos/pydata/xarray/issues/501 | MDEyOklzc3VlQ29tbWVudDEyODIxNjM3Mg== | slharris 12929592 | 2015-08-06T02:24:17Z | 2015-08-06T02:24:17Z | NONE | This example is very helpful. Thank you. I think the where() method you refer to will be very useful - When will the version 0.5.3 be released? Thanks Sarah On 31 July 2015 at 06:00, Stephan Hoyer notifications@github.com wrote:
Dr Sarah Harris Research Fellow School of Earth, Atmosphere and Environment Room 227, 9 Rainforest Walk Monash University Ph: 03 9902 4243 Email: sarah.harris@monash.edu Email%3Asarah.harris@monash.edu |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xray methods using shapefile as mask? 98074194 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1