POST
|
Hi Albert I don't think you could replace the existing geometry field but might try to create a query layer instead. Regards, Bing
... View more
11-08-2020
03:51 PM
|
0
|
0
|
407
|
POST
|
Hi Saad I don't think there is "arcpy" library without ArcMap or ArcGIS Pro. You need to install one of them to get "license" Regards, Bing
... View more
10-26-2020
11:14 PM
|
0
|
1
|
194
|
POST
|
There is a lot of change in ArcGIS 10.8.1, haven't dig further, but it looks like the script works.
... View more
10-26-2020
04:55 PM
|
2
|
0
|
59
|
POST
|
Hi Albert, In my understanding, we could create a customized Webhooks by .Net/Python which embeds on ArcGIS Portal, then let script to do what you need. Regards, Bing
... View more
10-26-2020
04:36 PM
|
0
|
0
|
70
|
POST
|
Hi Jamal I think if you are going to use map/feature services, you might need to have a look at branch versioning. Editing and Administration with Branch Versioning – It’s Showtime! Regards, Bing
... View more
10-15-2020
05:37 PM
|
3
|
0
|
219
|
POST
|
Hello James, Your script works for me. But it only works when I run the script within ArcGIS Pro. Did you run it outside of the ArcGIS Pro? If yes, you can't use "current", you have to create an empty Pro project and add the file in. Regards, Bing
... View more
10-13-2020
04:17 AM
|
0
|
0
|
148
|
POST
|
Hi Bilal Actually, if you want to use this list during the update process, I would like to suggest to put it in the dictionary. for example. abc = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' ind1 = 0 ind2 = 0 preStr= {} for i in range(0,26): for j in range(0,26): preStr[ind] = 'A{0}{1}'.format( abc,abc ) ind1 = ind1 + 1 fc = "c:/data/base.gdb/roads" field1 = "field1" field2 = "field2" cursor = arcpy.UpdateCursor(fc) for row in cursor: row.setValue(field2, preStr[ind2] + row.getValue(field1) * 3.0 ) ind2 = ind2 + 1 cursor.updateRow(row) cursor.updateRow(row) Hopefully, it works for you. Regards, Bing
... View more
10-13-2020
04:01 AM
|
0
|
1
|
221
|
POST
|
Hello Krista If you want to get layer ID info, you could try rest point something like 1. List all services you have by https://SERVER/WebAdapter/rest/services/?f=pjson 2. Then pass the service name to below rest point format and interpret the response https://SERVER/WebAdapter/rest/services/SampleWorldCities/MapServer/layers?f=json BTW: you need to add token stuff in the request. Regards, Bing
... View more
10-07-2020
08:58 PM
|
0
|
0
|
78
|
POST
|
Hi Emre It might help you. Update Item—ArcGIS REST API | ArcGIS for Developers Regards, Bing
... View more
10-07-2020
04:46 PM
|
0
|
0
|
53
|
POST
|
Hi Another way you might try is to build map-cache and publish it as a map service. Regards, Bing
... View more
10-07-2020
04:39 PM
|
1
|
1
|
81
|
Online Status |
Offline
|
Date Last Visited |
12-09-2020
04:31 PM
|