About 420,000 results
Open links in new tab
  1. arcpy - Calculate area within Python script in ArcMap - Geographic ...

    I am trying to calculate the area of a polygon within my Python script. I create a new polygon from merging two together, and I'd like to add the area of the resulting polygon to a field in the out...

  2. arcpy - Exporting selected layouts in ArcGIS Pro - Geographic ...

    Aug 9, 2021 · figFolder = arcpy.GetParameterAsText(0) lstValueObj= arcpy.GetParameter(1) # The parameter was set to Multiple Values of Layout so it returns a list for vo in lstValueObj:

  3. Calculating distance between two points using ArcPy

    Mar 24, 2021 · Calculating distance between two points using ArcPy Ask Question Asked 4 years, 9 months ago Modified 4 years, 9 months ago

  4. arcpy - Clearing cache memory using python? - Geographic …

    Mar 25, 2016 · A couple of tips that might help: Don't use the ArcGIS numpy module - it's rubbish to say the least. Instead use the open source netCDF4 library to read the data into numpy …

  5. arcpy - Is it possible select a field if it contains specific text in ...

    Dec 22, 2023 · Regarding the question, "Is it possible [to] select a field if it contains specific text in ArcGIS?" The short answer is "yes," while the longer answer is to a slightly different question, …

  6. arcpy - Geographic Information Systems Stack Exchange

    Dec 8, 2022 · arcpy.env.workspace=fgdb However, I am not sure how I can select one of the layers in the map, named "High Injury Network", and how to add a field and then create a …

  7. arcpy - Output not overwritten despite "overwriteOutput = True ...

    Sep 10, 2016 · As I understand it, overwriteOutput is an environment setting that controls whether an output overwrites an existing file of a duplicate name. Just re-checked the help pages, …

  8. arcpy - ArcGIS Pro Runtime Error: the product license has not been ...

    Sep 28, 2022 · The first thing that comes to mind is to check whether the user/account running the script still has a Named User license assigned in either AGOL or Enterprise.

  9. arcpy - Listing all feature classes in File Geodatabase, including ...

    From python how can I build a list of all feature classes in a file geodatabase (*.gdb), including inside feature datasets? The standard example only lists feature classes at the top level of the

  10. arcpy - Turning off layer visibility in ArcGIS Pro with Python ...

    Nov 30, 2023 · Start asking to get answers Find the answer to your question by asking. Ask question arcpy arcgis-pro layers visibility