[R-sig-Geo] col,row coordinates from utmx,utmy coordinates

Agustin Lobo alobolistas at gmail.com
Sat Jun 20 12:34:09 CEST 2009


Solved this way:
 > comando <- "echo '443000 4626600' | gdaltransform -i SDIM0413_L1.TIF"
 > system(comando,int=T)
[1] "47.9567375239776 1012.20115995043 0"

Agus

> Hi!
> Given a jpg + jpgw files I would like
> to get the col,row coordinates of the jpg file
> that correspond to a set of projected
> utmx, utmy coordinates, best
> not having to import the jpg file into R because of its size.
> Does this exist within R (in raster package or any other)?
> Or should I use spgrass and/or rsaga?
> 
> Thanks
> 
> Agus
> 
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: alobolistas.vcf
Type: text/x-vcard
Size: 251 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20090620/76ddd6dd/attachment.vcf>


More information about the R-sig-Geo mailing list