Metadata-Version: 2.0
Name: YODA-Tools
Version: 0.2.0a0
Summary: Tools to validate and manage YODA files
Home-page: UNKNOWN
Author: Stephanie Reeder
Author-email: stephanie.reeder@usu.edu
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy
Requires-Dist: odm2api
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: wxpython (==3.0.0.0)
Requires-Dist: xlrd

YODA-Tools
==========

[![Build Status](https://travis-ci.org/ODM2/YODA-Tools.svg?branch=master)](https://travis-ci.org/ODM2/YODA-Tools) [![Build status](https://ci.appveyor.com/api/projects/status/d7b4wepbl12smtbr?svg=true)](https://ci.appveyor.com/project/odm2bot/yoda-tools)


This repository contains tools for validating and managing
[YODA files](https://github.com/ODM2/YODA-File).
YODA is short for "YAML Observations Data Archive" and is a file-based implementation of Version 2 of the CUAHSI Observations Data Model (ODM2).
YODA files are encoded using YAML.

YODA files can be generated by exporting data from a set of Microsoft Excel data templates or by exporting data directly from an operational instance of ODM2. 


### Credits

This work was supported by National Science Foundation Grants
[EAR-1224638](http://www.nsf.gov/awardsearch/showAward?AWD_ID=1224638)
and
[ACI-1339834](http://www.nsf.gov/awardsearch/showAward?AWD_ID=1339834).
Any opinions, findings,
and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.


