Glen Bambrick

Count Feature Attachments with ArcPy | Python for ArcGIS Pro

Count Feature Attachments with ArcPy | Python for ArcGIS Pro

Table of Contents The Video Subscribe Introduction Learn the easiest way to count feature attachments in ArcGIS Pro using ArcPy. In this practical Python tutorial, you’ll use the Calculate Field geoprocessing tool and an Arcade expression to automatically count the number of attachments for every feature or record. Import ArcPy As we are creating a […]

Count Feature Attachments with ArcPy | Python for ArcGIS Pro Read More »

Count Points in Polygons with ArcPy

Count Points in Polygons with ArcPy & Arcade | Python for ArcGIS Pro

Table of Contents The Video Subscribe Introduction Learn how to count points within polygons in ArcGIS Pro using a custom ArcPy script tool and a single geoprocessing tool. In this practical Python tutorial, you’ll use Calculate Field and an Arcade expression to count intersecting points and write the results directly to a polygon attribute field.

Count Points in Polygons with ArcPy & Arcade | Python for ArcGIS Pro Read More »

Essential ArcGIS Online WebMap Layer Labeling with the ArcGIS API for Python

Essential ArcGIS Online WebMap Layer Labeling with the ArcGIS API for Python

Table of Contents The Video Subscribe Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps and feature layers in ArcGIS Online. In this post we will focus on

Essential ArcGIS Online WebMap Layer Labeling with the ArcGIS API for Python Read More »

Fixing the Insert Layer Issue for an Existing Feature Service with the ArcGIS API for Python

Fixing the Insert Layer Issue for an Existing Feature Service with the ArcGIS API for Python

Table of Contents The Video Subscribe Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating Feature Services and Feature Layers in ArcGIS Online. The Feature Layer Collection insert_layer() method

Fixing the Insert Layer Issue for an Existing Feature Service with the ArcGIS API for Python Read More »

Are you scripting against ArcGIS Online or Portal with the ArcGIS API for Python?

Are you scripting against ArcGIS Online or Portal with the ArcGIS API for Python?

Table of Contents The Video Subscribe Introduction Are you scripting against ArcGIS Online or ArcGIS Enterprise Portal? In the video above, you will learn how to programmatically detect whether your ArcGIS API for Python script is running against Portal or ArcGIS Online and why this distinction matters for real-world GIS automation. arcgis modules The API

Are you scripting against ArcGIS Online or Portal with the ArcGIS API for Python? Read More »

Truncate a Feature Layer in ArcGIS Online with the ArcGIS API for Python

Truncate a Feature Layer in ArcGIS Online with the ArcGIS API for Python

Table of Contents The Video Subscribe Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating Feature Services and Feature Layers in ArcGIS Online. In this post we will truncate

Truncate a Feature Layer in ArcGIS Online with the ArcGIS API for Python Read More »

Create Rectangle Buffers in ArcGIS Pro Using ArcPy

Create Rectangle Buffers for Point Features in ArcGIS Pro Using ArcPy

Table of Contents The Video Subscribe Introduction Asked on Reddit.  “I need to create a box around a point feature that is 66 ft wide and 50 ft tall. Is there a way to create a buffer that is customized between height and width? Or maybe another geoprocessing tool to help create this??” Import ArcPy

Create Rectangle Buffers for Point Features in ArcGIS Pro Using ArcPy Read More »

Convert ArcGIS Online Epoch Time to DD/MM/YYYY or other format using the ArcGIS API for Python

Convert ArcGIS Online Epoch Time to DD/MM/YYYY or other format using the ArcGIS API for Python

Table of Contents The Video Subscribe Introduction Learn how to convert ArcGIS Online epoch timestamps into readable date formats (DD/MM/YYYY) using the ArcGIS API for Python and Python’s built-in datetime module. Below is a step-by-step guide how to access item properties from ArcGIS Online, extract epoch values, and format them into clean, human-readable dates. Perfect

Convert ArcGIS Online Epoch Time to DD/MM/YYYY or other format using the ArcGIS API for Python Read More »