Re: [Gdal-dev] Nitf Creation Spanning International Date Line

2009-08-24 Thread Even Rouault
Selon nsolomon : > > Hi, > > I'm having some troubles creating a Nitf image that spans the International > Date Line (180/-180 degrees longitude). If I have an image that has a > western edge of around 150 degrees and an eastern edge of -150 degrees, I am > getting the following error "Attempt to

[Gdal-dev] Nitf Creation Spanning International Date Line

2009-08-24 Thread nsolomon
Hi, I'm having some troubles creating a Nitf image that spans the International Date Line (180/-180 degrees longitude). If I have an image that has a western edge of around 150 degrees and an eastern edge of -150 degrees, I am getting the following error "Attempt to write geographic bound outsid

Re: [gdal-dev] NITF creation

2009-07-30 Thread Chaitanya kumar CH
tunabalik, Try gdal_translate instead of gdalwarp. Best regards, -- Chaitanya kumar CH. On Fri, Jul 31, 2009 at 8:51 AM, tunabalik wrote: > I know this is very simple. I RTFMed as much as I could. > I have RPC as well as offset and scale values. I want to create NITF files > out of TIFFs. I s

[gdal-dev] NITF creation

2009-07-30 Thread tunabalik
I know this is very simple. I RTFMed as much as I could. I have RPC as well as offset and scale values. I want to create NITF files out of TIFFs. I sense gdalwarp is the command, but I really cannot figure out how to embed these coefficients to the header file. I am not asking for step by step