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/1603#issuecomment-444187219,https://api.github.com/repos/pydata/xarray/issues/1603,444187219,MDEyOklzc3VlQ29tbWVudDQ0NDE4NzIxOQ==,703554,2018-12-04T17:33:34Z,2018-12-04T17:33:34Z,CONTRIBUTOR,"> I think that one big source of confusion has been so far mixing
> coordinates/variables and indexes. These are really two separate concepts,
> and the indexes refactoring should address that IMHO.
>
> For example, I think that da[some_name] should never return indexes but
> only coordinates (and/or data variables for Dataset). That would be much
> simpler.
>
Can't claim to be following every detail here, but this sounds very
sensible to me FWIW.
>
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,262642978
https://github.com/pydata/xarray/issues/1603#issuecomment-392831984,https://api.github.com/repos/pydata/xarray/issues/1603,392831984,MDEyOklzc3VlQ29tbWVudDM5MjgzMTk4NA==,703554,2018-05-29T15:59:46Z,2018-05-29T15:59:46Z,CONTRIBUTOR,"Ok, cool. Was wondering if now was right time to revisit that, alongside
the work proposed in this PR. Happy to participate in that discussion,
still interested in implementing some alternative index classes.
On Tue, 29 May 2018, 15:45 Stephan Hoyer, wrote:
> Yes, the index API still needs to be determined. But I think we want to
> support something like that.
> On Tue, May 29, 2018 at 1:20 AM Alistair Miles
> wrote:
>
> > I see this mentions an Index API, is that still to be decided?
> >
> > On Tue, 29 May 2018, 05:28 Stephan Hoyer,
> > wrote:
> >
> > > I started thinking about how to do this incrementally, and it occurs to
> > me
> > > that a good place to start would be to write some of the utility
> > functions
> > > we'll need for this:
> > >
> > > 1. Normalizing and creating default indexes in the Dataset/DataArray
> > > constructor.
> > > 2. Combining indexes from all xarray objects that are inputs for an
> > > operations into indexes for the outputs.
> > > 3. Extracting MultiIndex objects from arguments into Dataset/DataArray
> > > and expanding them into multiple variables.
> > >
> > > I drafted up docstrings for each of these functions and did a little
> bit
> > > of working starting to think through implementations in #2195
> > > . So this would be a great
> > > place for others to help out. Each of these could be separate PRs.
> > >
> > > —
> > > You are receiving this because you commented.
> > > Reply to this email directly, view it on GitHub
> > > ,
> > or mute
> > > the thread
> > > <
> >
> https://github.com/notifications/unsubscribe-auth/AAq8QvMauEPa6hfgorDoShZ2PwyYWk6Tks5t3M6AgaJpZM4PtACU
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you were mentioned.
> > Reply to this email directly, view it on GitHub
> > ,
> or mute
> > the thread
> > <
> https://github.com/notifications/unsubscribe-auth/ABKS1p8RjrupPM2z2d4_ylWX7826RQ0Rks5t3QTHgaJpZM4PtACU
> >
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> , or mute
> the thread
>
> .
>
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,262642978
https://github.com/pydata/xarray/issues/1603#issuecomment-392692996,https://api.github.com/repos/pydata/xarray/issues/1603,392692996,MDEyOklzc3VlQ29tbWVudDM5MjY5Mjk5Ng==,703554,2018-05-29T08:20:22Z,2018-05-29T08:20:22Z,CONTRIBUTOR,"I see this mentions an Index API, is that still to be decided?
On Tue, 29 May 2018, 05:28 Stephan Hoyer, wrote:
> I started thinking about how to do this incrementally, and it occurs to me
> that a good place to start would be to write some of the utility functions
> we'll need for this:
>
> 1. Normalizing and creating default indexes in the Dataset/DataArray
> constructor.
> 2. Combining indexes from all xarray objects that are inputs for an
> operations into indexes for the outputs.
> 3. Extracting MultiIndex objects from arguments into Dataset/DataArray
> and expanding them into multiple variables.
>
> I drafted up docstrings for each of these functions and did a little bit
> of working starting to think through implementations in #2195
> . So this would be a great
> place for others to help out. Each of these could be separate PRs.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> , or mute
> the thread
>
> .
>
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,262642978
https://github.com/pydata/xarray/issues/1603#issuecomment-338622746,https://api.github.com/repos/pydata/xarray/issues/1603,338622746,MDEyOklzc3VlQ29tbWVudDMzODYyMjc0Ng==,703554,2017-10-23T10:56:40Z,2017-10-23T10:56:40Z,CONTRIBUTOR,"Just to say I'm interested in how MultiIndexes are handled also. In our use case, we have two variables conventionally named CHROM (chromosome) and POS (position) which together describe a location in a genome. I want to combine both variables into a multi-index so I can, e.g., select all data from some data variable for chromosome X between positions 100,000-200,000. For all our data variables, this genome location multi-index would be used to index the first dimension.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,262642978