| View previous topic :: View next topic |
| Author |
Message |
nsavard
Joined: 12 Aug 2009 Posts: 16 Location: Chicoutimi
|
Posted: Wed Aug 12, 2009 2:52 pm Post subject: "TM_Equals" not detected in the capabilities docum |
|
|
The getObservation:core-SOS.GetObservation-RequestInvalidEventTime.1 test is not executed because the "TM_Equals" is not found in the capabilities document. The capabilities validates and the "TM_Equals" is present in it.
Could someone verify this?
Norm
The code for the test is:
<xsl:when test="not(sosFunctions:filterTM_During($capabilitiesDocument) or sosFunctions:filterTM_Equals($capabilitiesDocument))">
<ctl:message select="'Temporal operators "TM_During" "TM_Equals" are not supported by this implementation. Test will be skipped.'"/>
The relevant part of the capabilities document is:
<ogc:Temporal_Capabilities>
−
<ogc:TemporalOperands>
<ogc:TemporalOperand>gml:TimePeriod</ogc:TemporalOperand>
<ogc:TemporalOperand>gml:TimeInstant</ogc:TemporalOperand>
</ogc:TemporalOperands>
−
<ogc:TemporalOperators>
<ogc:TemporalOperator name="TM_Equals"/>
</ogc:TemporalOperators>
</ogc:Temporal_Capabilities> |
|
| Back to top |
|
 |
creed
Joined: 06 Nov 2003 Posts: 579 Location: Colorado
|
Posted: Mon Aug 17, 2009 3:21 pm Post subject: |
|
|
Norm -
I will let the SOS experts answer this question. If there is no response in a another few days, please let me know and I will post to the internal OGC SOS list.
Regards _________________ Carl Reed, PhD |
|
| Back to top |
|
 |
jechterhoff
Joined: 12 Feb 2009 Posts: 7
|
Posted: Thu Aug 20, 2009 2:49 am Post subject: |
|
|
Hi Norm.
Please post (a link, e.g. a working GetCapabilities KVP request, to) the full SOS Capabilities document.
Johannes _________________ Johannes Echterhoff
www.igsi.eu |
|
| Back to top |
|
 |
nsavard
Joined: 12 Aug 2009 Posts: 16 Location: Chicoutimi
|
|
| Back to top |
|
 |
jechterhoff
Joined: 12 Feb 2009 Posts: 7
|
Posted: Wed Aug 26, 2009 2:26 am Post subject: |
|
|
Hi Norm.
I just executed both the r0 and latest version of the SOS test suites against your service with the CITE TEAM engine available from the OGC homepage. The test you mentioned passed.
However, the details message is strange - that looks like it did not pass. When executing the test in the according test suite (not(sosFunctions:filterTM_During($capabilitiesDocument) or sosFunctions:filterTM_Equals($capabilitiesDocument))) against your Capabilities document, the result should be 'false' and the message thus not be displayed. There seems to be something wrong with the test suite / team engine. I will ask the CITE team on the CITE.feedback list.
Best,
Johannes _________________ Johannes Echterhoff
www.igsi.eu |
|
| Back to top |
|
 |
nsavard
Joined: 12 Aug 2009 Posts: 16 Location: Chicoutimi
|
Posted: Wed Aug 26, 2009 9:06 am Post subject: |
|
|
Johannes,
You're right the test passed by skipping the code of the test because it does not seem to detect TM_During in our capabilities document. |
|
| Back to top |
|
 |
nsavard
Joined: 12 Aug 2009 Posts: 16 Location: Chicoutimi
|
Posted: Tue Sep 08, 2009 7:56 am Post subject: |
|
|
| Is there any new development on this issue? |
|
| Back to top |
|
 |
jechterhoff
Joined: 12 Feb 2009 Posts: 7
|
Posted: Fri Sep 11, 2009 2:10 am Post subject: |
|
|
Unfortunately, nobody replied on the cite.feedback list yet - I will try it one more time (with CC to the test suite developer). _________________ Johannes Echterhoff
www.igsi.eu |
|
| Back to top |
|
 |
rajsingh
Joined: 14 Oct 2005 Posts: 43
|
|
| Back to top |
|
 |
efreese
Joined: 14 Sep 2009 Posts: 2
|
Posted: Thu Sep 24, 2009 10:05 am Post subject: |
|
|
| The test does, in fact, detect the "TM_Equals" or "TM_During". However, these features are not currently supported in the test suite. Therefore it issues a message to that effect and skips the rest of that particular test. |
|
| Back to top |
|
 |
sfairgrieve
Joined: 24 Sep 2009 Posts: 1
|
Posted: Thu Sep 24, 2009 2:12 pm Post subject: |
|
|
I tested this out on my local machine today with the latest TEAM engine (I think) and the latest SOS test scripts. When I test it out, the test does not get skipped and passes for the SOS in question. So, I'm not sure what's going on here or why the test gets skipped on the public TEAM engine beta site. _________________ Scott Fairgrieve
Software Developer
Northrop Grumman |
|
| Back to top |
|
 |
|