paleolimbot opened a new issue, #977:
URL: https://github.com/apache/sedona-db/issues/977
This is the first Google hit for "get me an example geozarr". I vibed some
anonymous S3 access (I know we have another route and that code will be removed
soon). Very possible that this is not a good geozarr example as well.
```python
import sedona.db
import sedonadb_zarr
sd = sedona.db.connect()
sd.register(sedonadb_zarr.ZarrExtension())
t = sd.read(
"s3://us-west-2.opendata.source.coop/pangeo/geozarr-examples/TCI.zarr",
options={
"aws.skip_signature": True,
"aws.region": "us-west-2"
}
)
#> SedonaError: ValueError: Invalid argument error: array /0: no dimension
names found. Zarr v3 arrays must set `dimension_names`; Zarr v2 arrays must set
the `_ARRAY_DIMENSIONS` attribute (xarray convention).
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]