ArcGIS API for Python

Turn a Group Layer from a WebMap in ArcGIS Online into a Group Layer Item 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 and feature layers in ArcGIS Online. In this post we will focus on extracting a Group …

Turn a Group Layer from a WebMap in ArcGIS Online into a Group Layer Item using the ArcGIS API for Python Read More »

Enable and set Feature Layer search capabilities in an ArcGIS Online WebMap using the ArcGIS API for Python blog post

Enable and set Feature Layer search capabilities in an ArcGIS Online WebMap 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 components of ArcGIS Online such as WebMap functionality. In this post we will focus on adding Feature …

Enable and set Feature Layer search capabilities in an ArcGIS Online WebMap using the ArcGIS API for Python Read More »

Add Google Street View Link to a Popup 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 components of ArcGIS Online such as WebMap layers. In this post we will focus on manipulating the …

Add Google Street View Link to a Popup in ArcGIS Online with the ArcGIS API for Python Read More »

ArcGIS API for Python – WebMap Object versus Item Object

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 and feature layers in ArcGIS Online. In this post we focus on the difference between an …

ArcGIS API for Python – WebMap Object versus Item Object Read More »

Course: ArcGIS Online Content Management with the ArcGIS API for Python

Table of Contents Students Enrolled Course Duration 7.5 Hours + Course Category ArcGIS API for Python Course Level Beginner – Intermediate Course Price Go to course Course 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 …

Course: ArcGIS Online Content Management with the ArcGIS API for Python Read More »

List All ArcGIS Online Groups an Item is Shared with 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 administering content in ArcGIS Online. Groups play a vital role with how content is shared within an Organisation. …

List All ArcGIS Online Groups an Item is Shared with using the ArcGIS API for Python Read More »

The ItemProperties Class with the ArcGIS API for Python for ArcGIS Online or Portal

Table of Contents Introduction The ArcGIS API for Python as of version 2.1.0.3 added Dataclasses for adding and updating items. These were ItemProperties, CreateServiceParameter, SpatialFilter, and ViewLayerDefParameter. In this post we will assess the ItemProperties class. The item_properties dictionary The usual way to use item properties is to create a dictionary of key-value pairs. add() …

The ItemProperties Class with the ArcGIS API for Python for ArcGIS Online or Portal Read More »

Ungroup ArcGIS Online WebMap Layers from a Group Layer 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 and feature layers in ArcGIS Online. In this post we will focus on updating a webmap …

Ungroup ArcGIS Online WebMap Layers from a Group Layer using the ArcGIS API for Python Read More »

Ungroup a Single ArcGIS Online WebMap Layer from a Group Layer 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 and feature layers in ArcGIS Online. In this post we will focus on removing a single …

Ungroup a Single ArcGIS Online WebMap Layer from a Group Layer using the ArcGIS API for Python Read More »

Group ArcGIS Online WebMap Layers 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 and feature layers in ArcGIS Online. In this post we will focus on updating a webmap …

Group ArcGIS Online WebMap Layers using the ArcGIS API for Python Read More »