kgalliher / arcgis-pythonapi

Helper functions for simplifying parcel fabric workflows with the ArcGIS Python API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parcel Fabric Python API Utils

Helper functions for simplifying parcel fabric workflows with the ArcGIS Python API

Install arcgis module

conda install -c esri arcgis

Install pyparcels

pip install pyparcels

Utils

  • Basic functions to write json to a file, get a server token and a simple timer decorator

Features

features/feature_utils

  • Functions for getting and querying FeatureLayer and FeatureLayerCollection objects.
  • Simplifies and shortens return values for basic feature layer info.

Versioning

versioning/versioning_utils

  • Functions for creating and deleting versions.
  • Start and stop edit sessions for branch versioned editing.

Parcels

parcels/parcels_utils

  • Functions to query parcel features
  • Returns dicts with correct format for submission to Parcel Fabric REST methods.
  • Create parcel records for record driven workflows.
  • Copy external line features into a parcel type.

About

Helper functions for simplifying parcel fabric workflows with the ArcGIS Python API

License:MIT License


Languages

Language:Python 100.0%