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: mdsum...@gmail.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to