ExplorusDataSolutions / OGC-CHISP

OGC Climatology-Hydrology Information Sharing Pilot - This use case focuses on exchanging cross-border hydrologic data (stream flow and groundwater levels) with a unified alert service. Stream/river gauge and groundwater well locations are associated with a river network that in turn is associated with a set of basins (watersheds) (For the purposes of this Pilot, a simple geometric buffer will be used to identify gauge and well locations rather than catchments). For any well or stream gauge location, a web service provides access to the gauge and well information on all upstream stream segments or in all contributing basins. An event service provides subscribers a notification if any upstream streamflow or well water level reaches or exceeds a user-defined threshold. Selected river basins cross the U.S./Canada border. Data providers include state, provincial, and federal agencies. Based on sensor events, a flood is determined to be imminent and alerts are sent to the authorities in the affected areas.
http://chisp.explorus.org/
0 stars 0 forks source link

display subscription params in table #45

Open whyvez opened 11 years ago

whyvez commented 11 years ago

Sent email to GIS-FCU to send values bac from subscribe endpoint.

whyvez commented 11 years ago

these be coming back at you on a subscribe :

// return sample of subscribing with a station ID

[

{"email":"user1@test.com","swLevelThreshold":11.5,"swFlowThreshold":10.5,"frequency":15,"stationID":"ca.gc.ec.station.05NB007", "status": "Pending", "poiID": 58},

{"email":"user1@test.com","swLevelThreshold":13,"swFlowThreshold":13,"frequency":20,"stationID":"05116000", "status": "Pending", "poiID": 59}

]
mlhch commented 11 years ago

Hi Yves,

Main updates:

see http://ogc-chisp-env-egseatsx3u.elasticbeanstalk.com/map

The "update" API still doesn't work...

whyvez commented 11 years ago

can you clear the inputs after each subscriptions? To reproduce: create one subscription and then another. For the second subscription the form inputs will have preserved the values from the first subscription.

mlhch commented 11 years ago

Hi Yves, it is done with some other improvements. see http://ogc-chisp-env-egseatsx3u.elasticbeanstalk.com/map, thanks.