rileyhales / grids

A python tool for extracting time series subsets of n-dimensional spatiotemporal arrays

Home Page:https://grids.rileyhales.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling data organized in groups

rileyhales opened this issue · comments

When data are organized in groups, you can provide the dimension/variables names as paths within the file e.g. GroupName/VariableName. However, the validation checks within grids fail to check if the variable exists because it doesn't look within the group.

Do i need to disable the checking??