Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when a dimension is called "id" #89

Open
mdsumner opened this issue Apr 29, 2019 · 0 comments
Open

when a dimension is called "id" #89

mdsumner opened this issue Apr 29, 2019 · 0 comments

Comments

@mdsumner
Copy link
Collaborator

There's a problem:

../rasterwise/extdata/copernicus/cout-perc1_ref_EUR-44_rcp85_IMPACT2C_QM-EOBS_1971-2000_remap215.nc

 tnc$transforms$id
# A tibble: 35,408 x 5
      id index name  coord_dim selected
   <dbl> <int> <chr> <lgl>     <lgl>   
 1     0     1 id    TRUE      TRUE    
 2     0     2 id    TRUE      TRUE    
 3     0     3 id    TRUE      TRUE    
 4     0     4 id    TRUE      TRUE    
 5     0     5 id    TRUE      TRUE    
 6     0     6 id    TRUE      TRUE   


## yet

head(angstroms::rawdata(.x, "id"))
[1] 8801544 8801548 8000005 8115258 8115717 8000008

Can we rename id to .id? Or make a special case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant