ODM2 / WOFpy

A server-side implementation of CUAHSI's Water One Flow service stack in Python.
http://odm2.github.io/WOFpy/
9 stars 9 forks source link

Update dao and WOF models for odm2timeseries #126

Closed lsetiawan closed 7 years ago

lsetiawan commented 7 years ago

This updates the odm2timeseries DAO and WOF model definitions to work with Postgresql in addition to MySQL and SQLite. Improvements are needed, definitely not perfect, but currently it works.

emiliom commented 7 years ago

For reference/clarity, this PR doesn't just address RDBMS differences, per se. It also addresses inappropriate, limiting assumptions we found in the odm2 timeseries DAO, due to testing having been largely limited to the conventions found in the sample Little Bear River ODM2 database.

Addresses #102 and #116

lsetiawan commented 7 years ago

@emiliom Great! Thanks.