Skip to main content

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.

Filter by
Sorted by
Tagged with
0 votes
0 answers
113 views

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 ...
lazycarpenter's user avatar
0 votes
0 answers
91 views

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 ...
mfowler's user avatar
  • 345
0 votes
1 answer
64 views

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 ...
nurulwahidahwl's user avatar
0 votes
0 answers
76 views

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 ...
Ben's user avatar
  • 1
0 votes
0 answers
20 views

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 ...
Deb's user avatar
  • 1
1 vote
0 answers
151 views

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 ...
Giulio Orsingher's user avatar
1 vote
0 answers
46 views

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, ...
MysteriousMadCoder's user avatar
0 votes
1 answer
229 views

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. ...
ptgis's user avatar
  • 33
2 votes
1 answer
309 views

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,...
Maxime's user avatar
  • 21
3 votes
1 answer
100 views

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 ...
Jred's user avatar
  • 141
0 votes
0 answers
124 views

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 ...
user247900's user avatar
0 votes
0 answers
169 views

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\...
Dena Abuothman's user avatar
1 vote
1 answer
245 views

The following JSFiddle uses Leaflet and leaflet geocoder control search plugin. Code below HTML: <div id="map"></div> CSS: #map { height: 100%; position: ...
Discover's user avatar
2 votes
1 answer
142 views

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 ...
BAE_23's user avatar
  • 989
0 votes
0 answers
59 views

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 ...
Cem Koçak's user avatar
-2 votes
1 answer
110 views

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): ...
Eppez's user avatar
  • 11
1 vote
0 answers
558 views

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....
Thandeka Skosana's user avatar
1 vote
1 answer
421 views

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 ...
i.i.k.'s user avatar
  • 1,933
0 votes
0 answers
86 views

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 ...
Kenneth's user avatar
0 votes
0 answers
75 views

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 ...
Sajreh's user avatar
  • 1
1 vote
0 answers
85 views

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 ...
onopa's user avatar
  • 11
2 votes
1 answer
826 views

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 ...
Mel Riffe's user avatar
1 vote
1 answer
592 views

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 ...
user698515's user avatar
1 vote
0 answers
466 views

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 ...
Sooraj_bepop's user avatar
1 vote
1 answer
185 views

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 ...
DaCuteRaccoon's user avatar
0 votes
1 answer
59 views

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 &...
GLory's user avatar
  • 1
1 vote
1 answer
292 views

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 ...
Bobby Liu's user avatar
0 votes
1 answer
1k views

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 ...
juan cruz's user avatar
0 votes
1 answer
800 views

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 ...
Georgy's user avatar
  • 1
3 votes
1 answer
534 views

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 ...
Esteban Barbosa's user avatar
3 votes
2 answers
244 views

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 ...
Pfalbaum's user avatar
  • 941
2 votes
1 answer
433 views

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 =...
PyCher's user avatar
  • 169
1 vote
0 answers
55 views

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&...
minivanned's user avatar
2 votes
1 answer
197 views

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 ...
shoman24v's user avatar
1 vote
0 answers
379 views

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 ...
Douglas F's user avatar
0 votes
0 answers
131 views

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 ...
Bruno's user avatar
  • 55
1 vote
0 answers
38 views

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 ...
sushi's user avatar
  • 405
0 votes
1 answer
1k views

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 ...
Human Being's user avatar
2 votes
0 answers
883 views

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 ...
Arjun Shanmugam's user avatar
1 vote
0 answers
259 views

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 ...
Guest's user avatar
  • 31
-1 votes
1 answer
92 views

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 ...
Ian Moffit's user avatar
2 votes
0 answers
55 views

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, ...
user867662's user avatar
2 votes
1 answer
22k views

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 ...
Edudzi's user avatar
  • 109
0 votes
0 answers
133 views

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....
GIStrees's user avatar
  • 119
0 votes
1 answer
927 views

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/...
sockevalley's user avatar
1 vote
1 answer
2k views

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 ...
Simba's user avatar
  • 77
0 votes
0 answers
294 views

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 ...
Paul Rock's user avatar
  • 121
0 votes
0 answers
179 views

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....
Nidhi Verma's user avatar
1 vote
1 answer
1k views

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? ...
econbernardo's user avatar
1 vote
1 answer
2k views

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: ...
tchoup's user avatar
  • 73

1
2 3 4 5
18