asascience-open / sci-wms

SCI-WMS: Python based Web Mapping Service (WMS) for visualizing geospatial data
http://asascience-open.github.io/sci-wms
19 stars 9 forks source link

geo and time constraints don't always show in getcaps #93

Closed kwilcox closed 11 years ago

kwilcox commented 11 years ago

ie. http://ec2-107-21-136-52.compute-1.amazonaws.com:8080/wms/erie_natural_color/?REQUEST=GetCapabilities

cgalvarino commented 11 years ago

I see time dims here now. Does that mean it's ready for me to hit?

kwilcox commented 11 years ago

yeep

cgalvarino commented 11 years ago

http://ec2-107-21-136-52.compute-1.amazonaws.com:8080/wms/erie_natural_color/?REQUEST=GetCapabilities gives me:

<Dimension name="time" units="ISO8601"/>
<Extent name="time">2013-06-27T19:00:00Z</Extent>

How do I know what the default time is (assuming that the # of times grows as time goes on).

kwilcox commented 11 years ago

I'm going to guess that you are seeing this because there is only one timestep in the dataset right now. Would be good to make it consistent no matter how many steps are in the dataset.

acrosby commented 11 years ago

I think this is really a duplication of another issue now