ndstore
ndstore copied to clipboard
condition typo in bounding box for loop
https://github.com/neurodata/spdb/blob/master/spatialdb.py#L856
should be ycube == ymaxcube
not ycube or ymaxcube
, I think.