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
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
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