comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » decimal precision
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: decimal precision [message #92472 is a reply to message #92464] Wed, 23 December 2015 05:18 Go to previous messageGo to previous message
omar ali is currently offline  omar ali
Messages: 13
Registered: December 2015
Junior Member
Hi David,
Details of my exact problem is as follow:
I am writing a geotiff with the following command "example(1)". the tiff is successfully created. However, when I check the corners coordinate using other software or even in idl I find it like "example (2)". I want the coordinates to be calculated as "example(3)"

Thanks in advance,
O.a


Example(1)
----------
output='w:\tiff\resized.tif'
write_tiff, output, t00, geotiff=geo, /float, PLANARCONFIG=2

Example(2)
----------
Corner Coordinates:
Upper Left ( -13.0500002, 40.0000000)
Lower Left ( -13.0500002, 30.0000000)
Upper Right ( 0.0099998, 40.0000000)
Lower Right ( 0.0099998, 30.0000000)

Example(3)
----------
Corner Coordinates:
Upper Left ( -13.05, 40.00)
Lower Left ( -13.05, 30.00)
Upper Right ( 0.01, 40.00)
Lower Right ( 0.01, 30.00)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: tiff_coordinates
Next Topic: It's about time

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 00:03:21 PDT 2025

Total time taken to generate the page: 0.87966 seconds