Re: [gdal-dev] zarr driver PR

2021-07-19 Thread Even Rouault
FYI, the driver has now been merged into GDAL master and Docker images have been regenerated (use the ubuntu-full or alpine-normal ones to get support for all compression codecs supported by the driver) Le 01/07/2021 à 21:05, Even Rouault a écrit : Hi all, for those who have monitored the PR

Re: [gdal-dev] zarr driver PR

2021-07-01 Thread Even Rouault
Hi all, for those who have monitored the PR tracker lately, you may have noticed that I've been working in https://github.com/OSGeo/gdal/pull/3896 for an implementation of a Zarr driver. This is now feature complete and in a CI ready state. It follows a different approach than the one proposed

Re: [gdal-dev] zarr driver PR

2021-02-01 Thread Ivan Lucena
arr driver could be better off if developed in Python. Just an idea. Good luck, Ivan From: gdal-dev on behalf of David Brochart Sent: Monday, February 1, 2021 11:14 AM To: Sean Gillies Cc: Gdal Dev Subject: Re: [gdal-dev] zarr driver PR Hi Sean, Thanks fo

Re: [gdal-dev] zarr driver PR

2021-02-01 Thread David Brochart
Hi Sean, Thanks for starting this discussion. Let me first say that the PR is still in an early stage, and that more work is needed upstream to make it fully usable, so definitely not ready for merging yet. Although it is not clearly mentioned, xtensor-zarr supports Zarr v3 as well as a part of Za

[gdal-dev] zarr driver PR

2021-02-01 Thread Sean Gillies
Hi all, Also deep in our recent long thread about removing drivers from GDAL is mention of a new PR for a "zarr" driver. https://github.com/OSGeo/gdal/pull/3411 I'd like to see more discussion of the scope of this work and plans for future development and support before a zarr driver is added to