Post Tagged with: "Python"

Troubleshooting a Raspberry Pi Sensor Gone Awry

A couple years ago, I built a weather station using a network of Raspberry Pi’s. It obtained data from Weather Underground and the National Weather Service. Last spring, I finally added temperature, humidity, and barometric pressure sensors to the weather station. I have plans to add rain and wind sensors […]

Read More

Tutorial: Basic GIS Functionalities Using Pure Python

Did you know that you can do simple GIS operations and analysis using nothing but Python? Python’s very popular matplotlib library has mapping capabilities built into it. It’s certainly not a substitute for a true GIS application such as ESRI ArcGIS. However, if all you need is that basics, it […]

Read More