Re: [R] Extract latitude and longitude from several geottaged jpeg files

2015-04-24 Thread Michael Sumner
Geospatial image maps or just exif tags?

Search for "r exif" for several leads.

Cheers, Mike

On Sat, Apr 25, 2015, 08:48 Alejo C.S.  wrote:

> Hi all, I have several jpeg files with lat long information. I want to make
> a lat long table whit this info. Anyone knows how to do it? Can't find
> anything in google.
>
> Thanks a lot in advance
>
> A.
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Extract latitude and longitude from several geottaged jpeg files

2015-04-24 Thread MacQueen, Don
That's a pretty vague question, but you might be able to do it with
functions from the raster package.

Followup on this topic should be to R-sig-geo.

-Don

-- 
Don MacQueen

Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062





On 4/24/15, 3:46 PM, "Alejo C.S."  wrote:

>Hi all, I have several jpeg files with lat long information. I want to
>make
>a lat long table whit this info. Anyone knows how to do it? Can't find
>anything in google.
>
>Thanks a lot in advance
>
>A.
>
>   [[alternative HTML version deleted]]
>
>__
>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide
>http://www.R-project.org/posting-guide.html
>and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Extract latitude and longitude from several geottaged jpeg files

2015-04-24 Thread Alejo C.S.
Hi all, I have several jpeg files with lat long information. I want to make
a lat long table whit this info. Anyone knows how to do it? Can't find
anything in google.

Thanks a lot in advance

A.

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.