A global community of Esri users where you can find solutions, share ideas, and collaborate.
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 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…
Is there any limitation to creats maps everyday? OR I can creats everyday or every hours unlimited Maps through Python Programming.
Sign in to post, follow content, and more. New here? Register for free.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.