-
Notifications
You must be signed in to change notification settings - Fork 4
WaterOneFlow Web Services
The WaterOneFlow Web Services were created for publishing on the Internet hydrologic observations stored in an ODM database that is hosted on a HydroServer. Each ODM database requires a separate WaterOneFlow Web Service to publish its contents. The WaterOneFlow services respond to user requests for data by querying the underlying ODM database and then translating the results of the query into WaterML format. The data is then communicated back to the user over the Internet using WaterML. The WaterOneFlow services consist of a standard set of data discovery and data delivery methods (e.g., GetSites, GetVariables, GetSiteInfo, GetVariableInfo, GetValues) that can be used by computer programmers and a variety of client software program to access hydrologic observations stored in an ODM database over the Internet.
A PHP version of the WaterOneFlow web services for publishing the contents of a MySQL ODM database on the Internet in WaterML format. This component can run on any Linux or Windows server with PHP and MySQL support.