Re: GeoTIFF tags and keys [message #44568] |
Thu, 23 June 2005 22:42 |
andreas magun
Messages: 2 Registered: June 2005
|
Junior Member |
|
|
Chris Torrence wrote:
> Hi David,
>
> I have a routine to convert from a GeoTIFF structure into map projection
> properties, to be used in the iMap tool. Perhaps you can take some ideas
> from that code to do the opposite. I will send you the code offline.
>
> Converting from IDL's map projections into GeoTIFF is actually easier,
> because there are only a limited number of map options. (Converting from
> GeoTIFF back into IDL is much harder because GeoTIFF supports so many
> different projections, datums, etc.)
>
> Good luck.
>
> -Chris
> Research Systems, Inc.
Hi Chris,
I am also interested in such a routine.
Andreas Magun, University of Bern
>
> "David Streutker" <stredavi@isu.edu> wrote in message
> news:<1119479671.952655.280200@f14g2000cwb.googlegroups.com>...
>
>> Hi all,
>>
>> Does anyone know of a good way to convert a geographic map structure
>> (such as one returned from MAP_PROJ_INIT) to the GeoTIFF tag and key
>> structure needed for WRITE_TIFF?
>>
>> Thanks,
>> David
>>
>
> "David Streutker" <stredavi@isu.edu> wrote in message
> news:1119479671.952655.280200@f14g2000cwb.googlegroups.com.. .
>
>> Hi all,
>>
>> Does anyone know of a good way to convert a geographic map structure
>> (such as one returned from MAP_PROJ_INIT) to the GeoTIFF tag and key
>> structure needed for WRITE_TIFF?
>>
>> Thanks,
>> David
>>
>
>
>
|
|
|
Re: GeoTIFF tags and keys [message #44572 is a reply to message #44568] |
Thu, 23 June 2005 08:48  |
liamgumley
Messages: 74 Registered: June 2005
|
Member |
|
|
Chris,
Is there any chance you could post this routine for us to download?
Thanks,
Liam.
Practical IDL Programming
http://www.gumley.com/
Chris Torrence wrote:
> Hi David,
>
> I have a routine to convert from a GeoTIFF structure into map projection
> properties, to be used in the iMap tool. Perhaps you can take some ideas
> from that code to do the opposite. I will send you the code offline.
>
> Converting from IDL's map projections into GeoTIFF is actually easier,
> because there are only a limited number of map options. (Converting from
> GeoTIFF back into IDL is much harder because GeoTIFF supports so many
> different projections, datums, etc.)
>
> Good luck.
>
> -Chris
> Research Systems, Inc.
>
> "David Streutker" <stredavi@isu.edu> wrote in message
> news:<1119479671.952655.280200@f14g2000cwb.googlegroups.com>...
>> Hi all,
>>
>> Does anyone know of a good way to convert a geographic map structure
>> (such as one returned from MAP_PROJ_INIT) to the GeoTIFF tag and key
>> structure needed for WRITE_TIFF?
>>
>> Thanks,
>> David
>>
> "David Streutker" <stredavi@isu.edu> wrote in message
> news:1119479671.952655.280200@f14g2000cwb.googlegroups.com.. .
>> Hi all,
>>
>> Does anyone know of a good way to convert a geographic map structure
>> (such as one returned from MAP_PROJ_INIT) to the GeoTIFF tag and key
>> structure needed for WRITE_TIFF?
>>
>> Thanks,
>> David
>>
|
|
|
Re: GeoTIFF tags and keys [message #44573 is a reply to message #44572] |
Thu, 23 June 2005 08:42  |
Chris[2]
Messages: 39 Registered: August 2003
|
Member |
|
|
Hi David,
I have a routine to convert from a GeoTIFF structure into map projection
properties, to be used in the iMap tool. Perhaps you can take some ideas
from that code to do the opposite. I will send you the code offline.
Converting from IDL's map projections into GeoTIFF is actually easier,
because there are only a limited number of map options. (Converting from
GeoTIFF back into IDL is much harder because GeoTIFF supports so many
different projections, datums, etc.)
Good luck.
-Chris
Research Systems, Inc.
"David Streutker" <stredavi@isu.edu> wrote in message
news:<1119479671.952655.280200@f14g2000cwb.googlegroups.com>...
> Hi all,
>
> Does anyone know of a good way to convert a geographic map structure
> (such as one returned from MAP_PROJ_INIT) to the GeoTIFF tag and key
> structure needed for WRITE_TIFF?
>
> Thanks,
> David
>
"David Streutker" <stredavi@isu.edu> wrote in message
news:1119479671.952655.280200@f14g2000cwb.googlegroups.com.. .
> Hi all,
>
> Does anyone know of a good way to convert a geographic map structure
> (such as one returned from MAP_PROJ_INIT) to the GeoTIFF tag and key
> structure needed for WRITE_TIFF?
>
> Thanks,
> David
>
|
|
|