|
BLOG
|
Hello Interoperators! If you watched the video ArcGIS Data Interoperability In Action you might have some questions on how some of the demos were built. I tend to create Spatial ETL tools with external sources - namely .fmw files - as I can easily drag them into Workbench after opening it from the Analysis ribbon or share them with FME users. They are attached below to give you the pattern, but they will not all work for you without repair and replacement of credentials. Contact me if you need help with any of them. To head off one question - how did I create the New York county name pulldown parameter and attribute value mapping in the Simple Powerful ETL demo, see the CountyParameter.fmw workspace. It scrapes the NY website and writes a CSV file that can be used to import parameter values for the demo tool. You can see the pattern and recycle it elsewhere.
... View more
01-28-2019
12:53 PM
|
3
|
0
|
683
|
|
POST
|
Learn how ArcGIS Data Interoperability helps organizations connect to all kinds of data, including proprietary and open source formats. The presenter explains Data Interoperability capabilities and how to access data feeds and automate workflows—without any coding. For a version with captioning, please visit: https://www.esri.com/training/catalog/5c4b6c7f2c10d337f906f885/arcgis-data-interoperability-in-action/
... View more
01-28-2019
10:44 AM
|
2
|
0
|
2912
|
|
POST
|
Alessandro, if you open a support call and share your data we can take a look at the issue.
... View more
01-14-2019
08:34 AM
|
1
|
0
|
1900
|
|
POST
|
Hi Lawrence, scroll down a little more and check if you have supplied Street Name
... View more
01-09-2019
02:38 PM
|
1
|
2
|
1686
|
|
POST
|
Hi Gabor The underlying problem is the WFS standard is versioned (1.0.0, 1.1.0, 2.0.0...) and at various times the specification was ambiguous about coordinate axis order. Sometimes we cannot guess the correct order, so the parameter exists so you can correct the behavior in the client software. If you can share the WFS URL here or with our support people we can show you what is going on. Also, make sure to clear your layer cache after changing the axis order.
... View more
01-09-2019
12:38 PM
|
0
|
4
|
5749
|
|
POST
|
Hi Gabor Please modify your WFS layer property to swap XY coordinates Use WFS services layers—Services | ArcGIS Desktop
... View more
01-09-2019
10:58 AM
|
0
|
6
|
5749
|
|
POST
|
Actually my tool was to emulate the KEYFILE selection option in ArcPlot's various selection commands, it doesn't use relates. Somebody can create an Ideas entry and we'll track it. I used to use keyfile selects all the time.
... View more
01-08-2019
01:49 PM
|
0
|
1
|
2281
|
|
IDEA
|
Kimo, use a Single Field input to geocode noisy data. The Geocode Addresses tool accepts this mode. Concatenate (space separated) your input data with people names and all into one field. If your data has multiple countries in it, leave the country value in its own field but concatenate the other fields into one field, then use Mutliple Field input but supply only one field to the Address input, plus the country field to Country. NLP is coming to Data Interoperability in 2019.
... View more
01-07-2019
01:27 PM
|
1
|
0
|
3147
|
|
IDEA
|
Hi Guus, it turns out requiring an all-users installation is an artifact of ensuring no collisions between desktop and enterprise installs of Data Interoperability and there isn't much we can do in the short term. I'll bring this up with the framework team again.
... View more
01-07-2019
01:14 PM
|
1
|
0
|
2191
|
|
POST
|
Hi Richard Data Interoperability is updated at each release of ArcGIS and we use the latest released FME engine available at the time. ArcGIS adheres to semantic versioning (the major/minor/patch numbers in the About > Product Information backstage area); a new engine would normally only go out at a major or minor Pro release, patch releases generally will not signal the availability of a new Data Interoperability install. Regards
... View more
11-15-2018
07:34 AM
|
1
|
0
|
1338
|
|
POST
|
Hi the procedure is the same if you are using a Single Field style locator, its just the location of the style file in Pro has changed, by default it will be at: C:\Program Files\ArcGIS\Pro\Resources\Locators
... View more
11-05-2018
11:06 AM
|
3
|
5
|
4166
|
|
POST
|
If your data are points or a centroid of the features is a good proxy for shape, this workflow might help: Add a field, text(12) named 'Geohash'. Calculate values into the field with a little Python. with arcpy.da.UpdateCursor('Ontario511_Layer_Sort',['shape@','Geohash']) as cursor:
for row in cursor:
shp = row[0].projectAs(arcpy.SpatialReference(4326))
gh = shp.getGeohash(12)
cursor.updateRow([row[0],gh])
This gives you an attribute to work with, identical geohashes are identical points.
... View more
10-03-2018
09:16 AM
|
1
|
0
|
1190
|
|
POST
|
Hi, yes you can install both but we had an install-order collision requiring a repair install of 10.5.x DI extension if Pro DI was also present. Provided your issue with Pro isn't that you don't have licensing try a repair install of DI 10.5.1. The collision was fixed at 10.6.
... View more
10-03-2018
06:56 AM
|
1
|
2
|
2981
|
|
POST
|
Hi You can download software from My Esri: https://my.esri.com/#/downloads Any problems please talk to your Esri account manager.
... View more
10-02-2018
09:22 AM
|
2
|
0
|
2684
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 4 | 05-28-2026 05:58 AM | |
| 1 | 05-15-2026 06:54 AM |
| Online Status |
Online
|
| Date Last Visited |
10 hours ago
|