POST
|
Brian: Are you able to share a screenshot of the table you used as input in the Geocode Addresses tool or the address locator? If the table contains the 'Shape' field it should be removed from the table. The street address (380 new york street) should also be in a single field and city, state, zip in their own respective fields or the full address (380 new york st, redlands, ca) in a single field in the table. -Shana
... View more
02-22-2018
12:13 PM
|
0
|
13
|
1299
|
POST
|
Ian: Have the new user output fields been added to the following sections in the grammar? - SingleAddress & SingleAddressSearch mapping_schema and in the reverse relationship and outputs section of their mapping_schema - table roles and query table fields in the Subaddress ref_data_style section
... View more
02-13-2018
09:55 AM
|
0
|
0
|
412
|
POST
|
We have not seen the memory leak with the Gazetteer style locator and it is the recommended style to workaround the bug with the Single Field style. Let me know how the Gazetteer style works out for you. Whatever field was used to map to the Keyfield in the Single Field style, map it to the Place Name field in the Gazetteer style.
... View more
02-13-2018
07:31 AM
|
0
|
8
|
2426
|
POST
|
Michael can you access BUG-000104922: The geocode service published to ArcGIS GIS Server w.. ? I was suggesting the Gazetteer style based on the limited information I had, but remembered that there was a suggestion memory leak and some other issues for the Single Field style based locator when published as a service.
... View more
02-09-2018
01:46 PM
|
2
|
10
|
2426
|
POST
|
Here are a few bullets from the link in my previous response Excel file support in ArcGIS uses Geospatial Data Abstraction Library and its supporting OGR Vector Formats. For tables that have all text column data types or have null values in the first row, column headers will be autogenerated (for example, Field1, Field2) when the table is opened. I don't believe the same behavior occurs in Python because it's using a different driver to handle the Excel files.
... View more
02-09-2018
12:49 PM
|
0
|
0
|
577
|
POST
|
Michael what style did you use to create the address locator you published as a geocode service? If it was single field I would suggest using the General - Gazetteer style. Check out BUG-000104922 on the support site.
... View more
02-08-2018
07:15 PM
|
2
|
12
|
2426
|
POST
|
Deepa: I don't have access to the book, but what workflow are you using to geocode the table? 1) right-click the table in the table of contents 2) using the Geocode Addresses geoprocessing tool What is the format of the table you are geocoding? (txt, csv, excel, dbf...) What is the output data format of the geocode result? (shp, in a file geodatabase) Make sure the fields in the table don't have spaces or special characters in the name or start with a number. The same applies to the geocode result.
... View more
02-08-2018
06:46 PM
|
0
|
0
|
448
|
POST
|
The Excel spreadsheets *.xlsx work pretty well in ArcMap because you have the ability to use the Microsoft Office driver with ArcMap. However, ArcGIS Pro does not use the Microsoft Driver, it's using an open source driver that has limitations. Since ArcGIS Pro is a 64-bit application you would need the 64-bit driver to be able to use personal geodatabases and if you were trying to use ArcMap (32-bit) and Pro on the same machine, you can't have a mix of drivers. If you need something to track, http://support.esri.com/en/technical-article/000012103 . Excel limitations Work with Microsoft Excel files in ArcGIS Pro—Excel | ArcGIS Desktop -Shana
... View more
02-08-2018
06:39 PM
|
1
|
2
|
577
|
POST
|
The Esri World Geocoding Service has the ability to return rooftop matches if the input address matches to PointAddress for Addr_type if you use the locationType parameter for the geocodeAddresses operation. The following link will take you to more details about the locationType parameter where you can also specify the output location be the side of street for routing purposes. geocodeAddresses—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers
... View more
02-08-2018
04:18 PM
|
0
|
8
|
2011
|
POST
|
Jared: The order of the coordinates you are referencing can make a difference in how they are interpreted. It looks like the coordinates are returned as latitude (y), longitude ( x) vs longitude ( x), latitude (y). If you entered -119.76 as longitude and 36.73 as latitude you would get the location returned in California if you are using the Go To XY tool in ArcMap. -Shana
... View more
02-02-2018
03:06 PM
|
0
|
1
|
402
|
POST
|
Winston: It's possible that you are running into the issue described in the following article. Bug: Dual Ranges address locators created with ArcGIS for Desktop 10.1 and higher do not return matches -Shana
... View more
02-02-2018
02:03 PM
|
0
|
3
|
533
|
POST
|
If you are going to be searching for street names and street addresses, you may want to consider creating a locator based on the US Address - Street Name style, then adding it to a composite locator as the first locator along with the Single House locator. Publish the composite locator as a geocode service. The suggestion behavior you encountered is a known issue that we are working to address. More details can be found in the final response in the following thread, https://community.esri.com/thread/181310#comment-716581 . -Shana
... View more
02-01-2018
07:03 PM
|
0
|
0
|
542
|
POST
|
Kate: The behavior you are seeing with the locator coming from the ArcGIS Server connection is expected behavior within ArcGIS Pro. Since the project template is being shared within your organization try checking the option to "share internally" when creating the project template to maintain the locator in the project. Some other options are: Create a map package that users can import into the project instead of using a project template Add the ArcGIS Server locator as a utility service to your ArcGIS Online or ArcGIS Enterprise Portal organization, then the locator will be automatically available every time a project is created and the users will not have to add the locator manually to the project. If your ArcGIS Server is federated with ArcGIS Enterprise Portal 10.5 or higher you can share the locator with the portal with the sharing option set to the name of the organization, then users can search for the locator in the Catalog pane on the Portal tab, then add it to their project. Or if you shared the locator with a group in the organization, the members of the group can see the content of the group. -Shana
... View more
02-01-2018
06:48 PM
|
3
|
0
|
1207
|
POST
|
Are you still getting the behavior if you have upgraded to ArcGIS Pro 2.1 when you create the locator with the Single Field locator style and the feature class from the file geodatabase? Does the same error occur if you create the locator using the General - Gazetteer locator style and use the PlaceName field to map the field in your data that you would have used as the KeyField in the Single Field style? Does the feature class in the geodatabase contain global ids? -Shana
... View more
02-01-2018
06:20 PM
|
0
|
7
|
2447
|
Title | Kudos | Posted |
---|---|---|
1 | 09-25-2024 12:04 AM | |
1 | 08-25-2024 09:52 PM | |
1 | 05-16-2024 12:50 AM | |
1 | 06-27-2024 10:51 AM | |
1 | 06-13-2024 08:09 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|