Metadata-Version: 1.1
Name: cuuats.datamodel
Version: 0.2.0
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.2.0
Description: 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). The many-to-many field was
        developed by Edmond Lai.
        
        Changelog
        =========
        
        0.2.0 (2018-06-07)
        ------------------
        
        * Added ManyToManyField.
        
        0.1.1 (2017-08-10)
        ------------------
        
        * Added unicode type for coded domain values.
        
        0.1.0 (2017-06-20)
        ------------------
        
        * Initial release
        
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
