Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/settorka/global-sensor-tracker

Sensor locations were plotted on an OpenStreet map of the UK using a pair of longitudes and latitudes from the provided CSV
https://github.com/settorka/global-sensor-tracker

Last synced: 9 days ago
JSON representation

Sensor locations were plotted on an OpenStreet map of the UK using a pair of longitudes and latitudes from the provided CSV

Awesome Lists containing this project

README

        

# growLocationsAssignment
Sensor locations were plotted on an OpenStreet map of the UK using a pair of longitudes and latitudes from the provided CSV. The program reads the dataset into a dataframe and plots the locations of the sensors on the map provided. It also reads the Openstreet UK Map PNG file.

The Python libaries used include matplotlib (pyplot), numpy and pandas. These can be installed from requirements.txt via terminal using
**pip install -r requirements.txt**. use this if the libraries are not installed on your PC

The output plot was then saved in a JPEG file as **Amediku_GROWSensorLocations_plot**.