Hi @ihnorton ,
Thanks for the assistance. I’ve checked the AWS permissions and they seem ok.
Running your suggested on the protected array returns the following so it’s clearly finding something…
uri1 schema: ArraySchema(
domain=Domain(*[
Dim(name='X', domain=(-1.7976931348623157e+308, 1.7976931348623157e+308), tile='None', dtype='float64', filters=FilterList([ZstdFilter(level=16), ])),
Dim(name='Y', domain=(-1.7976931348623157e+308, 1.7976931348623157e+308), tile='None', dtype='float64', filters=FilterList([ZstdFilter(level=16), ])),
]),
attrs=[
Attr(name='timestamp', dtype='datetime64[ns]', var=False, nullable=False, filters=FilterList([ZstdFilter(level=16), ])),
...
Attr(name='region_code', dtype='<U0', var=True, nullable=False, filters=FilterList([ZstdFilter(level=16), ])),
],
cell_order='hilbert',
tile_order=None,
capacity=100000,
sparse=True,
allows_duplicates=True,
coords_filters=FilterList([ZstdFilter(level=-1)]),
)
uri1 ned: None
uri1 data: OrderedDict(('timestamp', array([], dtype='datetime64[ns]')), ..., ('region_code', array([], dtype='<U1')), ('X', array([], dtype=float64)), ('Y', array([], dtype=float64))])
I’m about to try and setup a fresh conda environment with the upgraded tiledb dependencies and so I’ll see if that yields any further info in the error messages and will report back.
Thanks
Rowan