Thanks for the detailed
tip!
On 2017-03-05 20:30 PM, Carlos López
PSIG wrote:
Hi,
I usually
run the next bat process:
REM
set SRC="">
REM
REM start for
REM
for /R %%f in (*.ecw) do (
REM
REM convert to geotif
REM
call
C:\OSGeo4W64\bin\gdal_translate -a_srs EPSG:%SRC% "%%f"
"%%~dpnf.tif" -co COMPRESS=JPEG -co JPEG_QUALITY=60 -co
BLOCKXSIZE=128 -co BLOCKYSIZE=128
REM
REM create pyramides
REM
call C:\OSGeo4W64\bin\gdaladdo
-r average --config COMPRESS_OVERVIEW JPEG --config
PHOTOMETRIC_OVERVIEW YCBCR --config INTERLEAVE_OVERVIEW
PIXEL --config JPEG_QUALITY_OVERVIEW 80 "%%~dpnf.tif" 2 4
8 16 32 64 128 256
REM
REM end for
REM
)
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
--
Micha Silver
cell:+972-523-665918
|
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user