About 407,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 - 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, "how …

  3. arcpy - Get feature class names inside ESRI File Geodatabase ...

    Sep 3, 2020 · I have a project folder with many many folders within that. Some of these child folders contain an ESRI File Geodatabase(s). I want to list all the feature classes that are inside the GDBs …

  4. 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, which …

  5. 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 score using other …

  6. 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 arrays and …

  7. arcpy - Updating data sources in .aprx files - Geographic Information ...

    Mar 14, 2024 · I am about to break a lot of data sources in our team's .aprx files because we are overhauling the places we are storing our data. Our data is stored in shapefile and file geodatabase …

  8. Labeling by specific field using ArcPy in ArcGIS Pro

    Jul 14, 2020 · I have seen Specifying Resource Field For Labeling in ArcPy with ArcMap but it refers to ArcMap and arcpy.mapping whereas I am using arcpy.mp with ArcGIS Pro. I have a polygon feature …

  9. 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

  10. Learning ArcPy? - Geographic Information Systems Stack Exchange

    Sep 16, 2018 · From my own experience, you cannot strictly learn the arcpy site package without eventually bringing in larger concepts from the Python programming language. In fact, I first tried to …