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/625#issuecomment-148271725,https://api.github.com/repos/pydata/xarray/issues/625,148271725,MDEyOklzc3VlQ29tbWVudDE0ODI3MTcyNQ==,167164,2015-10-15T03:28:59Z,2015-10-15T03:28:59Z,NONE,"The lat/x, long/y is a bit odd, yeah, I think the file is set up a bit wrong, but I'm trying to stick to the format I'm given. Reference height, at least, isn't really a co-ordinate. It's the value of the tower measurements. The other data is really (implicitly) at elevation+screen height, I think. But yeah, that's basically what I came up with, just copy the relevant coords for each variable from the old dataset. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,111525165 https://github.com/pydata/xarray/issues/625#issuecomment-148252414,https://api.github.com/repos/pydata/xarray/issues/625,148252414,MDEyOklzc3VlQ29tbWVudDE0ODI1MjQxNA==,167164,2015-10-15T01:47:56Z,2015-10-15T01:47:56Z,NONE,"Hrm, I guess I can just do ``` python new_ds = old_ds[GEO_VARS] for c in old_ds.coords: if c not in new_ds.coords: new_ds.coords[c] = old_ds.coords[c] ``` Still, it might be nice to have this built in. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,111525165