(nwl) Re: [gdal-dev] Saving data to the TEXT domain NITF

Kurt Landrus klandrus at progeny.net
Tue Oct 28 14:50:59 EDT 2008


How hard would it be to add support, is there a lot that needs to be  
added to the framework, or is there just code that needs to be added
to the nitf driver itself?  i.e. is the code required straightforward  
enough that I can look at adding it and uploading changes?
Any tips on where I can start looking at this?
Thanks;


Kurt Landrus
Progeny Systems Corp.
klandrus at progeny.net
Office: 	703-368-6107 x424
Lab: 	703-368-6107 x520



On Oct 27, 2008, at 3:59 PM, Frank Warmerdam wrote:

> Kurt Landrus wrote:
>> Hello;
>> I working with GDAL to support NITF imagery, I'm having a problem  
>> with trying to save text data to the I can read data from the Text  
>> segment just fine. However when I try to save data back to the nitf  
>> in the TEXT segment using the call
>> below,  I receive no err, but the data doesn't get saved.
>> // save text segment to dataset.
>> err = GDALSetMetadataItem(dataset, "DATA_0", tmp3, "TEXT");
>> When I try to verify the text in the TEXT segment using gdalinfo,  
>> there is no TEXT segment data contained in the NITF file.
>> Is there other calls required to set up this,  what I am doing wrong.
>> Thanks;
>
> Kurt,
>
> I believe that at this time the GDAL NITF driver does not support  
> writing
> out text segments.
>
> Best regards,
> -- 
> --------------------------------------- 
> +--------------------------------------
> I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
> light and sound - activate the windows | http://pobox.com/~warmerdam
> and watch the world go round - Rush    | Geospatial Programmer for  
> Rent
>



More information about the gdal-dev mailing list