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.
871 questions
0 votes
0 answers
113 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
91 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
64 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
77 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 ...
0 votes
0 answers
20 views
When launching the 'Address Data Management Solution' in ArcGIS Pro Enterprise environment, the 'tasks' are not importing with the solution
I work in an Enterprise environment in ArcGIS Pro 3.3. When I launch the 'Address Data Management Solution' in ArcGIS Pro, the 'tasks' are not importing. When I click on the tab for 'tasks' it is ...
1 vote
0 answers
152 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
46 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
231 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
310 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,...
3 votes
1 answer
100 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
124 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
169 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
247 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
142 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 ...
0 votes
0 answers
60 views
Repository where I can find old / obsolete ISO3166 codes of countries including previously existing ones
Where can I find old ISO3166 codes for countries including the ones that do not exist anymore, changed their name, etc.? I need this for all years 1961 through 2021. All I could find online was up to ...