Glen Bambrick

Get Field Domain Information from ArcGIS Online with the ArcGIS API for Python

Table of Contents 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 interacting with Feature Layers, their attributes, and getting even more granular, down to their fields and data schema. Domains are an …

Get Field Domain Information from ArcGIS Online with the ArcGIS API for Python Read More »

What BaseMaps are Available for my WebMaps in ArcGIS Online using the ArcGIS API for Python?

Table of Contents 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 in ArcGIS Online. In an earlier post we will focus on the first of those – …

What BaseMaps are Available for my WebMaps in ArcGIS Online using the ArcGIS API for Python? Read More »

Add Table from Hosted Feature Service to Another in ArcGIS Online and Create a Relationship using the ArcGIS API for Python

Table of Contents Introduction Data can often be provided as a Shapefile with an accompanying file containing the attribute information, or surplus attributes to compliment those in the Shapefile, such as a CSV for example. This is the case for Census Data in Ireland, provided by the Central Statistics Office (CSO), results are available in CSV format and can be related to …

Add Table from Hosted Feature Service to Another in ArcGIS Online and Create a Relationship using the ArcGIS API for Python Read More »

Extracting from an ArcGIS Online Feature Service to a File Geodatabase

Table of Contents Introduction In this blog post we will assess the options for extracting layers and tables from an ArcGIS Online Feature Service to Feature Classes and Tables in a File Geodatabase. We will use ArcPy, the ArcGIS API for Python, and a combination of both. Here are the options we will assess: Export …

Extracting from an ArcGIS Online Feature Service to a File Geodatabase Read More »

The ArcPy Search Cursor Spatial Filter Parameter with ArcGIS Pro

Table of Contents Introduction ArcGIS Pro 3.2 added three new parameters to the Search Cursor (and Update Cursor) with ArcPy. These parameters are named spatial_filter, spatial_relationship, and search_order. Here, we will discuss the first two. The search_order parameter can only be used with an enterprise geodatabase. As of ArcGIS Pro 3.2 the Search Cursor syntax …

The ArcPy Search Cursor Spatial Filter Parameter with ArcGIS Pro Read More »

Create a WebMap in ArcGIS Online with the ArcGIS API for Python

Table of Contents 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 in ArcGIS Online. In this post we will focus on the first of those – creating! …

Create a WebMap in ArcGIS Online with the ArcGIS API for Python Read More »