[Qgis-user] Can some one help me to convert a .bil file in a shape file?

Jukka Rahkonen jukka.rahkonen at mmmtike.fi
Wed Feb 19 05:31:26 PST 2014


NYA Edouard <edouardnya at ...> writes:

> 
> Thank you for the try. I already tried this way with no succes. Since
> yesterday, I launch a try and till now, I have no result (4G RAM, 3,2
> Ghz). The thing takes too long.
> Still looking for solutions,
> NYA

Here is a command that may help you:

gdal_translate -of GTiff -co tiled=yes -co compress=deflate 
-projwin 24 68 25 67 hwsd.bil clipped.tif

It clips one degree wide and high part of the hwsd.bil file and saves it
into a small GeoTIFF. Learn more about what the command does from
http://www.gdal.org/gdal_translate.html and http://www.gdal.org/frmt_gtiff.html

-Jukka Rahkonen- 





More information about the Qgis-user mailing list