-
Based on ODM2 Vocabulary Repository for Result Types, I don't see anything with `Categorical`, but python api is using it. The closest thing I see is [`Category observation`](http://vocabulary.odm2.or…
-
On our ODM2 conference call today we discussed the huge benefits of creating UML diagrams directly from the API code that Jeff's group has been working on. Here are links to a few approaches to do th…
-
I tried to create the database schema for sqlite and postgresql using sqlalchemy data model (models.py). My code is below:
import sys
sys.path.append('ODM2PythonAPI')
from sqlalchemy import create_en…
-
*Posted by @Elijahwalkerwest originally on the ODM2 repo ([here](https://github.com/ODM2/ODM2/issues/143)). Reposted here b/c it's where it belongs, as it's about ODM2 REST API.*
When querying vari…
-
Results are important enough to have a UUID, along with SamplingFeatures and Datasets. However, unlike those two, there is no easy-to-read ResultsCode!
The need for a ResultsCode has come up freque…
-
I was trying to config the project myself by following the *Python 2.7* section of the guide.
I've done:
1. Install Python 2.7 and all the packages needed from the Ubuntu Repository.
2. Create a …
-
I've created a first working version of a Python script to post-process the PostgreSQL SQL DDL file output by DbWrench: https://github.com/UCHIC/ODM2/blob/master/src/blank_schema_scripts/postgresql/D…
-
-
Given that we designed ODM2 Sites and Specimens to be subclasses of the Sampling Feature class with 1:1 relationships in all relational database implementations (see [ODM2SamplingFeatures diagram](htt…
-
I'm pasting in a closed thread into GitHub to archive our decisions and why.
On Thu, Oct 24, 2013 at 4:42 PM, Emilio Mayorga mayorga@apl.washington.edu wrote:
Now that Jeff has a SQL Server instance…