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
76
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
151
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
229
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
309
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
245
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
59
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 ...
-2
votes
1
answer
110
views
SMAP time series analysis error in code
Input are:
NASA/SMAP/SPL4SMGP/007
NASA/GPM_L3/IMERG_MONTHLY_V06
When I try to compute the time series I get the following error:
ImageCollection (Error)
reduce.mean: Error in map(ID=20200601_0130):
...
1
vote
0
answers
558
views
Importing GeoJSON file to feature collection into Google Earth Engine using Google Colab
I am new to code and using Earth Engine Python API. I converted a shapefile to a GeoJSON. I need to convert my geojson file to a feature collection and upload it into my Google Earth Engine repository....
1
vote
1
answer
421
views
QGIS geocoding with MMQGIS via OpenStreetMap finds almost no adresses
I have a testfile with 29 hospitals in Germany and their addresses (there are coordinates in the datafile, but I would only like to use this file for testing MMQGIS.) and I would like to use the ...
0
votes
0
answers
86
views
Reverse geocoding layer of points but retaining original points
I'm using ArcGIS Pro 3.2.1 and I wish to reverse geocode a point layer (i.e., I have the points and I want street addresses for them). When I use the Reverse Geocode tool with the ArcGIS World ...
0
votes
0
answers
75
views
How to know when Google Maps has updated their co-ordinates
I am building a Tableau dashboard where the user can click on a geocode and it redirects
them to Google Maps and shows them the location. But there is an issue here because it
takes them to a ...
1
vote
0
answers
85
views
PostGIS TIGER geocoder not able to pinpoint hyphenated addresses
I'm completely new to GIS in general, and I am trying to set up a geocoding system for some of my organization's data. So far I followed some tutorials to get the official PostGIS docker image working ...
2
votes
1
answer
826
views
Using QGIS to obtain lat/long coordinates from large data with addresses
In QGIS, I have a requirement to obtain lat/long coordinates for an US address, and I'm looking for low-cost alternatives to the Google Maps API. I have a (very) large dataset; right now I'm looking ...
1
vote
1
answer
592
views
Overpass Turbo query to fetch data given name and coordinates?
I have a list of tourist attractions, each with the name of the attraction, its address, and its coordinates (lat/long).
How can I query Overpass Turbo to accurately return data about these ...
1
vote
0
answers
466
views
How to obtain neighborhood from Canadian postal code
I want to group Canadian postal codes based on the neighborhood they belong to. I am currently using the google-maps-services API to convert postal codes into lat/long coords and grabbing the ...
1
vote
1
answer
185
views
Collapse geocoder plugin search box in Mapbox
How do I make my MapboxGeocoder collapse when not on hover? I am trying to make it like this example (be sure to add your access token to the end), where the Geocoder search field expands when it's ...
0
votes
1
answer
59
views
I am generating a graph to show the temperature change in Pfywald in the past 30 years
I am using my code in the last project I have done and trying to change the variable to generate a time series chart of temperature in Pfywald in the past 30 years.Here is my code and my error is
&...
1
vote
1
answer
292
views
Finding highest value in list in GEE?
I have a list of dates and EVI values and extracted the EVI values to find the highest one. However, when I iterate through the list, it won't print anything for the maxEViValue (every value in ...
0
votes
1
answer
1k
views
Search widget in Experience Builder does not allow you to enter the region or country as the Web AppBuilder allowed you
Experience Builder does not allow me to put ES as region in the search widget in Experience Builder or I cannot locate and the Esri Web AppBuilder allowed me to do this and it is important because the ...
0
votes
1
answer
800
views
OSMnx custom_filter - get all types of roads
I need to get all existing OSM types of roads from the area, and I'm searching for a simple way of doing this rather than specifying each type with "|"
I've tried to write something like ...
3
votes
1
answer
534
views
Geocode with an address database that didn’t have XY or lat/long info
I was asked
How would you geocode with an address database that didn’t have XY or lat/long info?
as part of a pre-interview questionnaire for an analyst position. I’ve only geocoded using address ...
3
votes
2
answers
244
views
MMQGIS Geocoder: Japanese addresses not being geocoded
I have a handful of Japanese addresses, and not one of them are being geocoded in the latest version of QGIS (v. 3.22). It's probably because I'm not typing them in correctly. That being said, how ...
2
votes
1
answer
433
views
Add geometry Attributes (area and perimeter) using PyQGIS
So this is my code :
from qgis import processing
inlayDir = iface.activeLayer()
Sp_Offset = 'E:/QGIS/General/20230117_Boundaries R8/PVD Hectares/PH_RPSOffset8-0_AEB.gpkg'
Sp =...
1
vote
0
answers
55
views
Why don't some attributes appear in feature class table when geocoded from a database connection? [closed]
Using ArcGIS 10.8.2, I have geocoded a large table by connecting to the database table through an enterprise geodatabase connection. Several of the attributes only have "1" or "null&...
2
votes
1
answer
197
views
Geocode table with addresses or lat/lon
I am trying to set up a process to map locations to a street centerline by either an address or or by lat/lon (if no address exists). Using ArcGIS Pro 3.0.x I have created a geocoder that only uses ...
1
vote
0
answers
379
views
Activating 'on click' event on the path created by router in Leaflet?
I have some points retrieved from the database, and with them, I draw and create my path and markers.
I would like that when the user adds another marker to the route, a click event is activated.
I ...
0
votes
0
answers
131
views
Using Leaflet layer control not accepting two L.control
I am using a L.control.search to search for points in GeoJSON file and create a layer with the points I´m seaching according to a features.properties.value, and dispay them on a map.
The var that ...
1
vote
0
answers
38
views
Geocoded Points Don't Land Directly On Street
ArcGIS Pro 3.0.2
My street locator includes a street feature class that has streets ranges for the Left and Right side of the street (Left Start, Left End, Right Start, Right End). The street feature ...
0
votes
1
answer
1k
views
Customize popup content when it is opened in Leaflet?
I have a Leaflet map with leaflet-control-geocoder plugin for searching feature.
I'm trying to customize popup with some javascript.
The issue is, that javascript works only once on first popup ...
2
votes
0
answers
883
views
Does the Census Bureau's geocoding API limit request frequency?
I am trying to batch-geocode about 8 million address records using the Census Bureau's batch geocoder. I am currently doing so sequentially, which takes about a day to complete. I was considering ...
1
vote
0
answers
259
views
MMQGIS Plugin returns 0 geocoded in QGIS
I have a geocoding problem using the MMQGIS Plugin to perform geocoding analysis
So far, I successfully geocoded about 130.000 enterprises and once at suddenly, MMQGIS Plugin just started to return 0 ...
-1
votes
1
answer
92
views
Export Addresses Not Found in Google My Maps
So I was curious if it is possible to highlight and export the addresses that Google My Maps did not successfully geocode. It does not appear that you can even highlight multiple rows at a time to ...
2
votes
0
answers
55
views
Grouping of smaller cities (nearest) into larger cities
I have been looking for some suggestions on grouping of small cities (near by cities, places) into nearest largest cities (metro cities). For example, below are few cities from India.
Aluva, Kerala, ...
2
votes
1
answer
22k
views
ValueError: Columns must be same length as key
I want to geocode a number of universities in Europe (stored in a csv file). The csv file contains only one column (Name). However, I am yet to complete the work, since my code contains bugs. When I ...
0
votes
0
answers
133
views
Multiple methods syntax
I am new in Python and learning to use it for spatial processing. I bought the book "Learning Spatial Analysis with Python". In the book, I often see syntaxes with multiple methods (a=module....
0
votes
1
answer
927
views
Highlight city, town, village or hamlet name in Leaflet [closed]
I'm fairly new to GIS programming but I've managed to do the following in Leaflet along with OSM:
Display the map (very simple indeed)
Get coordinates from user input (onClick on map, gives me lat/...
1
vote
1
answer
2k
views
Error generating chart: User memory limit exceeded
I want to generate a vegetation indices Time series chart and the AOI is not that big which might be the problem for the chart not being generated. Secondly, the CSV exporting keeps refusing to export ...
0
votes
0
answers
294
views
How to know if a geocoded search is a city, village or town
I'm using the MapBox Geocoding API to allow users to search for cities, villages or towns. Now I need to know if the user's choice is exactly a city, a village or a town.
I'm currently using MapBox ...
0
votes
0
answers
179
views
Geocoding Moon SAR image using corner latitude and longitude
I have tried geocoding the SAR image of the Moon.
I have the latitude and longitude information for the four corners.
In Python, I am using the GDAL command to geocode.
!gdal_translate -a_ullr -1....
1
vote
1
answer
1k
views
How to geocode the polygon of a street, instead of just a point
I want to geocode many street addresses using GeoPy/GeoPandas, but the results of my queries only return points. Is it possible to obtain the entire polygon of a street, i.e., when it begins and ends?
...
1
vote
1
answer
2k
views
Using EPSG 4326 in ArcMap
I have geocoded a series of addresses using ArcMap 10.5. The Geographic Coordinate System under the properties is:
Geographic Coordinate System: GCS_WGS_1984
Datum: D_WGS_1984
Prime Meridian: ...