Geocoding using GPS Points and Boundaries

74 views
Skip to first unread message

Akan Odu

unread,
Jan 7, 2016, 9:36:18 AM1/7/16
to MapInfo-L
Hello there,

I'm pretty new to MapInfo and I understand how to Geocode when you have zip code and areas in two different tables. However, in my case I only have GPS points (Company GPS information) and boundaries (delineated areas where the companies fall within). Is it possible to Geocode this or there's another way to work around this?

Thanks.

Peter H

unread,
Jan 10, 2016, 8:01:58 PM1/10/16
to MapInfo-L
Hi Akan,

Could be two options here, because I am not quite clear on what you trying achieve.

Option 1. If your GPS file is not yet a spatial file then you need to perform Create Points  under the Table menu item utilising the coordinate columns in your data. After creating points you will need to add your file to the map window.

OR

If you already have 2 spatial files (GPS points and Boundaries), no need to geocode.
Maybe what you need is to perform an SQL query to find points in the boundaries (or vica versa).

Maybe something like using SQL Select option under Query menu

Select * (all columns from both files)
From tables GPS, boundaries
where GPS.obj within boundaries.obj (or Boundaries contain GPS) This depends on whether you want points or boundaries as the 'final" file.

Then save the resultant query.

Hope these options can assist.
Thanks
Peter H

Tom Probert

unread,
Jan 12, 2016, 11:48:20 AM1/12/16
to mapi...@googlegroups.com

Hello Akan,

 

If you have columns containing X and Y coordinates in your table you can use the Create Points command to map the table. 

 

If you are using a 32 bit version, the command is in the Table menu.

If you are using a 64 bit version, the command is on the Spatial  tab. The 64 bit versions have a ribbon interface.

 

You will need to know what the coordinate system is for your data and specify that in the Create Points dialog box.

 

Write back if you have more questions.

 

Hope this helps,

 

Tom Probert

MapInfo Pro Global Product Manager

--
--
You received this message because you are subscribed to the
Google Groups "MapInfo-L" group.To post a message to this group, send
email to mapi...@googlegroups.com
To unsubscribe from this group, go to:
http://groups.google.com/group/mapinfo-l/subscribe?hl=en
For more options, information and links to MapInfo resources (searching
archives, feature requests, to visit our Wiki, visit the Welcome page 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 unsubscribe from this group and stop receiving emails from it, send an email to mapinfo-l+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.




Reply all
Reply to author
Forward
0 new messages