[ https://issues.apache.org/jira/browse/IMAGING-311?focusedWorklogId=668754&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-668754 ]
ASF GitHub Bot logged work on IMAGING-311: ------------------------------------------ Author: ASF GitHub Bot Created on: 22/Oct/21 02:07 Start Date: 22/Oct/21 02:07 Worklog Time Spent: 10m Work Description: kinow merged pull request #179: URL: https://github.com/apache/commons-imaging/pull/179 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 668754) Time Spent: 2h 50m (was: 2h 40m) > Read TIFFs with multiple floating-point samples > ----------------------------------------------- > > Key: IMAGING-311 > URL: https://issues.apache.org/jira/browse/IMAGING-311 > Project: Commons Imaging > Issue Type: New Feature > Components: Format: TIFF > Affects Versions: 1.0-alpha2 > Environment: > [IMAGING-251|https://issues.apache.org/jira/browse/IMAGING-251] > Reporter: Gary Lucas > Assignee: Bruno P. Kinoshita > Priority: Major > Fix For: 1.0-alpha3 > > Attachments: NBS_Example.jpg > > Time Spent: 2h 50m > Remaining Estimate: 0h > > I propose to extend Commons Imaging to support reading TIFF files that > contain floating-point formats that feature more than one sample. The > ability to support floating-point samples was introduced in > [ISSUE-251|https://issues.apache.org/jira/browse/IMAGING-251]. But that > implementation was limited to only those files that provided a single sample > per raster cell (e.g. "a single sample per pixel"). The ability to read files > with multiple samples per raster cell would extend the usefulness of the > Commons Imaging API, particularly for geophysical applications. > If anyone knows of good sources for test TIFF files that use this format, > please let me know. > *Background* > In addition to conventional image data, TIFF files can provide floating-point > numerical information. This feature is often used for geophysical data (in > GeoTIFF files), but can also be applied to other uses. Although the existing > implementation can support files which give a single value per raster cell, > there are some products that carry multiple samples per cell. Examples > include products that give both a measured value and a corresponding accuracy > estimate (i.e. 245.6 meters plus or minus 0.5 meters). Some geophysical > products give vectors (gravitational potential, wind vectors, ocean currents, > etc.). > Changes would involve extensions to the classes in the TIFF datareader > package as well as the TiffRasterData class. -- This message was sent by Atlassian Jira (v8.3.4#803005)