Opened 12 years ago
Last modified 11 years ago
#292 closed feature
decode() function in rasql — at Initial Version
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | conversion | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
In similar fashion to the rasql encode() function we could implement a decode() function for importing data by using GDAL.
Example for importing rgb for example:
rasql -q 'insert into rgb values decode($1, "png")' -f rgb.png ..
In this way we can deprecate most of the code in source:conversion as well as expand the capabilities to further formats that GDAL supports.
Note:
See TracTickets
for help on using tickets.