SODA is a set of PHP classes that work together to view and upload data online. This module was initially intended to manage scientific data, but can generalized to managing temporal data.
Writing this API has been helpful in designing the interface to SODA. Attempts are made to encapsulate the functionality and variables properly within these classes, and to use good object oriented design. But the module's use (how it runs) will help develop this interface further, and might break the theoretical model into one that is better for applied work. For this reason, these classes should be considered somewhat volatile, and still in strongly in the Alpha state.

