Opened 11 years ago

Last modified 10 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 Jinsongdi Yu)

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 Jinsongdi Yu, 11 years ago

Description: modified (diff)
Owner: changed from Jinsongdi Yu to Piero Campalani
Status: newassigned
Note: See TracTickets for help on using tickets.