Eine globale Community von Esri-Nutzern, in der Sie Lösungen finden, Ideen austauschen und zusammenarbeiten können.
I am seeing a compiled-extension load failure in a cloned ArcGIS Pro 3.7 environment. The packages are a consistent Esri-channel installation (i.e., not a pip/conda-forge mix) but rasterio.warp cannot load its _warp DLL. Environment: * ArcGIS Pro: 3.7 * Python: 3.13.13 * Environment: cloned arcgispro-py3 environment *…
Wir haben ein Python-Skript, das AutoCAD DWG-Dateien in SDE-Feature-Classes importiert. Diese DWG-Dateien werden von verschiedenen Drittanbietern erstellt und uns zum Import übermittelt. Einer der Schritte in unserem Importprozess ist die Erstellung einer PRJ-Datei für die DWG. Meistens funktioniert das gut, aber bei etwa…
I have a geoprocessing service that basically does a bunch of field calculations. It has one input parameter, which the user does not see. This parameter takes a json file that points the tool to the right tables. When tool was published as a service, that json file went with it. I got it uploaded and it works great. I'm…
I've only upgraded a test SQL geodatabase from 10.9.2 to 3.5. When the feature classes are listed, the geodatabase name is no longer there. For example, geo.dbo.county now shows up as dbo.county. Does this mean all python scripts referencing feature classes in an enterprise geodatabase need to drop the database name to…
Hello everyone! I'm using ArcGIS Pro 3.4.5 and I'd like to know if anyone can give me some references, and even an example, of how I can append data from a Survey123 form (it contains some repeats) to another survey that basically has the same structure and attribute names - the difference is that the target survey will…
Hello everyone, I am not a developer, I'm using ArcGIS Pro 3.5.7. I am using ModelBuilder to run a scheduled model every 1st day of the month to export feature classes from a SQL geodatabase to a file geodatabase. The next script I would like to run after hours (every 1st of the month) is to update the summary section of…
I've got a Azure function app that processes data from a non-Survey123 form. On of the questions on that form allows a person to enter an address, just a street, or a landmark. I'm using geocode() to get x:y coordinates of that location. It works, but it seem to take nearly a half-hour to complete, which is crazy. Below is…
Hi, I'm working on a workflow where a webhook fires when an attachment is added to a layer. This triggers a notebook on the notebook server to run which is code that will move this attachment to other tables based on ID. What I hoped to do in the notebook is use the extract_changes function because my layer has archiving…
Hi everyone, I want to use arcpy environment settings with python mutliprocessing, but using attribut 'workspace' raises the exception: "AttributeError: 'GPEnvironment' object has no attribute 'workspace'" My code snippet from parent script: mp_exe = os.path.join(sys.exec_prefix, 'pythonw.exe') mp.set_executable(mp_exe)…
Seems like the latest version of arcpy has added a ParameterArray container for parameters! I can't seem to find the documentation for it, but it definitely adopts the string based indexing that I've been using for years now haha. Glad to see that this is finally being added officially, but it would be nice to have some…
Melden Sie sich an, um zu posten, Inhalte zu folgen und mehr. Neu hier? Kostenlos registrieren.
Python
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.
We have a python script that imports AutoCAD DWG files to SDE feature classes. These DWG files are created by various 3rd parties and are transmitted to us for import. One of the steps in our import process is to create a PRJ file for the DWG. Mostly, this works fine but about 5% of the DWG's have a problem when trying to…
I am seeing a compiled-extension load failure in a cloned ArcGIS Pro 3.7 environment. The packages are a consistent Esri-channel installation (i.e., not a pip/conda-forge mix) but rasterio.warp cannot load its _warp DLL. Environment: ArcGIS Pro: 3.7 Python: 3.13.13 Environment: cloned arcgispro-py3 environment Rasterio:…