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 »

Using ArcPy to Allow Assignment of Unique Numeric IDs for Sharing Web Layers in ArcGIS Pro

Table of Contents Introduction The Cartographic Information Model (CIM) is a map content specification for cartographic descriptions of GIS datasets and Project components in ArcGIS Pro. Essentially, it is the JSON that represents specifications for maps, scenes, layouts, layers, symbols, and styles in ArcGIS Pro. The best way to view these JSON specification is to save …

Using ArcPy to Allow Assignment of Unique Numeric IDs for Sharing Web Layers in ArcGIS Pro 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: ArcPy for Data Management and Geoprocessing with ArcGIS Pro 3.X

Table of Contents Students Enrolled Course Duration 10 Hours + Course Category ArcPy Course Level Beginner Course Price Go to course Course Introduction ArcPy is a fantastic ally for all your daily ArcGIS Pro tasks. This course will initially focus on using ArcPy for data management. Data management is often one of the most overlooked …

Course: ArcPy for Data Management and Geoprocessing with ArcGIS Pro 3.X Read More »

Course: ArcGIS Pro Definition Query Masterclass with ArcPy and Python

Table of Contents Students Enrolled Course Duration 2 Hours + Course Category ArcPy Course Level Beginner Course Price Go to course Course Introduction Unlock the power of Definition Queries in ArcGIS Pro through this comprehensive course that dives deep into the intricacies of managing and utilizing definition queries with spatial data using ArcPy and Python …

Course: ArcGIS Pro Definition Query Masterclass with ArcPy and Python 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 »

Polygon to Line (Data Management) on a Basic License with ArcPy

Table of Contents Introduction The Polygon to Line (Data Management) tool is only available in ArcGIS Pro with an Advanced license. You can check out the Esri documentation for this tool here. For now, we will omit the optional identifying neighbouring information and will revisit in the future. A little about this tool; for each input …

Polygon to Line (Data Management) on a Basic License with ArcPy Read More »