Opened 13 years ago
Closed 12 years ago
#116 closed enhancement (wontfix)
Specify samples to be imported from a multiband TIFF
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | conversion | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
It would be useful to be able to specify a range of samples to be imported from a multiband TIFF.
For example if an image has 200 samples but only 100 are needed, it would be a waste of resources to import everything.
An example of how the samples to be imported could be specified as a parameter to the TIFF convertor:
insert into coll values inv_tiff($1, "samples=[0:50,100,150:200]")
The samples parameter accepts an minterval, which specifies the range of samples.
Change History (2)
comment:1 by , 13 years ago
Type: | defect → enhancement |
---|
comment:2 by , 12 years ago
Milestone: | → Future |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is sort of anticipating the forthcoming WCS Band Subsetting Extension standard