|
BLOG
|
I replaced the .pth file with one that expects Python 3.7 in Pro 2.7, please download the zipfile again, your process should work.
... View more
02-08-2021
11:55 AM
|
0
|
0
|
5818
|
|
BLOG
|
Hi, please check you have Data Interoperability extension installed and licensed, the import error looks like a missing install or license issue. As your real goal is to detect changes in a feature service it may be more efficient to use a Spatial ETL tool directly in a model. If you are able to share some sample data I can show you how that would work.
... View more
02-08-2021
05:09 AM
|
0
|
0
|
5832
|
|
POST
|
You should be OK then, but in case you get into any arguments with geodesists make sure you record that the heights are AGL. If the CSV data is available electronically somehow, say FTP, HTTP, email, cloud storage etc. then you can automate download and processing end to end with Data Interop.
... View more
01-28-2021
09:05 AM
|
1
|
0
|
5077
|
|
POST
|
I was thinking things like visibility analysis; constructing your 3D geometry is OK with VertexCreator, you just need 'ground' to visualize it. Z from the AGL values is OK. There are specialist solutions for radio propagation which I don't know anything about but Esri has a specialist if you need.
... View more
01-28-2021
08:42 AM
|
0
|
2
|
5084
|
|
POST
|
If you have AGL heights then you'll need a ground surface for any analysis.
... View more
01-28-2021
08:20 AM
|
0
|
4
|
5092
|
|
POST
|
Adam, WGS84 elevations are defined in meters above/below the ellipsoid so convert feet to meters except if your Z values are from the center of the earth then you'll need to additionally do a vertical datum transformation with CsMapReprojector. A wider issue is using WGS84 at all, if you're doing anything involving visibility or density or area a local projected coordinate system would be better.
... View more
01-28-2021
08:08 AM
|
0
|
6
|
5100
|
|
POST
|
Adam you can chain two NullAttributeMapper transformers to do this, in one change 'Yes' to a new value 1 and in the other 'No' to 0. Somewhat unhelpfully BulkAttributeMapper is an alias name for the transformer.
... View more
01-25-2021
05:46 AM
|
1
|
2
|
3451
|
|
IDEA
|
Hi, you can go a long way with Data Interoperability extension, including browsing cloud storage: https://community.esri.com/t5/arcgis-data-interoperability/interoperability-connections-in-arcgis-pro/ba-p/1008051
... View more
01-04-2021
11:41 AM
|
0
|
0
|
2074
|
|
POST
|
No that's us! If you create a support call with Esri it will be officially handled.
... View more
12-10-2020
09:52 AM
|
1
|
0
|
13055
|
|
POST
|
The Esri product is Data Interoperability extension which lets you make Spatial ETL tools in Pro, the FME product lives outside Pro. The support channels are separate at the customer level.
... View more
12-10-2020
09:43 AM
|
0
|
2
|
13060
|
|
POST
|
Adam if you're using FME the best way to get support is via Safe's support channel. https://community.safe.com/s/support Chat is very effective as a first step.
... View more
12-10-2020
09:23 AM
|
0
|
0
|
13075
|
|
BLOG
|
Data Interoperability integrates hundreds of data formats into ArcGIS and an old favorite workflow in ArcMap and ArcCatalog (personal favorite right there) was to create Interoperability Connections in the catalog tree and use them in maps and geoprocessing tools. The default behavior for an interoperability connection is to refresh once per session, this saves a cache of the data to disk. Here is how a connection looks: BruceHarold_0-1610387409451.png This has been a popular workflow, but in Pro there are technical challenges to delivering the same experience. In Pro 2.6 we added the Data Inspector app to the Data Interop control in the Analysis ribbon, which lets you explore data and optionally export all or some of it to another format, like the home geodatabase for your project. That is good but Data Inspector is a separate process so the data isn't immediately useful in your project. It turns out a simple way to bring interoperability data sources into a project has been sitting under our noses for a while - creating feature classes and tables in the memory workspace and automatically add them to the active map or scene. The blog download has a toolbox with three model tools in it: BruceHarold_1-1607532820589.png Here is Interoperability Connection in edit mode, you can see it includes Interoperability Features and Interoperability Tables as submodels. BruceHarold_0-1607532482935.png To bring interoperability data into your map or scene simply run Interoperability Connection as a tool, the submodels will recursively search for feature classes and tables in the output file geodatabase created by the system tool Quick Import and copy them into the memory workspace and add them to your table of contents. Quick Import in the model creates a file geodatabase named InteroperabilityConnection.gdb as part of the process. I make this intermediate data (and hence be automatically deleted). Make sure your geoprocessing settings allow for overwrite of existing datasets by checking the setting in Options. BruceHarold_2-1607533414321.png Of course memory workspace data will not persist between sessions, but you can easily copy it to a project database, and during a session the data will be very performant. You might like to share a project template with this toolbox in it with your colleagues. Naturally Data Interoperability extension must be installed and licensed for now, but we have some news coming in a later release about another equivalency issue from ArcMap that might allow some exceptions. To give you confidence, here is a screen shot of a million XY events coming from a Snowflake instance: BruceHarold_0-1608580967531.png But wait there's more! A powerful function in Data Interoperability is to use the web as a file system, not just FTP and HTTP but cloud storage platforms. For example I uploaded a folder of thousands of Mapinfo TAB files to OneDrive, and using the file browser can choose: BruceHarold_1-1609793063283.png BruceHarold_0-1609793837334.png Then in my OneDrive connection select a TAB file: BruceHarold_0-1609793508521.png Have fun interoperating! P.S. Thanks to my colleague Emily K. for test help. Edited December 23rd 2020 to replace the download - the models in the toolbox had a fieldmap with persisting entries.
... View more
12-09-2020
09:14 AM
|
1
|
2
|
3676
|
|
POST
|
Adam you found the recommended way to get the area feature attributes onto the points, maybe the merge behavior default changed between releases. Please keep using Pro anyway.
... View more
12-04-2020
06:18 AM
|
1
|
1
|
5337
|
|
POST
|
Adam for the first part of your question, attribute names are case sensitive so you'll need to create an attribute connection from NAME in your data to Name on the writer. This is easy manually but if you had dozens to do there is also an automated way. You have found the feature type fanout, it is 'Fanout by Attribute' in the old UI. Here is a good topic for the current experience: https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/Setting_Feature_Type_Fanout_Properties.htm?Highlight=fanout
... View more
12-03-2020
11:43 AM
|
1
|
3
|
5362
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | a month ago | |
| 1 | 07-01-2026 07:45 AM | |
| 1 | 07-01-2026 08:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|