home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 197573068

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/790#issuecomment-197573068 https://api.github.com/repos/pydata/xarray/issues/790 197573068 MDEyOklzc3VlQ29tbWVudDE5NzU3MzA2OA== 2443309 2016-03-16T22:05:34Z 2016-03-16T22:05:34Z MEMBER

@fmaussion - Here's an example of the basic functionality I'm thinking of implementing: https://anaconda.org/jhamman/rasterio_to_xarray/notebook

A things to think about: 1. I've given each array the raster name. Does that make since? This allows us to return a Dataset instead of a DataArray. 2. Which attributes do we want to copy over from the rasterio dataset? It is not entirely clear which attributes in the rasterio._io.RasterReader object should become attrs. 3. I have not implemented lazy or windowed reading yet but it should be pretty straightforward using the window argument to src.read().

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  140063713
Powered by Datasette · Queries took 0.883ms · About: xarray-datasette