|
POST
|
Good afternoon, I created a survey and zoomed to a specific area in Survey123. When I run the Survey123 it works and it shows in the geopoint the area selected. Then I exported the Survey123 to Survey123 Connect and now the geopoint opens showing the whole world instead of the zoom defined in design mode. How can I fix that?
... View more
07-24-2024
10:42 AM
|
0
|
1
|
824
|
|
POST
|
Good morning, Is there a wat ti conver an ASurvey123 Connect to a regular Survey123? I just downloaded a regular Survey123 in Connect and published it and replaced with Connect. Thanks
... View more
07-23-2024
07:44 AM
|
0
|
1
|
658
|
|
POST
|
Thank you @abureaux Found this link that explains how to load a dropdown box from a table: Survey123 Tricks of the Trade: Dynamic lists (Web ... - Esri Community
... View more
07-23-2024
04:47 AM
|
0
|
1
|
1377
|
|
POST
|
Good afternoon, Is there a way to select several features in EB and export them as a layer. Currently the options I saw to export are csv files. Thanks
... View more
07-18-2024
01:27 PM
|
0
|
2
|
743
|
|
POST
|
Good morning We are currently testing the integration between Geonexus and EAMS (Enterprise Asset Management System) We created a map service with a line feature class that has more that 90,000 records and digitized a new line. When running the integration, it reads all records on the GIS side, and it compares them with all 90,000 records on the EAMS side before it inserts the new record. In Geonexus in the Where Clause we hardcoded the new ID to select this specific record to be created in EAMS. Now we are looking for a way to dynamically pass a value in the "Where Clause" file because there is a way to run a SQL Query to select all the records that are updated in the Delta tables in a traditional versioned database. Anyone is currently doing that?
... View more
07-03-2024
09:06 AM
|
0
|
0
|
579
|
|
POST
|
Good morning, I am looking for a way to call a layer in an ArcGIS Server map service passing parameters in the where clause https://[ArcgIS Server]/arcgis/rest/services/[My Map Service/FeatureServer/1 I would like call this service passing a parameter such as ProjectID = 1 or ProjectID = 2 How can I do that?
... View more
07-02-2024
05:55 AM
|
0
|
3
|
3246
|
|
POST
|
This post explains how to query a traditional version: View number of edits made in SDE.Default - Esri Community
... View more
06-25-2024
06:40 AM
|
0
|
0
|
1667
|
|
POST
|
Found it: installation - Setting up Python/ArcPy with ArcGIS Pro and Visual Studio? - Geographic Information Systems Stack Exchange " n Visual Studio open the Python Environments window, click "+ Custom..." and select "Configure". Give the new environment a name e.g. Python 64-bit 3.5 ArcPy and populate the path fields with the path above, specifying the relevant file in that path for each field. Prefix Path: C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\ Interpreter Path: C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe Windowed Interpreter: C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\pythonw.exe Library Path: C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib Language Version: 3.5 Architecture: 64-bit Click Apply on the right."
... View more
06-21-2024
04:36 AM
|
0
|
0
|
2436
|
|
POST
|
Good afternoon, I am looking for information about how to set up Python/ArcPy with ArcGIS Pro and Visual Studio Thanks
... View more
06-20-2024
12:16 PM
|
0
|
1
|
2512
|
|
POST
|
Found it: Generate Schema Report (Data Management)—ArcGIS Pro | Documentation
... View more
06-13-2024
06:11 AM
|
0
|
0
|
841
|
|
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
|
886
|
|
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
|
1295
|
|
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
|
1352
|
|
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
|
2389
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 08-05-2025 04:33 AM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|