Opened 9 years ago

Closed 9 years ago

#932 closed defect (fixed)

WCPS parser needs blanks in expressions

Reported by: Peter Baumann Owned by: Alex Dumitru
Priority: critical Milestone: 9.2
Component: petascope Version: development
Keywords: Cc: Vlad Merticariu, Dimitar Misev
Complexity: Medium

Description (last modified by Peter Baumann)

in http://earthlook.org/demo/geo-service/wcps.html the following query does not return the expected (in fact: ignores addition):
image>>for c in ( lena ) return encode (c+480, "png")

while this query works:
image>>for c in ( lena ) return encode (c + 480, "png")

Change History (4)

comment:1 by Peter Baumann, 9 years ago

Description: modified (diff)

comment:2 by Dimitar Misev, 9 years ago

Probably this is the same issue as in #406 (just there with '-')

comment:3 by Dimitar Misev, 9 years ago

Milestone: 9.19.2

comment:4 by Peter Baumann, 9 years ago

Resolution: fixed
Status: newclosed

fixed in new parser which, for now, gets invoked from ProcessCoverages with VERSION=1.5 (so do not use VERSION=1.0 in this case).

Note: See TracTickets for help on using tickets.