Opened 11 years ago
Last modified 11 years ago
#470 closed defect
support asterisk in trim operation — at Version 1
Reported by: | Jinsongdi Yu | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | major | Milestone: | 9.0 |
Component: | petascope | Version: | 8.5 |
Keywords: | asterisk subset | Cc: | Alex Dumitru, mantovani@… |
Complexity: | Medium |
Description (last modified by )
According to wcs kvp req8
Query: http://kahlua.eecs.jacobs-university.de:8080/wcs-conformance-testing?service=WCS&VERSION=2.0.1&request=GetCoverage&coverageid=mean_summer_airtemp&subset=x(111.975,*)&subset=y(-44.525,*)
shall not return an exception
The log tells :
java.lang.NumberFormatException: For input string: '*'
may be the error happens when * is converted to numeric number
support * in subset
if(stringLo.equals("*")){
stringLo= low;
}
if(stringHi.equals("*")){
stringHi= low;
}
Change History (1)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.