Re: [gdal-dev] kerchunk

2024-07-24 Thread Michael Sumner via gdal-dev
Amazing guidance, thanks so much Even. You've answered a lot of hanging questions I had that I didn't know where to ask. I'll be exploring all of this. Cheers, Mike On Wed, Jul 24, 2024 at 7:59 PM Even Rouault wrote: > Michael, > > I don't think this would be a frmts/raw driver, but rather a

Re: [gdal-dev] kerchunk

2024-07-24 Thread Even Rouault via gdal-dev
Michael, I don't think this would be a frmts/raw driver, but rather a /vsikerchunk virtual file system that you would combine with the Zarr driver So you would open a dataset with "/vsikerchunk/{path/to.json}", and the ZARR driver would then issue a ReadDir() operation on /vsikerchunk/{path/

Re: [gdal-dev] kerchunk

2024-07-23 Thread Michael Sumner via gdal-dev
On Wed, Jul 24, 2024 at 8:37 AM Michael Sumner wrote: > Hi, is there any effort or thought into something like Python's kerchunk > in GDAL? (my summary of kerchunk is below) > > https://github.com/fsspec/kerchunk > > I'll be exploring the python outputs in detail and looking for hooks into > wh

Re: [gdal-dev] kerchunk

2024-07-23 Thread Michael Sumner via gdal-dev
> From: gdal-dev on behalf of Michael > Sumner via gdal-dev > Sent: Tuesday, July 23, 2024 17:37 > To: gdal-dev > Subject: [gdal-dev] kerchunk > > Hi, is there any effort or thought into something like Python's kerchunk > in GDAL? (my summary of kerch

Re: [gdal-dev] kerchunk

2024-07-23 Thread Joe Lee via gdal-dev
om/hyoklee/kerchunk/wiki --- Reality is hierarchical. Store scientific reality in HDF for Spatial Computing. From: gdal-dev on behalf of Michael Sumner via gdal-dev Sent: Tuesday, July 23, 2024 17:37 To: gdal-dev Subject: [gdal-dev] kerchunk Hi, is there

[gdal-dev] kerchunk

2024-07-23 Thread Michael Sumner via gdal-dev
Hi, is there any effort or thought into something like Python's kerchunk in GDAL? (my summary of kerchunk is below) https://github.com/fsspec/kerchunk I'll be exploring the python outputs in detail and looking for hooks into where we might bring some of this tighter into GDAL. This would work