Re: [R-sig-Geo] read NITF save as geotif

2009-05-20 Thread Monica Pisica
1 patch ( i know is kind of old but should not matter, i have all the packages just updated anyway). Thanks, Monica > Date: Wed, 20 May 2009 11:31:18 +0200 > Subject: Re: [R-sig-Geo] read NITF save as geotif > From: a@geo.uu.nl > To: pisic

Re: [R-sig-Geo] read NITF save as geotif

2009-05-20 Thread Arien Lam
Hi Monica, It should be straightforward using rgdal. Gtiff output is default, resolution is preserved by default, GDAL supports nitf (didn't test this) and geotiff supports x resolution and y resolution separately (x and y resolution may differ, but are constant for the image). So I expect the fol

[R-sig-Geo] read NITF save as geotif

2009-05-19 Thread Monica Pisica
Hi, I have some NITF (in lat long) files and i would like to save them as geotif. Things would be almost straightforward but the pixels in the original image are rectangular, and not square, so i cannot grid. Do you have any idea how i can go around this? Thanks, i will really apprec