Opened 14 years ago

Last modified 9 years ago

#3449 closed defect

adding wcs time support — at Version 1

Reported by: yanchen Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: 1.5.4
Severity: normal Keywords: wcs time
Cc: gaopeng, rprinceley

Description (last modified by warmerdam)

========the following is the designed query example:

YYYY time instant
http://rasterqa2/ArcGIS/services/WinTemp_M_MD_Ref_Time/ImageServer/wcsserver?service=WCS&version=1.0.0&request=GetCoverage&Coverage=1&CRS=EPSG:4326&BBOX=-180,-90,180,90&WIDTH=600&HEIGHT=800&FORMAT=JPEG&TIME=1870

YYYYMMDDHHMMSS time instant
http://benxi1/ArcGIS/services/time/ImageServer/wcsserver?service=WCS&version=1.0.0&request=GetCoverage&Coverage=1&CRS=EPSG:54004&BBOX=0,0,400,400&WIDTH=1200&HEIGHT=1000&FORMAT=JPEG&TIME=2000-01-01T14:30:30

YYYYMMDDHHMMSS time extent
http://benxi1/ArcGIS/services/time/ImageServer/wcsserver?service=WCS&version=1.0.0&request=GetCoverage&Coverage=1&CRS=EPSG:54004&BBOX=0,0,400,400&WIDTH=1200&HEIGHT=1000&FORMAT=JPEG&TIME=1999-12-31T14:30:30/2000-01-01T14:30:30

Time = <time>/<time>/<duration> for 1.0.0
TimeSuquence = <time>/<time>/<duration> for 1.1.x

Change History (1)

comment:1 by warmerdam, 14 years ago

Component: defaultGDAL_Raster
Description: modified (diff)
Owner: changed from frank warmerdam to warmerdam

Yan,

Can you provide an url to a public WCS server I can test against? The urls you hae provided seem to be against local domain names for servers that won't work from the outside.

Note: See TracTickets for help on using tickets.