Andrea,
if I run "gdalinfo -json WMSURL -sd 1", I can read a lot of info about it, but I do not see Dimension and its Extent in the json output (below an example from WMS request).

<Dimension name="time" units="ISO8601"/>
<Extent name="time" default="2024-03-01T00:00:00Z">2024-01-01T00:00:00.000Z,2024-01-02T00:00:00.000Z,2024-01-03T00:00:00.000Z,2024-01-04T00:00:00.000Z</Extent>

I would like to have this, to create a pipeline automatic testing.

Is there a way to read these informations using gdalinfo or some other gdal cli utilities.

I don't think so. You'll have to issue the GetCapabilities request and parse its output by yourself

Even

--
http://www.spatialys.com
My software is free, but my time generally not.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to