Skip to main content

Questions tagged [geocoding]

Geocoding is a method to find the coordinates (e.g. latitude and longitude) of a data record (e.g. an address or zip code) or of an object which represents some other geographic data (e.g. country name, landmark, etc).

geocoding
-1 votes
0 answers
12 views

Mapbox forward api returns incorrect UK postcode suggestions

I am trying to geocode a UK postcode into latitude, longitude values. The autocomplete suggestions returned underneath are not an exact match, even though an exact match exists. I have reproduced this ...
F F's user avatar
  • 149
-3 votes
0 answers
26 views

Geospatial data - Get all users who are "x" kms away from a given point (Lat & Long)

I have a large database of users with their locations (Latitude & Longitude). I want to determine which users are "x" km from another reference point. I have already tried the Uber H3 ...
Aman Sharma's user avatar
0 votes
1 answer
88 views

How to Implement Real-Time Live Location Tracking in Flutter Apps?

I'm developing a Flutter app that requires real-time live location tracking. My objective is to continuously track and update the user's location in real-time. However, I'm facing some issues and need ...
Riyal Gondaliya's user avatar
0 votes
0 answers
28 views

atlas.microsoft API is not returning results within the specified bbox

I am using the atlas.microsoft.com/geocode API to perform some searches. My request URL is: https://atlas.microsoft.com/geocode?bbox=5.716753,36.478991,20.152788,46.199075&subscription-key=...
icchio's user avatar
  • 109
0 votes
0 answers
14 views

VRP Route Grouping

I am using nodejs to solve something on my taxi service project. I have many inputs of addresses with postal codes, LAT/LNG, and want to group them in the nearest and same region first. All of the ...
Rakase Kumar's user avatar
0 votes
1 answer
296 views

Geocoding API's response was not valid JSON (in response to a basic search)

I am using the Geocoder gem (https://github.com/alexreisner/geocoder) version 1.8. Whenever I run Geocoder.search('Paris') in the Rails console, I get this response: Geocoding API's response was not ...
Annabelle White's user avatar
0 votes
0 answers
24 views

Issue with Google Geocoding API for Certain ZIP Codes

I am reaching out to report an issue I have encountered with the Google Geocoding API that has significantly impacted the functionality of my application. Specifically, the problem lies in the ...
Жуков Иван's user avatar
0 votes
0 answers
9 views

React Native: Location.reverseGeocodeAsync only returns partial UK postcode (outcode)

My app looks up lat/long addresses using the Location package in Expo (expo-location). Once I get the user's permission, the device provides the lat/long coordinates. I then attempt to convert these ...
Sean H's user avatar
  • 1,055
0 votes
0 answers
12 views

In R, is there function that maps cities within a US county?

I'm trying to create a color coded map of the cities within Los Angeles county. Yet the best I've been able to get is counties within California, but not cities with a county. How could I create a ...
Lucas Gomes's user avatar
0 votes
1 answer
74 views

Why some addresses (and not others) give errors on nominatim.openstreetmap.org?

I'm using PHP to geocode some addresses with OpenStreetMap. Here's my code: $addr = 'Brasília/DF, Brasil'; $url = 'https://nominatim.openstreetmap.org/search?q='.str_replace(' ','+',$addr).'&...
Rodrigo's user avatar
  • 4,990
0 votes
0 answers
27 views

I get multiple location results when asking for the GeocodingResponse, how to choose one?

Currently I am using the Google API quite often but this is the first time I stumble across amiguity in the addresses. I recieve an ovject with 2 Geocoding location results for the same address I put. ...
Matey T's user avatar
0 votes
1 answer
35 views

Unable to convert address to SDO_GEOMETRY using SDO_GCDR.GEOCODE_AS_GEOMETRY

I have a table containing next columns in my table in Apex Oracle: location_id: number address: varchar2 country: varchar2 I want to mark all those locations using SQL query on a map on a page in app ...
XXiRRurGG's user avatar
0 votes
0 answers
134 views

Could not find any result for the supplied address or coordinates

I am building a taxi app with flutter for my school so far everything works well on the android side but on the ios side, when i type an address on the google placeAutocomplete it returns this error ...
Shivam Sahu's user avatar
1 vote
1 answer
92 views

Google Geocoding API : Colombian Addresses issues / How to GeoCode Address intersections? [duplicate]

I'm using the Google GeoCodng API , I'm facing troubles trying to geocode addresses from Colombia,, for example 'Carrera 8 # 27 - 06, Santa Marta, MAD, CO', that address means ( Colombian notation) ...
WzBn's user avatar
  • 13
0 votes
0 answers
68 views

Self-hosted OpenRouteService (Python) geocoding error

I am using Docker to host openrouteservice. I am trying to get from the string representation of this address to a set of coordinates. For this I found out you need pelias_search, but for some reason ...
StackerCen's user avatar

15 30 50 per page
1
2 3 4 5
215