Hi Patrick,
1) you can get ISO 8601 interval times in the capabilities documents:
http://www.unidata.ucar.edu/projects/THREDDS/tech/tutorial/AddingServices.html
scroll down to the "More WMS Configuration" section. However, I don't
think many clients support this feature.
2) you can use the parameter temporal="all" as shorthand for requesting
all time range.
Cheers!
On 04/02/2013 09:17 AM, Patrick Brockmann wrote:
Hi all,
###################################"
1)
With NCSS protocol, you can get the timespan for a dataset
<TimeSpan>
<begin>1988-01-16T00:00:00Z</begin>
<end>2008-12-16T00:00:00Z</end>
</TimeSpan>
reading the dataset description document (dataset.xml)
Is there a way to get the same with WMS with the GetCapabilities
request ?
###################################"
2)
With NCSS, it would be nice to get all the time available with
a parameter like time=all
rather than to specify parameters timestart and timeend
Thanks
Patrick