Re: [gdal-dev] ERROR: Points of LinearRing do not form a closed linestring

2014-09-03 Thread Luca Delucchi
On 2 September 2014 16:06, Even Rouault wrote: > > Just as suggested by the error message, your polygon is not closed. You must > repeat the first point as last point to form a valid polygon. > The problem was in the input json file, I created it with only four point, and I forgot the fifth (the

Re: [gdal-dev] Read and convert MSG3 HRIT data with GDAL

2014-09-03 Thread Even Rouault
Le mercredi 03 septembre 2014 11:33:26, Oana Nicola a écrit : > Dear list, > > I've tried to read the MSG3 HRIT data (using > http://www.gdal.org/frmt_msg.html instructions for the MSG driver > installation): > > > gdal_translate -of JPEG MSG(my_path/,201406281200,(3,2,1),Y,B,1,1) > my_path/outf

[gdal-dev] Read and convert MSG3 HRIT data with GDAL

2014-09-03 Thread Oana Nicola
Dear list, I've tried to read the MSG3 HRIT data (using http://www.gdal.org/frmt_msg.html instructions for the MSG driver installation): gdal_translate -of JPEG MSG(my_path/,201406281200,(3,2,1),Y,B,1,1) my_path/outfile.jpg with the error: bash: syntax error near unexpected token `(' Gdal