Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/settorka/global-sensor-tracker
- Owner: settorka
- Created: 2024-01-05T20:12:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T21:15:44.000Z (10 months ago)
- Last Synced: 2024-08-02T16:52:23.925Z (3 months 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 PCThe output plot was then saved in a JPEG file as **Amediku_GROWSensorLocations_plot**.