About 1,610,000 results
Open links in new tab
  1. How to use geometry.distance in Python API - Esri Community

    Apr 9, 2019 · I am trying to measure the distance between two points using the arcgis.geometry.distance function. However, I get this error: RuntimeError : Unable to complete operation.

  2. Setting Linear Units or Field as the input paramet ... - Esri …

    Jun 20, 2023 · I am creating a python tool and am trying to create a similar parameter to the input in the Buffer Tool for Distance [value or field]. I would like a drop down that has the options for Linear Unit or Field.

  3. Summarize Within (Analysis)—ArcGIS Pro | Documentation - Esri

    Using the Summarize Within tool, you can summarize features within existing polygons. Using the Summarize Nearby tool, you can generate areas around points, lines, or polygons, and summarize features within those derived areas.

  4. Near (Analysis)—ArcGIS Pro | Documentation - Esri

    You can set a unit of measurement for the NEAR_DIST field—such as meters, kilometers, or miles—using the Distance Unit parameter.

  5. Buffer (Analysis)—ArcGIS Pro | Documentation - Esri

    Creates buffer polygons around input features to a specified distance. Alternate tools are available for buffer operations. See the Pairwise Buffer and Graphic Buffer tool documentation for details. As described in How Buffer works, an important feature of the Buffer tool is the Method parameter, which specifies how buffers will be constructed.

  6. Solved: Create points with uniform distance - Esri Community

    Feb 11, 2022 · If your lines need to be 400 meters apart, use the copy parallel function to get that distance right. Then use the densify too to create vertices every 400 meters along the lines. Then use the feature vertices to points tool to create your points.

  7. arcgis desktop - How to specify units when using …

    Dec 19, 2013 · Here is a screenshot of the quick help for how to set up the SelectLayerbyLocation_management tool. I highlighted the section where it discusses the search distance. If you look, the following syntax is shown: search_distance {Linear unit}:. What this means is that you can enter the search distance as a number.

  8. Step-by-Step Guide to Buffer Analysis in ArcGIS Pro

    Sep 9, 2024 · How do I buffer features by distance units other than the map units in ArcGIS Pro? – The “Buffer” tool allows you to specify the buffer distance units (e.g., meters, kilometres, miles, feet) independently of the map’s coordinate system units. This flexibility allows you to work with different units as needed.

  9. Create buffers with a specific unit of measurement - Esri Support

    Aug 24, 2023 · In ArcGIS Pro, when creating a buffer for a feature layer using the numerical values of a field, the buffer distance's unit is referred to the feature layer's spatial reference unit. The image below shows the linear unit of the Point_sampledata layer as US Survey Feet.

  10. Using Geometry.distance_to () in ArcGIS API for Python

    Oct 14, 2019 · I'm calculating distances between points in arcpy or ArcGIS API for Python, and am probably doing something wrong. Hopefully, someone can show me what. Take this as an interactive session with ArcGIS Pro's Python interpreter. I'm starting with: p1.distance_to(p2) # 1.4142135623...

Refresh