ArcGIS API for Python

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 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 for […]

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

How to check if an ArcGIS Online Feature Service is a View Layer with the ArcGIS API for Python

How to check if an ArcGIS Online Feature Service is a View Layer with the ArcGIS API for Python

Table of Contents The Video Introduction I was recently doing an ArcGIS Online audit for an organisation and needed to know whether a Feature Service was a View Service or the main Hosted Feature Service. When performing a search() with the ContentManager using the ArcGIS API for Python all Feature Services were returned with no

How to check if an ArcGIS Online Feature Service is a View Layer with the ArcGIS API for Python Read More »

Get your ArcGIS Online Feature Layer OID Field Name with the ArcGIS API for Python

Get your ArcGIS Online Feature Layer OID Field Name with the ArcGIS API for Python

Table of Contents The Video Introduction The OID field for your feature layer in ArcGIS Online might be called OBJECTID, it could also be OID, FID, or any other name that you have given it. This can make it difficult to create a script to process data that may not have a standard OID field

Get your ArcGIS Online Feature Layer OID Field Name with the ArcGIS API for Python Read More »

Download an Available Survey123 Form from ArcGIS Online and Replicate in Survey123 Connect with the ArcGIS API for Python

Download an Available Survey123 Form from ArcGIS Online using the ArcGIS API for Python and Replicate in Survey123 Connect

Table of Contents The Video Introduction Quite a simple but powerful workflow. Here, we are going to access an available Form item in ArcGIS Online that is publicly available and download the Survey123 package where we can then open up the Excel file to see how the same Form can be generated using Survey123 Connect.

Download an Available Survey123 Form from ArcGIS Online using the ArcGIS API for Python and Replicate in Survey123 Connect Read More »

ArcGIS Online Feature Layer Feature Count with the ArcGIS API for Python

ArcGIS Online Feature Layer Feature Count with the ArcGIS API for Python

Table of Contents The Video Introduction Want to know how many features are in your ArcGIS Online Feature Layer while performing a workflow with the ArcGIS API for Python?  arcgis modules The API provides access to your organisations ArcGIS Online via the GIS class in the gis module. This GIS class is the gateway to ArcGIS Online. We

ArcGIS Online Feature Layer Feature Count with the ArcGIS API for Python Read More »

Backup and Restore an ArcGIS Online Dashboard using the ArcGIS API for Python

Backup and Restore an ArcGIS Online Dashboard using the ArcGIS API for Python

Table of Contents The Video 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, updating and extracting components of ArcGIS Online such as Dashboards. In this blog post we will focus

Backup and Restore an ArcGIS Online Dashboard using the ArcGIS API for Python Read More »

Backup ArcGIS Online WebMap Configurations using the ArcGIS API for Python

Backup ArcGIS Online WebMap Configurations using the ArcGIS API for Python

Table of Contents The Video 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, updating and extracting components of ArcGIS Online such as WebMaps. In this blog post we will focus

Backup ArcGIS Online WebMap Configurations using the ArcGIS API for Python Read More »

Restore an ArcGIS Online WebMap from Configuration Files using the ArcGIS API for Python

Restore an ArcGIS Online WebMap from Configuration Files using the ArcGIS API for Python

Table of Contents The Video 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, updating and extracting components of ArcGIS Online such as WebMaps. In this blog post we will focus

Restore an ArcGIS Online WebMap from Configuration Files using the ArcGIS API for Python Read More »

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python

Table of Contents Video 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 take a Feature

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python Read More »

SubtypeGroupTable Issue ArcGIS Online WebMaps with the ArcGIS API for Python 2.4.0

SubtypeGroupTable Issue with ArcGIS Online WebMap using the ArcGIS API for Python version 2.4.0

Table of Contents Video Introduction The ArcGIS API for Python version 2.4.0 came in at ArcGIS pro 3.4 and there were some sweeping changes. Most notably, the removal of the WebMap class for the Map class. The way we interact with the WebMap changed significantly. In order to add or remove layers/tables from the WebMap

SubtypeGroupTable Issue with ArcGIS Online WebMap using the ArcGIS API for Python version 2.4.0 Read More »