http://sjrrtm.opennrm.org/-/map/getData.php?url=http%3A//cdec.water.ca.gov/cgi-progs/queryCSV%3Fstation_id%3DRRI%26sensor_num%3D61%26dur_code%3DE%26start_date%3D2000-1-1%26end_date%3Dnow%26data_wish%3DView+CSV+Data FLOW/DISCHARGE: 2000-1-1 2015-2-12 /var/www/sjrrtm.opennrm.org/html/tmp/41ba2e70f41a5045775062be32530ce893644d0d /var/www/sjrrtm.opennrm.org/html/tmp/flow-SJG-orig 11304810 Title: "SJG.csv" 9315,PST,'FLOW, RIVER DISCHARGE (cfs)' 20000828,0830,0 20000828,0845,236 DO:2000-1-1 2001-12-31 /var/www/sjrrtm.opennrm.org/html/tmp/70bbb307b19d56e0b59dde95106ddc452bb9d587 DO:2001-12-31 20150325,2300 /var/www/sjrrtm.opennrm.org/html/tmp/caaeddf08279eff1d7174e36d891e814e78e00f4 http://sjrrtm.opennrm.org/-/map/getData.php?url=http%3A//cdec.water.ca.gov/cgi-progs/queryCSV%3Fstation_id%3DRRI%26sensor_num%3D61%26dur_code%3DE%26start_date%3D2000-1-1%26end_date%3Dnow%26data_wish%3DView+CSV+Data DO:2000-1-1 now /var/www/sjrrtm.opennrm.org/html/tmp/416286f3b0ed2fd79c6a303b95ad11f5f099a2f1 These are the current data set files: /var/www/sjrrtm.opennrm.org/html/tmp/416286f3b0ed2fd79c6a303b95ad11f5f099a2f1 /var/www/sjrrtm.opennrm.org/html/tmp/41ba2e70f41a5045775062be32530ce893644d0d //getErrors() dataArrays['data']['SJG']['61']=dataArrays['data']['RRI']['61']; dataArrays['data']['RRI']['20']=dataArrays['data']['SJG']['20']; currentGraphObject new Date(currentGraphObject['dataA'][0]['data'][0][0]) currentGraphObject['dataB'][0]['data'][0][0] dataArrays['data']['SJG']['61']['data'].substring(0, 100) dataArrays['data']['RRI']['61']['matrix'] dataArrays['data']['SJG']['20']['matrix'] 967446000000 new Date(1000018800000) currentGraphObject['data'][0]['data'][0][0] Wiki: http://caestuaries.opennrm.org/wiki/2859 1. Interval: 2000 to current 2. Type: Scatterplot: DO on Y-axis and Net Flow on X-axis. Color Blue Points. Using the same RRI avg daily minimum data for y-axis add to x-axis USGS Garwood (Net Flow Daily) 3. Plot Lines OR COLOR DOTS: 2 Objective Plot lines 5 and 6 (mg/L). Plot Line Description = Dissolved Oxygen at 6 mg/L Dissolved Oxygen at 5 mg/L 4. Caption= This chart displays the relationship between daily minimum dissolved oxygen concentrations (mg/L) measured at the Rough and Ready Island monitoring station versus net daily flow (cfs) measured at the USGS Garwood Flow Station located upstream of the DWSC. Special Instructions: coloring the dots below 3000 cfs and 5 mg/L (Orange) and below 3000 cfs and 6 mg/L (Red) for (var i = 0; i < lineChart.series[0].data.length; i++) { if (lineChart.series[0].points[i].x < 3000 && lineChart.series[0].points[i].y < 5) { lineChart.series[0].points[i].update({marker: {fillColor: "#FB5E49"}},false); } else if (lineChart.series[0].points[i].x < 3000 && lineChart.series[0].points[i].y < 6) { lineChart.series[0].points[i].update({marker: {fillColor: "#FFD200"}},false); } }