About 50 results
Open links in new tab
  1. 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 …

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

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

  4. Setting up Python/ArcPy with ArcGIS Pro and Visual Studio?

    In fact I don't think it's seeing Python 3 at all (switching to Python 2.7 still works) Broken link to arcpy: Unable to Select Python 3: As I read that ArcGIS Pro 1.3 uses Anaconda I tried installing that, but it …

  5. Adding new MapFrame to Existing Layout using arcpy and ArcGIS Pro

    Apr 29, 2022 · I am attempting to add a new MapFrame to an existing Layout Object in an ArcGIS Pro Project; import arcpy aprx = arcpy.mp.ArcGISProject ("CURRENT") layout = aprx.listLayouts …

  6. arcpy - Selecting features by attribute if in Python list? - Geographic ...

    I am trying to complete a select by attribute in Python but based on the query of whether an attribute is present in a list. Such a query at its simplest should be something like this: qry = " \\"

  7. Copying feature class and retaining selected fields using ArcPy

    I've got a featureclass (fc) that I want to copy, but only retaining a selected number of fields, let's say field 9, 11, and 12 from the total of 15 fields. I want to use arcpy and suspect that

  8. Using ArcPy to copy layer in ArcMap TOC, rename copy, and paste …

    How do I make a copy of a layer in the ArcMap TOC (passed to my script as a Feature Layer), assign the copy a new name, set a definition query on it, and then add the copied Feature Layer back into...

  9. Changing Symbology of Multiple Layers using ArcMap/ArcPy?

    May 20, 2016 · Is there a way to change symbology for multiple layers in ArcMap or ArcCatalog. I want to change the symbology of multiple layers at once.

  10. Clearing Selected Features in ArcMap using ArcPy

    Clearing Selected Features in ArcMap using ArcPy Ask Question Asked 13 years, 7 months ago Modified 3 years, 3 months ago