[gdal-dev] zarr urls need quoting
Michael Sumner
mdsumner at gmail.com
Wed Mar 26 10:17:37 PDT 2025
Hi, I've explored the code a bit and can't figure out what's intended.
When I try a ZARR url endpoint, it doesn't work from my first framing and I
have to embed inner quotes around the dsn
i.e. this works
gdalmdiminfo "ZARR:\"/vsicurl/
https://data.source.coop/dynamical/noaa-gefs-analysis/v0.0.1-dev.zarr\""
this does not
gdalmdiminfo ZARR:"/vsicurl/
https://data.source.coop/dynamical/noaa-gefs-analysis/v0.0.1-dev.zarr"
ERROR 1: There is likely a quoting error of the whole connection string.
this does not
gdalmdiminfo ZARR:/vsicurl/
https://data.source.coop/dynamical/noaa-gefs-analysis/v0.0.1-dev.zarr
this does not
gdalmdiminfo /vsicurl/
https://data.source.coop/dynamical/noaa-gefs-analysis/v0.0.1-dev.zarr
It's always the last thing I try first :)
Does it need to be this way for some special zarr reason?
Thanks, Mike
--
Michael Sumner
Research Software Engineer
Australian Antarctic Division
Hobart, Australia
e-mail: mdsumner at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20250327/f61d4902/attachment.htm>
More information about the gdal-dev
mailing list