Opened 12 years ago
Closed 12 years ago
#302 closed enhancement (invalid)
petascope should use encode() function
Reported by: | Peter Baumann | Owned by: | abeccati |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
The rasql encode() function provides comprehensive format support. Petascope currently uses the old, deprecated rasql functions png(), jpeg(), etc. This limits petascope and introduces incoherent handling of formatting parameters, due to the different handling in the latter functions vs encode().
Note:
See TracTickets
for help on using tickets.
Petascope uses encode(), it only uses csv() directly from the old rasql functions. Looks like an invalid ticket to me.