Skip to content

mtgeogeek

GIS, Python, some pretty pictures

  • About
  • Github Repo
  • @gishackerhiker
mtgeogeek

Category: Uncategorized

Hello Gist

I’ve discovered the magic of Gist embeds, and hope to share a bunch of code!

import arcpy
source ="path/to/featureclass"
srcFlds = arcpy.ListFields(source)
for field in srcFlds:
print("{0} type = {1} length = {2}".format(field.name, field.type, field.length))
view raw checkfields.py hosted with ❤ by GitHub
Author H. WidlundPosted on May 1, 2016May 5, 2016Categories Uncategorized

Recent Posts

  • West Region Data Integration Project Summary
  • Data integration – on the edge
  • Concatenate parsed fields
  • Checking for unique values in a feature class field
  • Truncating feature class fields

Recent Comments

    Archives

    • September 2016
    • June 2016
    • May 2016

    Categories

    • Code snippets
    • Data integration
    • Python
    • Uncategorized

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    • About
    • Github Repo
    • @gishackerhiker
    mtgeogeek Proudly powered by WordPress