Questions tagged [geocoding]
Use when converting street addresses into spatial data that can be displayed as features on a map, by a reference dataset or locator.
872 questions
0
votes
0
answers
19
views
Why does the save button turn white but not save anything? Google Earth Engine
I make a change to the code and press the 'save' button, it turns white, but when I reload the page, my changes have disappeared.
1
vote
0
answers
33
views
Automate creating routes from lists of directions with ArcGIS Pro
I work in transportation and we are looking to create maps from hundreds of written turn lists. The turn lists contain directions for operators to drive designated routes between locations. For ...
0
votes
0
answers
128
views
ArcGIS Pro World Geocoder – “Geocoding result was not stored” error when approving rematch
I’m trying to use the Esri World Geocoder in ArcGIS Pro. The tool runs and consumes credits (I have plenty available), but no results are matched automatically.
When I go into Rematch Addresses, the ...
0
votes
0
answers
136
views
Custom locator not working when published to server
I have a custom locator that I built with the Create Locator tool (type: Street Address) in ArcGIS Pro that works perfectly in Pro using the Locate tool — it returns accurate candidates based on input ...
0
votes
1
answer
70
views
Manual Geocode in QGIS
I have a set of addresses, without x and y.
I tried to geocode them using MMQGIS plugin but there are lots that cannot be geocoded.
How can I manually geocode i.e. click on its row, and then point the ...
0
votes
0
answers
87
views
Is there an alternative way to georeference
I'm trying to georeference a JPG file, and I have attempted several tries using between 3 and 20 ref points, but it keeps being off. I have georeferened files without problems before, but never had ...
1
vote
0
answers
186
views
Google API key not working with MMQGIS Plugin in QGIS
I activated the free trial of the Google Cloud Platform two days ago and obtained the API key. I aim to use this API key for geocoding purposes.
I will convert a list of street addresses into ...
1
vote
0
answers
67
views
What centroids does Google use for shortened plus codes where the code is in the format of XXXX+XX {Placename}?
Please read to the end, its not tldr
Trying to calculate the full 10 digit code from the short code and town name
So I wasn't assuming that a plus code of shortened length would need a reference grid, ...
0
votes
1
answer
282
views
Overture Maps data for searching places and geocoding
I've been reading about the new Overture Maps Foundation led by Amazon, Meta and Microsoft. The 'Places' dataset has over 50 million locations and looks to be the most complete open source dataset.
...
2
votes
1
answer
365
views
"Failure connecting to API: HTTP Error 403: Forbidden" error when geocoding CSV file using MMQGIS Plugin in QGIS
I'm not sure what's going on, but has anyone encountered this error?
My CSV contains addresses, city, province and country, which are all found automatically by the plug-in. When I execute the request,...
4
votes
1
answer
112
views
How does nominatim identify the center of a place?
In the following image, I've plotted the administrative boundaries of Albany NY.
The yellow point is the centroid. The red point is the Geocoded location as identified by Nominatim.
Are the points ...
0
votes
0
answers
128
views
Python - How to spread out a set of coordinates so that they're not within 10 miles of each other?
I'm plotting a scatter map with plotly, and I have a lot of markers that are overlapping and very close to each other.
This may be convoluted, but I'm trying to spread them apart by tweaking each ...
0
votes
0
answers
183
views
AttributeError: module 'arcpy.mp' has no attribute 'TextSymbol'
I am trying to geocode using ArcPy Python script in ArcGIS Pro and I keep getting this error:
Traceback (most recent call last): File
"C:\Users\Owner\Desktop\Python Scripting for
ArcGIS\...
1
vote
1
answer
266
views
Make Leaflet geocoder search marker open popup containing GeoJSON data
The following JSFiddle uses Leaflet and leaflet geocoder control search plugin.
Code below
HTML:
<div id="map"></div>
CSS:
#map {
height: 100%;
position: ...
2
votes
1
answer
151
views
Creating points from addresses in QGIS [duplicate]
I have a CSV with multiple addresses in the form (city, zipcode, street, number (possibly with address supplement ["A", "F", etc.].
Is there any way to create points on these ...