Questions tagged [geo]

geo is the abbreviation for the term "geographic". It includes handling of geographic coordinates and vectors for display and calculation purpose.

1160 questions
0
votes
1 answer

Filtering out noise and generalizing GPS data from mobile

I have a server that receives GPS data from a mobile device (iphone) and then finds the distinct cities from which the data comes for each distinct day. The app syncs every three hours. Since the granularity I need is not that small -I'm not…
lfborjas
  • 296
  • 3
  • 15
0
votes
1 answer

Is there an easy script which will display script 1 to US/ Canadian visitors and script 2 to the rest

I would like to know if there is an easy script which will display script 1 to US/ Canadian visitors and script 2 to the rest. Does not need to be that accurate but using a service like http://freegeoip.net/json/18.8.8.82 is to complicated for me…
Chriswede
  • 935
  • 2
  • 12
  • 31
0
votes
1 answer

How to select only unique latitude and longtitude for one city given multiple options?

I have the following query: PREFIX geo: PREFIX dbpedia-owl: PREFIX dbpedia: SELECT DISTINCT ?person1 ?birthplace1 ?person2 ?birthplace2 …
Griff
  • 2,064
  • 5
  • 31
  • 47
0
votes
3 answers

Convert string to int, making a geo point

I have a file with gps coords in every…
Laire
  • 1,290
  • 6
  • 22
  • 49
0
votes
1 answer

GeoIP is not working for me?

I am trying to work with geoip to display different ads to different locations. I am trying to display this code but nothing comes up:
tomastsc
  • 47
  • 4
  • 12
0
votes
1 answer

Point in polygon test for London map data

I need to test if a point is in a polygon for some map data across London. Is it safe to ignore the spherical aspect of the data at this scale and just treat it as planar? It's not super critical for our needs to be 100% accurate. An error of about…
Andy Baker
  • 21,158
  • 12
  • 58
  • 71
0
votes
1 answer

Nearby using Long/Lat SQL Server 2008

I have a table called Places, every record in this table have its longitude and latitude. I want to search on this table to find the places near by specific long and lat (Assume the radius of the nearby circle is 25 KM)
Abdullah Darwish
  • 223
  • 2
  • 5
  • 17
0
votes
1 answer

GeoIP install failure, advice needed

Several hours of frustration here and looking to see if anyone has any advice. I'm trying to install GeoIP vie Homebrew and receive the following error just prior to the install finishing: "Error: The linking step did not complete successfully The…
Why Not
  • 603
  • 3
  • 14
  • 25
0
votes
1 answer

Geo search mysql

I been following this example for Geo search in MySQL(Really great tutorial!). This is what I came up with: CREATE DEFINER=`root`@`localhost` PROCEDURE `geo_distance`(in _location_id bigint(20), in dist int) BEGIN declare mylon double; declare…
Ilya Gazman
  • 31,250
  • 24
  • 137
  • 216
0
votes
3 answers

geoinfo with python

I want to figure out where a host is located, in which country. There are sites that look up this information (e.g. http://geoip.flagfox.net/). Before writing a scraper, I would like to ask if you know a python API for this task. Update: following…
Jabba
  • 19,598
  • 6
  • 52
  • 45
0
votes
1 answer

Use geo coordinates from google maps link/url/ in Android device

I have intent filter to intercept url's from Google maps. My problem is: shortened link. If I don't know coordinates - links are useless. Unfortunately in Google maps for android links are shortened. In web user can choose type of Google maps link -…
Kostadin
  • 2,499
  • 5
  • 34
  • 58
0
votes
1 answer

how can i do motion geo point on android?

i wanna display user location on mapview and i could it. but i cant update geopoint when user move to another location at this time - when look the map- how can i do that? List mapOverlays = mapView.getOverlays(); Drawable…
enginar
  • 307
  • 1
  • 6
  • 16
-1
votes
1 answer

Geo Javascript decoding

I need explanation on how this code works and how I can edit it to make changes, It is a Geo IP plugin code. Thanks in advance