Ticket #3072 (closed defect: fixed)
[GEORASTER] CreateCopy can't Compress Data?
| Reported by: | bicealyh | Owned by: | ilucena |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GDAL_Raster | Version: | 1.6.1 |
| Severity: | normal | Keywords: | georaster |
| Cc: | tamas |
Description
I use C# languge methods --CreateCopy?(pszDest, ds, 0, papszCreateOptions, pfnProgress, null) to import raster data to georaster. I have confirmed that I use the Parameters -co "COMPRESS=DEFLATE", but when I use GeorasterView? to see the MetaData?. It give me that the Compression type is NONE.
but if I use the gdal_tranlate methods,it can give me the right result)--the Compression type is DEFLATE.
So I think the CreateCopy? methods maybe have some problems.I use the data which I have given you.
Change History
Note: See
TracTickets for help on using
tickets.
