Opened 9 years ago
Closed 9 years ago
#1005 closed defect (fixed)
wcps parser does not work for date ranges when the result is 3D
Reported by: | Vlad Merticariu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.2 |
Component: | petascope | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
for c in ( AvgLandTemp ) return encode(c[ansi("2014-01":"2014-12")], "netcdf")
results in
Runtime error while processing request: For input string: "2014-01-01T00:00:00"
java.lang.NumberFormatException : For input string: "2014-01-01T00:00:00"
but it works fine if selecting just a slice at a time.
Change History (6)
comment:1 by , 9 years ago
Component: | undecided → petascope |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 9 years ago
Owner: | changed from | to
---|
comment:3 by , 9 years ago
Milestone: | → 10.0 |
---|
comment:5 by , 9 years ago
Owner: | changed from | to
---|
comment:6 by , 9 years ago
Milestone: | 10.0 → 9.2 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
close as patch was accepted, thanks.
Note:
See TracTickets
for help on using tickets.