-
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…
-
Pushed to github pages:
http://uchic.github.io/ODM2/uml/index.htm?goto=2:25
Added links to Documentation in the master branch
-
-
This is a very often requested enhancement, recently requested again by Dave Arscott.
Here are some emails on the topic from Friday, 9/15:
From Anthony
> Dave, thanks for the nudge to Azavea to…
-
YODA and the Excel format are both unfriendly to large datasets, Excel because of row limits, and Yoda because it appears to require loading the entire dataset into memory before being able to generat…
-
When I connect to db using pgAdmin get message:
"The database odm2_db is created to store data using the SQL_ASCII encoding. This encoding is defined for 7 bit characters only; the meaning of charact…
-
4/25/2019
Project work session with Christina and Jezra.
Agreements:
All will start on drafting paper sections. ([see Google doc](https://docs.google.com/document/d/1bIYZQeTligGD8Q-g86q8fLblKfE6…
-
In no particular order. We can open new issues as needed, as we start addressing these.
### NOT DONE YET, OR IN PROGRESS
- Overhaul documentation, coalesce into single, structured documentation
…
-
I think once ODM2REST is released, ODM2-Admin should use ODM2REST for it's mapping interface backend? This will allow practical, production testing for ODM2REST and enhance the mapping capability. Wha…
-
I have already utilized eager loading for the SQLALchemy query in the endpoint, but due to the nature of the data needed to be gathered, the current structure is incredibly slow as more Samplingfeatur…