If we had this in our rivers prior to the recent Chennai floods, several lives and property could have been saved.
GaugeMap: Thousands of river gauges, each with a Twitter account
11–20 of 33 posts
Re: GaugeMap: Thousands of river gauges, each with a Twitter account
#12I made a similar map (though much less pretty) for the US a few years ago: http://whitewatermap.com
Re: GaugeMap: Thousands of river gauges, each with a Twitter account
#13I made a similar map (though much less pretty) for the US a few years ago: http://whitewatermap.com
Re: GaugeMap: Thousands of river gauges, each with a Twitter account
#14Re: GaugeMap: Thousands of river gauges, each with a Twitter account
#15I made a similar map (though much less pretty) for the US a few years ago: http://whitewatermap.com
http://wwos-bitmason.rhcloud.com/
Some discussion of the app and parsing the USGS data for those interested:
https://blog.openshift.com/use-openshift-to-map-river-levels...
http://bitmason.blogspot.com/2013/11/over-summer-i-wrote-pos...
Re: GaugeMap: Thousands of river gauges, each with a Twitter account
#16Just out of curiosity, what's the probability that Twitter would shut down these river gauge accounts because they're not people? Does Twitter have a history of leaving projects like this alone?
Re: GaugeMap: Thousands of river gauges, each with a Twitter account
#17This is amazing! I've wanted to do some "citizen science" project in waterways around me. For instance, building cheap sensors that detect temperature/water level/salinity/particulates/etc that are so cheap as to be basically disposable. The sensor itself could probably be made for less than $10 these days using various arduino modules, but I'm stuck on how to have the sensors communicate back to a "base station" to…
I'm looking at something similar at the moment, but in agricultural areas where line-of-sight is inhibited only by foliage and terrain. For my purpose, it's OK to collect an SD card every so often, but I've toyed with the idea of an ESP8266 and a directional antenna to e.g. a mobile broadband router, probably again with an antenna upgrade. Earlier today, I found [1] which - amongst other things which you might be int…
I just needed to get the correct keywords to google and came across:
http://postscapes.com/cellular-internet-of-things-developmen...
The dataplan on some look very reasonable, like $1/MB/Month, but the hardware itself seems cost prohibitive.
I mean, the Dash costs $59 or the Electron at $39 just for the board to send over 2G? You can get a disposable cellphone for I guess I'll just need to wait another year or two until economies of scale kicks in...
Re: GaugeMap: Thousands of river gauges, each with a Twitter account
#18This is amazing! I've wanted to do some "citizen science" project in waterways around me. For instance, building cheap sensors that detect temperature/water level/salinity/particulates/etc that are so cheap as to be basically disposable. The sensor itself could probably be made for less than $10 these days using various arduino modules, but I'm stuck on how to have the sensors communicate back to a "base station" to…
There are cellular network providers that specialise in IoT applications, where you pay monthly per device and data transferred. This is the first one from a search for "IoT Cellular": http://www.aeris.com/technology/aerconnect/ Particle run their own, but by the looks of it you have to use their Electron hardware: https://www.particle.io/cellular If you could get people to install an app on their phone, you could us…
Windows 10 IoT OS is available too, which is built for something like this.
https://www.microsoft.com/en-us/WindowsForBusiness/windows-i...
Re: GaugeMap: Thousands of river gauges, each with a Twitter account
#19This is amazing! I've wanted to do some "citizen science" project in waterways around me. For instance, building cheap sensors that detect temperature/water level/salinity/particulates/etc that are so cheap as to be basically disposable. The sensor itself could probably be made for less than $10 these days using various arduino modules, but I'm stuck on how to have the sensors communicate back to a "base station" to…
Some of these use cellular service. There are special low-data-rate M2M plans for this. AT&T charges $3.33 a month for 1MB/month if you pay by the year. If you have a protocol that doesn't bloat its data traffic by using HTTP, HTTPS, XML, JSON, and other data hogs to send a few bytes of payload, this works out well.
There's something new called LoRa.[1] This is a standard for low-bandwidth wireless network devices with a claimed 10 mile range. Data rates range from 300 bps to 50 kbps. They run in the 900MHz ISM band, so they have good building and foliage penetration, although the range then drops to a claimed 2-3 miles. Units start around $56 on Digi-Key. There are Internet gateways available, so that many of the little cards can be connected to the wider world.