[gdal-dev] Re: Insert non-standard tag into geotiff header

2011-06-07 Thread Asger Sigurd Skovbo Petersen
Thanks, C# you mean?  Per your note I need to put in a arbitrary new TIFF tag.  I am a .NET guy but I did dload python.  Just not sure how to go about doing the insert. Hi, If it must be done in .NET, you could use LibTiff.Net [1] which is a .NET port of libtiff. I have successfully used

[gdal-dev] Re: Insert non-standard tag into geotiff header

2011-06-06 Thread marine88
Thanks for the reply. Is this only in C? Or is there something in C#? Also I get the function but...not quite sure how to utlize this, is there some tutorial or example code I can go by? Thanks, -- View this message in context:

[gdal-dev] RE: Insert non-standard tag into geotiff header

2011-06-06 Thread marine88
Thanks, C# you mean? Per your note I need to put in a arbitrary new TIFF tag. I am a .NET guy but I did dload python. Just not sure how to go about doing the insert. From: Frank Warmerdam [via OSGeo.org] [mailto:ml-node+6446013-1306113036-339...@n2.nabble.com] Sent: Monday, June 06, 2011

Re: [gdal-dev] RE: Insert non-standard tag into geotiff header

2011-06-06 Thread Frank Warmerdam
On 11-06-06 01:18 PM, marine88 wrote: Thanks, C# you mean? Per your note I need to put in a arbitrary new TIFF tag. I am a .NET guy but I did dload python. Just not sure how to go about doing the insert. Richard, Sorry, poor reading comprehension on my part. :-( Yes, there is a