[MI-L] geotag

926 views
Skip to first unread message

Michael

unread,
Apr 22, 2010, 7:56:47 AM4/22/10
to MapInfo-L
Hi All,

Can anyone talk me through the process of displaying the geotag
information in a set of photos in MapInfo Pro?

I'm aware of software like RoboGEO, but am hoping there might be a
cheaper way to go about this directly with GIS software.

Cheers,
Michael

--
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To post to this group, send email to mapi...@googlegroups.com.
To unsubscribe from this group, send email to mapinfo-l+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mapinfo-l?hl=en.

Scott Daugherty

unread,
Apr 22, 2010, 1:09:46 PM4/22/10
to mapi...@googlegroups.com
Hello Michael
I've used hotlink in MapInfo then choose a photo viewing program to open the
picture and that could do what you want. You would need a tab file that had
information on each photo file location both physically and geographically.
Not all photo file formats allow you to embed geotag information but if you
hotlink you may put the information in the tab file too. I use a camera that
embeds coordinates a Ricoh, Capilo G3 using Bluetooth gps but there is a new
model now but I still use a G3 as it will fit in my shirt pocket. The camera
came with software to watermark the photo and create a meta file. I
purchased the camera from "http://www.GeoSpatialExperts.com" hope that helps

Scott Daugherty
Saint Mary - PMC
41676 261 AVE
Humphrey, NE
Office 402 923 0418 ext 108
Cell 402 910 5359

Eric Blasenheim

unread,
Apr 22, 2010, 3:18:23 PM4/22/10
to MapInfo-L
If the photos already have the location data in them, then yes you can
just write some code to read it and create points in Professional with
that as well as other attribute information. The specification for
this data is called EXIF and there are libraries that read it. I will
note that the specification has enough wiggle room that not all camera
vendors who write JPG with EXIF information do it all the same way.
Feel free to contact me for more specific information.

Eric Blasenheim
PBBI (MapInfo)

Nathan Woodrow

unread,
Apr 22, 2010, 11:00:29 PM4/22/10
to MapInfo-L
Hi Michael,

I wrote a little program a couple of weeks ago that will let you
specify geoTaged photos and process them to a Tab or MID/MIF file.

You can find the download at http://code.google.com/p/nathansmapinfoprojects/downloads/list
called PhotoMapper.Binary 1.5.

You can use it on a machine without MapInfo using just the MID/MIF
option or if you have MapInfo installed you can create the Tab file
directly.

It is pretty self explanatory program, but let me know if you need any
help with it.

Regards,
Nathan

Michael

unread,
Apr 23, 2010, 5:14:06 AM4/23/10
to MapInfo-L
Many thanks guys. The photos already come geotagged. Nathan, your
software is great: just what the doctor ordered! Unfortunately my
company runs MapInfo Pro Medieval (7.8) so I had to do some hoop
jumping with UT.

Cheers,
Michael

On Apr 23, 4:00 am, Nathan Woodrow <madman...@gmail.com> wrote:
> Hi Michael,
>
> I wrote a little program a couple of weeks ago that will let you
> specify geoTaged photos and process them to a Tab or MID/MIF file.
>
> You can find the download athttp://code.google.com/p/nathansmapinfoprojects/downloads/list

Nathan Woodrow

unread,
Apr 23, 2010, 5:56:32 AM4/23/10
to mapi...@googlegroups.com
That's good to hear, glad it did what you needed.  It should work with MapInfo 7.8, didn't it create the tab file right?

Nathan

Michael

unread,
Apr 23, 2010, 11:25:42 AM4/23/10
to MapInfo-L
It wouldn't create the tab file. I can't remember the exact wording of
the error, but it was something about needing Pro 9 and above. The
same thing happened when I tried to import the newly created .mif
directly too.

No worries though,
M
> > mapinfo-l+...@googlegroups.com<mapinfo-l%2Bunsu...@googlegroups.com>
> > .
> > > > For more options, visit this group athttp://
> > groups.google.com/group/mapinfo-l?hl=en.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "MapInfo-L" group.
> > > To post to this group, send email to mapi...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > mapinfo-l+...@googlegroups.com<mapinfo-l%2Bunsu...@googlegroups.com>
> > .
> > > For more options, visit this group athttp://
> > groups.google.com/group/mapinfo-l?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "MapInfo-L" group.
> > To post to this group, send email to mapi...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > mapinfo-l+...@googlegroups.com<mapinfo-l%2Bunsu...@googlegroups.com>
> > .

Nathan Woodrow

unread,
Apr 23, 2010, 6:45:57 PM4/23/10
to mapi...@googlegroups.com
Ah I remember what it is, it's because I create a DataTime column which is only in version 9+.  I am working on a new version so I will add a check for older versions of MI and just create a different column type.

Regards,
Nathan 

Timothy Mashford

unread,
Apr 23, 2010, 10:28:01 PM4/23/10
to mapi...@googlegroups.com
The attached MapBasic program works with the freeware application EXIFTOOL (by Phil Harvey) to extract coordinates from geo-tagged photos, and creates a MapInfo table with hotlinks to the photo files. Photos without coordinates are included in the output table without point objects so that they can be manually geocoded if necessary.

Note that I haven't fully tested it, however it works well with photos from my Panasonic Lumix ZS7. If you need to make changes, the source code is also attached.

Just download + unzip ExifTool from http://www.sno.phy.queensu.ca/~phil/exiftool/ and place it in the same folder as the MBX. I think you'll also have to rename the file from 'ExifTool(-k).exe' to 'ExifTool.exe' i.e. remove the (-k) from the filename.

Tim Mashford
MB_EXIFTOOL.MB
MB_EXIFTOOL.MBX

Michael

unread,
Apr 26, 2010, 8:43:54 AM4/26/10
to MapInfo-L
Thanks guys, hopefully I'll get chance to try out fully in the next
couple of days.

On Apr 24, 3:28 am, Timothy Mashford <tmashf...@gmail.com> wrote:
> The attached MapBasic program works with the freeware application EXIFTOOL
> (by Phil Harvey) to extract coordinates from geo-tagged photos, and creates
> a MapInfo table with hotlinks to the photo files. Photos without coordinates
> are included in the output table without point objects so that they can be
> manually geocoded if necessary.
>
> Note that I haven't fully tested it, however it works well with photos from
> my Panasonic Lumix ZS7. If you need to make changes, the source code is also
> attached.
>
> Just download + unzip ExifTool fromhttp://www.sno.phy.queensu.ca/~phil/exiftool/and place it in the same
> folder as the MBX. I think you'll also have to rename the file from
> 'ExifTool(-k).exe' to 'ExifTool.exe' i.e. remove the (-k) from the filename.
>
> Tim Mashford
>
>
>
> On Thu, Apr 22, 2010 at 9:56 PM, Michael <mabe...@hotmail.com> wrote:
> > Hi All,
>
> > Can anyone talk me through the process of displaying the geotag
> > information in a set of photos in MapInfo Pro?
>
> > I'm aware of software like RoboGEO, but am hoping there might be a
> > cheaper way to go about this directly with GIS software.
>
> > Cheers,
> > Michael
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "MapInfo-L" group.
> > To post to this group, send email to mapi...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > mapinfo-l+...@googlegroups.com<mapinfo-l%2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/mapinfo-l?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
> To post to this group, send email to mapi...@googlegroups.com.
> To unsubscribe from this group, send email to mapinfo-l+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/mapinfo-l?hl=en.
>
>  MB_EXIFTOOL.MB
> 4KViewDownload
>
>  MB_EXIFTOOL.MBX
> 4KViewDownload
Reply all
Reply to author
Forward
0 new messages