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: 11 months 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
- Host: GitHub
- URL: https://github.com/settorka/global-sensor-tracker
- Owner: settorka
- Created: 2024-01-05T20:12:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T21:15:44.000Z (over 2 years ago)
- Last Synced: 2025-04-09T12:14:22.827Z (over 1 year ago)
- Language: Python
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.