Metadata-Version: 2.0
Name: cuuats.datamodel
Version: 0.1.1
Summary: A lightweight data access layer for ArcGIS
Home-page: https://cuuats.org/
Author: Matt Yoder
Author-email: myoder@ccrpc.org
License: UNKNOWN
Download-URL: https://github.com/CUUATS/cuuats.datamodel/tarball/0.1.1
Keywords: ArcGIS GIS data geodatabase
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python :: 2.7

CUUATS Data Model Documentation
===============================

Introduction
------------

CUUATS Data Model is a lightweight data access layer for ArcGIS. It provides
tools to build Python classes that can be used to interact with data stored in
geodatabase feature classes. CUUATS Data Model was originally developed to
perform quality control on field data and to transform raw measurements into
indexed values using scales.

Compatibility
-------------

CUUATS Data Model is developed and tested with ArcGIS Desktop 10.2.2.

Credits
-------

CUUATS Data Model was developed by Matt Yoder for the Champaign Urbana
Urbanized Area Transportation Study (CUUATS).

Changelog
=========

0.1.1 (2017-07-10)
------------------

* Added unicode type for coded domain values.

0.1.0 (2017-06-20)
------------------

* Initial release


