About 431,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. Calculating distance between two points using ArcPy

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

  3. arcpy - ERROR 000732 - Dataset * does not exist or is not …

    Dec 21, 2021 · arcpy arcmap python-2.7 error-000732 arcgis-10.8 Improve this question edited Dec 21, 2021 at 7:36 PolyGeo ♦

  4. arcpy - Trying to use Python to copy feature datasets with many …

    Sep 27, 2022 · I'm trying to write a basic script that will take all the feature classes in every feature dataset in an enterprise geodatabase and copy to a file geodatabase. import arcpy from arcpy …

  5. 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:

  6. Adding Field Map to Append using ArcPy

    Nov 2, 2023 · I have a folder of shapefiles which I want to append to project geodatabase feature classes using ArcPy. So far, as I am testing with just a few shapefiles, the script works fine as …

  7. arcpy - make feature layer of shapefile - Geographic Information ...

    Oct 16, 2017 · With arcpy.MakeFeatureLayer_management() you just need to specify a name for your feature layer, not a path. The feature layer still points back to your original shapefile as …

  8. 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 …

  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. arcpy - Getting list of all data sources used in ArcGIS Pro project ...

    Feb 10, 2023 · Is there a way to generate (or access) a list of all data sources used in a ArcGIS Pro project? I would like to avoid going through each layer's property dialog.