gdalwrap support for non geo referenced images

4 messages Options
Embed this post
Permalink
vvv jjj

gdalwrap support for non geo referenced images

Reply Threaded More More options
Print post
Permalink
Hello

   Im trying to resample a simple tiff file which do not contain any georeference data using gdalwrap. The gdalwrap is showing the following message.

ERROR 1: Unable to compute a transformation between pixel/line
and georeferenced coordinates for myfile.tif.
There is no affine transformation and no GCPs.

What does it mean? Does it mean gdalwrap do not support images with no geo reference details or anything else. Or did I missed anything in using gdalwrap.

Thanks in advance.

J.Viswanath



      Connect more, do more and share more with Yahoo! India Mail. Learn more. http://in.overview.mail.yahoo.com/
_______________________________________________
gdal-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/gdal-dev
Chaitanya kumar CH

Re: gdalwrap support for non geo referenced images

Reply Threaded More More options
Print post
Permalink
Viswanath,

gdalwarp is used to reproject an image from one projection to another.
With no projection information or GCPs with your tiff there is no way it can do that.

Perhaps you are looking for gdal_translate ( http://www.gdal.org/gdal_translate.html )

On Thu, Nov 5, 2009 at 4:32 PM, vvv jjj <[hidden email]> wrote:
Hello

  Im trying to resample a simple tiff file which do not contain any georeference data using gdalwrap. The gdalwrap is showing the following message.

ERROR 1: Unable to compute a transformation between pixel/line
and georeferenced coordinates for myfile.tif.
There is no affine transformation and no GCPs.

What does it mean? Does it mean gdalwrap do not support images with no geo reference details or anything else. Or did I missed anything in using gdalwrap.

Thanks in advance.

J.Viswanath



     Connect more, do more and share more with Yahoo! India Mail. Learn more. http://in.overview.mail.yahoo.com/
_______________________________________________
gdal-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/gdal-dev



--
Best regards,
Chaitanya kumar CH.

_______________________________________________
gdal-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/gdal-dev
vvv jjj

Re: gdalwrap support for non geo referenced images

Reply Threaded More More options
Print post
Permalink
In reply to this post by vvv jjj
Thanks Chaitanya.
One more doubt.
I would like to know whether any GDAL application supports resizing an image (with no projection details) using lanscoz resampling method. I looked at gdal translate but could not find the option to change the resampling method. Kindly let me know if there is any option.

Thanks and Regards
J.Viswanath

--- On Thu, 5/11/09, Chaitanya kumar CH <[hidden email]> wrote:

> From: Chaitanya kumar CH <[hidden email]>
> Subject: Re: [gdal-dev] gdalwrap support for non geo referenced images
> To: "vvv jjj" <[hidden email]>
> Cc: [hidden email]
> Date: Thursday, 5 November, 2009, 5:15 PM
> Viswanath,
>
> gdalwarp is used to reproject an image from one projection
> to another.
> With no projection information or GCPs with your tiff there
> is no way it can do that.
>
> Perhaps you are looking for gdal_translate ( http://www.gdal.org/gdal_translate.html
> )
>
>
> On Thu, Nov 5, 2009 at 4:32 PM,
> vvv jjj <[hidden email]>
> wrote:
>
> Hello
>
>
>
>    Im trying to resample a simple tiff file which do not
> contain any georeference data using gdalwrap. The gdalwrap
> is showing the following message.
>
>
>
> ERROR 1: Unable to compute a transformation between
> pixel/line
>
> and georeferenced coordinates for myfile.tif.
>
> There is no affine transformation and no GCPs.
>
>
>
> What does it mean? Does it mean gdalwrap do not support
> images with no geo reference details or anything else. Or
> did I missed anything in using gdalwrap.
>
>
>
> Thanks in advance.
>
>
>
> J.Viswanath
>
>
>
>
>
>
>
>       Connect more, do more and share more with Yahoo!
> India Mail. Learn more. http://in.overview.mail.yahoo.com/
>
> _______________________________________________
>
> gdal-dev mailing list
>
> [hidden email]
>
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
>
>
>
> --
> Best regards,
> Chaitanya kumar CH.
>
>


      Connect more, do more and share more with Yahoo! India Mail. Learn more. http://in.overview.mail.yahoo.com/



      The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
_______________________________________________
gdal-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/gdal-dev
Chaitanya kumar CH

Re: gdalwrap support for non geo referenced images

Reply Threaded More More options
Print post
Permalink
Viswanath,

With no projection details to handle, any good image processing application, like GIMP, should be able to do the job.

On Fri, Nov 6, 2009 at 4:26 PM, vvv jjj <[hidden email]> wrote:
Thanks Chaitanya.
One more doubt.
I would like to know whether any GDAL application supports resizing an image (with no projection details) using lanscoz resampling method. I looked at gdal translate but could not find the option to change the resampling method. Kindly let me know if there is any option.

Thanks and Regards
J.Viswanath

--- On Thu, 5/11/09, Chaitanya kumar CH <chaitanya.ch@gmail.com> wrote:

> From: Chaitanya kumar CH <chaitanya.ch@gmail.com>
> Subject: Re: [gdal-dev] gdalwrap support for non geo referenced images
> To: "vvv jjj" <[hidden email]>
> Cc: [hidden email]
> Date: Thursday, 5 November, 2009, 5:15 PM
> Viswanath,
>
> gdalwarp is used to reproject an image from one projection
> to another.
> With no projection information or GCPs with your tiff there
> is no way it can do that.
>
> Perhaps you are looking for gdal_translate ( http://www.gdal.org/gdal_translate.html
> )
>
>
> On Thu, Nov 5, 2009 at 4:32 PM,
> vvv jjj <[hidden email]>
> wrote:
>
> Hello
>
>
>
>    Im trying to resample a simple tiff file which do not
> contain any georeference data using gdalwrap. The gdalwrap
> is showing the following message.
>
>
>
> ERROR 1: Unable to compute a transformation between
> pixel/line
>
> and georeferenced coordinates for myfile.tif.
>
> There is no affine transformation and no GCPs.
>
>
>
> What does it mean? Does it mean gdalwrap do not support
> images with no geo reference details or anything else. Or
> did I missed anything in using gdalwrap.
>
>
>
> Thanks in advance.
>
>
>
> J.Viswanath
>
>
>
>
>
>
>
>       Connect more, do more and share more with Yahoo!
> India Mail. Learn more. http://in.overview.mail.yahoo.com/
>
> _______________________________________________
>
> gdal-dev mailing list
>
> [hidden email]
>
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
>
>
>
> --
> Best regards,
> Chaitanya kumar CH.
>
>


     Connect more, do more and share more with Yahoo! India Mail. Learn more. http://in.overview.mail.yahoo.com/



     The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
_______________________________________________
gdal-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/gdal-dev



--
Best regards,
Chaitanya kumar CH.

_______________________________________________
gdal-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/gdal-dev