Re: [gdal-dev] zarr urls need quoting

2025-03-26 Thread Michael Sumner via gdal-dev
Ok, thank you that's totally understandable and I will champion your choices here Appreciate the (fast) response very much Cheers, Mike On Thu, Mar 27, 2025, 04:28 Even Rouault wrote: > Michael, > > > > > > gdalmdiminfo > > ZARR:"/vsicurl/ > https://data.source.coop/dynamical/noaa-gefs-analysi

Re: [gdal-dev] zarr urls need quoting

2025-03-26 Thread Even Rouault via gdal-dev
Michael, gdalmdiminfo ZARR:"/vsicurl/https://data.source.coop/dynamical/noaa-gefs-analysis/v0.0.1-dev.zarr"; This is a shell issue. It will strip those quotes, and thus be seen by GDAL as your below string without quotes. Does it need to be this way for some special zarr reason? The

[gdal-dev] zarr urls need quoting

2025-03-26 Thread Michael Sumner via gdal-dev
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