Castronova / EMIT

Environmental Model Integration Project (EMIT)
GNU General Public License v2.0
0 stars 2 forks source link

Interface with ODM1 #224

Closed Castronova closed 8 years ago

Castronova commented 9 years ago

Add support for ODM1 databases so that we can access iUTAH data

Castronova commented 9 years ago

This will be done via web services. Here are a few tasks that are necessary:

  1. Get web/ipaddress for the iUTAH GAMUT databases (Red Butte, Logan, Weber)
  2. Add these connection info to the settings or database file
  3. New class to query data from these databases via webservices 3.1 Use WaterOneFlow web services (SOAP or REST) 3.2. The functions you write should return the same info as the dbapi calls to the postgres/mysql/sqlite databases
  4. Populate these data in the TimeSeries notebook tab just like we are doing for the ODM2 databases.