|
POST
|
Hi This tool will let you select values based on shared values in another table view: http://pm.maps.arcgis.com/home/item.html?id=e638afe0695a4ad38388cb8d9b350446 Regards
... View more
11-27-2017
08:38 AM
|
2
|
6
|
3678
|
|
POST
|
It isn't Data Interoperability functions that need 32bit Python, it is all ArcGIS 10.x apps, ArcGIS Pro uses 64bit Python, but for that we recommend not using PYTHONPATH to control Python access.
... View more
11-21-2017
07:28 AM
|
0
|
1
|
4961
|
|
POST
|
Hello Mihkel I don't know what is going on here, I could take some guesses but I think the best thing to do now is log a support call. The toolbox import is not working. When you get it resolved please post back here so we can all learn something.
... View more
11-13-2017
06:57 AM
|
0
|
3
|
4961
|
|
POST
|
Hi I'm using 10.5.1 too and the pattern works for me. I attach a TBX and Python script which successfully used Quick Import in a model called from the standalone script. Unfortunately I have to break the WFS source in the sample as it contains an API key I cannot share, but you can get your own to repair the source: NZ Chatham Island Island Polygons (Topo, 1:50k) Web Services and API Availability | LINZ Data Service Note the TBX alias is required. If your WFS service is simple features only you may not need to check out the extension. If it still doesn't work and you can share your input service URL log a support call and ask them to check with me.
... View more
11-10-2017
07:15 AM
|
0
|
5
|
4961
|
|
POST
|
Hi The Python you get from copying the result will have a lot of double quoted parameters bookended by a pair of single quotes, and it will be hard to edit. Drag your result object into a new Model and save the model in a toolbox, you can run that with a Python script. Don't forget to set the name and alias properties to get the tool name correct for Python.
... View more
11-09-2017
06:38 AM
|
0
|
9
|
4961
|
|
POST
|
Rebecca beat me to it, but in addition to the Pro roadmap you can have input in the Ideas space, we are very active curating the content there.
... View more
10-30-2017
12:00 PM
|
0
|
0
|
3112
|
|
POST
|
Hi The Quick Import and Quick Export tools will be in ArcGIS Pro 2.1. Caveat: The option to read and write GML and WFS Simple Features formats without licensing ArcGIS Data Interoperability will not be available. WFS layers are natively supported in ArcGIS Pro.
... View more
10-25-2017
10:55 AM
|
2
|
3
|
3112
|
|
POST
|
Jose, Data Interoperability extension has a ChangeDetector transformer that will find unchanged, added and deleted features, or alternatively an UpdateDetector transofmer that will find unchanged added, deleted and updated records. UpdateDetector requires a shared primary key.
... View more
10-03-2017
02:20 PM
|
0
|
0
|
1425
|
|
POST
|
Hi, see if this tool does what you need: http://pm.maps.arcgis.com/home/item.html?id=e638afe0695a4ad38388cb8d9b350446
... View more
10-03-2017
12:40 PM
|
1
|
0
|
1099
|
|
POST
|
It will work, I suspect all the raw string triple quoting is doing something, just in the Python window all is good: import re p = re.compile('((\d+(?!(\d|-))\w)|(\d+(?!(\d|-))))') Adr_for = '13-0222222-1-02226-249A - -' re.search(p,Adr_for) <_sre.SRE_Match object; span=(19, 23), match='249A'>
... View more
09-25-2017
07:49 AM
|
0
|
0
|
5331
|
|
POST
|
Becky, Data Interoperability extension can read JSON via REST, transform it into rows or features (if that is what the endpoint abstracts) and write to a portal feature service with truncate or update. An ETL can be called via Python on any schedule.
... View more
09-25-2017
07:16 AM
|
1
|
1
|
5765
|
|
POST
|
Data Interoperability extension for Pro can read and write mdb/accdb tables, you'll need the 64bit redistributable here and if Office is on your machine it will need to be the 64bit edition.
... View more
09-12-2017
10:08 AM
|
1
|
0
|
3171
|
|
POST
|
If you can find a media kit for ArcGIS 10.2, the Data & Maps DVD has a USA locator using data from 2009. Other than that you could contact your local Esri office and inquire about licensing StreetMap Premium.
... View more
09-11-2017
10:21 AM
|
0
|
0
|
2249
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 4 | 05-28-2026 05:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|