|
POST
|
Good morning, I am looking for a tool I used a few months ago in ArcGIs Pro that exports the schema of a Feature dataset or FGDB into Excel. A documentation tool, but I do not find it. Thanks
... View more
06-13-2024
05:51 AM
|
0
|
1
|
916
|
|
POST
|
Hi @David_McRitchie This tool only says that "Table: Tables have different number of fields (Base: 43, Test: 120). Field: Field OBJECTID aliases are different (Base: OBJECTID, Test: Object ID). Field: Field XCOORD default values are different. Field: Field YCOORD default values are different. Field: Field ZCOORD default values are different. and I am looking for a tool that lists the fields missing, in this case 120-43 = 97 fields missing. Thanks
... View more
06-07-2024
12:30 PM
|
0
|
0
|
1339
|
|
POST
|
Finally, I was able to export my hosted feature. in the setting tab, I had to allow to export the feature. from time import strftime from arcgis.gis import GIS gis = GIS("Pro") public_data_item_id = '0cf4485596424ad3a736420ed9a2d727' servicio = gis.content.get(public_data_item_id) itemName = gis.content.get(public_data_item_id).title t = time.localtime() timestamp = time.strftime('%Y%m%d',t) nombre = "{}_Download{}".format(itemName, timestamp) servicio.export(nombre, 'File Geodatabase', parameters=None, wait=True) items = gis.content.search(nombre) fgdb = gis.content.get(items[0].itemid) output=r"C:/Workspace/Backups" fgdb.download(save_path=output)
... View more
06-04-2024
09:08 AM
|
0
|
0
|
1404
|
|
POST
|
Hello everyone, Is there a way to save all the code created in a Notebook as a Python file? Thanks
... View more
05-08-2024
11:31 AM
|
0
|
2
|
2464
|
|
POST
|
Additional question @bbollin When using Update Data with Hosted features classes, do they need to have the same structure (fields)? My source a sde feature class has less fields that the hosted feature class. Using the append from ArcGIS Pro did not work because it says that the schemas do not match. I tried also to create a view with all common fields , but it fails too. Thanks
... View more
05-06-2024
01:23 PM
|
0
|
3
|
3037
|
|
POST
|
Hello everyone, How do you recommend to run periodical backups from a hosted feature layer ? Several layers are editing a group of layers and we need to make backups. Thanks
... View more
05-06-2024
08:49 AM
|
0
|
6
|
3194
|
|
POST
|
ArcGIS Pro 3.1 Upsert datasets using the Append tool Blog (esri.com)
... View more
05-03-2024
01:03 PM
|
0
|
5
|
3091
|
|
POST
|
Thank you @bbollin . Can I run a "Add and update features" directly from ArcGIS Pro?
... View more
05-03-2024
10:17 AM
|
0
|
6
|
3103
|
|
POST
|
Good morrning, I created a Feature Layer (hosted, view) to restrict the fields that can be updated in hosted feature layer. But when I overwrite the feature hosted layer, the fields for the Feature Layer (hosted, view) do not show in a combo box, the list of domain values associated with the field. Is there a way to refresh the view? Do I have to delete and recreated the view each time the hosted feature layer gets updated? Thanks
... View more
05-03-2024
05:41 AM
|
0
|
8
|
3167
|
|
POST
|
Good afternoon, How can I process an Micrsoft Excel file with several tabs. Each tab represents a department, and inside the tab the structure is similar, but not identical, some tabs have more columns than others. Thanks
... View more
04-19-2024
12:11 PM
|
0
|
5
|
7014
|
|
POST
|
Good afternoon I am looking for samples of Wokflow Manager Design Diagrams that show how to work in a versioned environment: as a power editor. Power editors create versions, edit, and post/reconcile as a standard editor with a QA/QV reviewer Other workflows when editing Thanks
... View more
03-01-2024
11:02 AM
|
0
|
0
|
674
|
|
POST
|
Thank you @GeeteshSingh07 This is how I did it: # Get FeatureLayerCollection myCollection= signInObject.GIS.content.get('#######') # Obtain feature layer from FeatureLayerCollection featureLayer = myCollection.layers[0] # Query a Feature Layer to get a Feature Set feature_set = featureLayer.query(where="1=1") # Assign a variable to the list of features in the Feature Set feature_list = feature_set.features # Count records print(len(feature_list)) Thank you
... View more
03-01-2024
05:16 AM
|
1
|
0
|
2237
|
|
POST
|
Thank you @Scott_Harris Unchecking "Enforce attribute validation" worked. Thanks
... View more
02-29-2024
05:09 AM
|
1
|
0
|
2317
|
|
POST
|
Hi @JakeSkinner @BlakeTerhune Is there a way to call a geoprocessing Python tool from the Popup Window that will open File Explorer. Folder passed as parameter. import os path = "\\\\server\\folder\\project" path = os.path.realpath(path) os.startfile(path)
... View more
02-26-2024
11:23 AM
|
0
|
1
|
1588
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|