Hi all!
Let me start with a quick acknowledgment: I am not familiar how TileDB handles (de)compression under the hood.
I am interested in reading raw (compressed) space tile data for a TileDB-backed API I am working on. We store raster weather data in compressed, dense 2d arrays. The array’s space tiles are aligned with Web Mercator tile dimensions for a given level of detail, and the API serves these Web Mercator tiles. Ideally, we wouldn’t need to decompress and recompress the data before shipping off to the client.
Any insight would be awesome! Thank you!
Regards,
Eric