[ 
https://issues.apache.org/jira/browse/SIS-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-543:
------------------------------------
    Description: 
Add a data store (read only for now) for RAW binary raster has documented by 
ESRI:

https://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/bil-bip-and-bsq-raster-files.htm

This is a relatively easy format to implement (no compression, no tiling) and 
can be quite convenient because it is easy for external application to create 
an output in that format without any specialized library.

This is partially a port of code that started in Geotk and is completed in SIS.

h1. Limitations
In the initial version, when reading a statistics file like below:

{noformat}
band minimum maximum mean std_deviation linear_stretch_min linear_stretch_max
{noformat}

the {{linear_stretch_min}} and {{linear_stretch_max}} values are ignored.

  was:
Add a data store (read only for now) for RAW binary raster has documented by 
ESRI:

https://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/bil-bip-and-bsq-raster-files.htm

This is a relatively easy format to implement (no compression, no tiling) and 
can be quite convenient because it is easy for external application to create 
an output in that format without any specialized library.

This is partially a port of code that started in Geotk and is completed in SIS.


> Add a BIL/BIP/BSQ data store
> ----------------------------
>
>                 Key: SIS-543
>                 URL: https://issues.apache.org/jira/browse/SIS-543
>             Project: Spatial Information Systems
>          Issue Type: New Feature
>          Components: Storage
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>            Priority: Major
>             Fix For: 1.2
>
>
> Add a data store (read only for now) for RAW binary raster has documented by 
> ESRI:
> https://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/bil-bip-and-bsq-raster-files.htm
> This is a relatively easy format to implement (no compression, no tiling) and 
> can be quite convenient because it is easy for external application to create 
> an output in that format without any specialized library.
> This is partially a port of code that started in Geotk and is completed in 
> SIS.
> h1. Limitations
> In the initial version, when reading a statistics file like below:
> {noformat}
> band minimum maximum mean std_deviation linear_stretch_min linear_stretch_max
> {noformat}
> the {{linear_stretch_min}} and {{linear_stretch_max}} values are ignored.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to