https://github.com/marksgraham/greengraphcoursework
For the software development for research course
https://github.com/marksgraham/greengraphcoursework
Last synced: over 1 year ago
JSON representation
For the software development for research course
- Host: GitHub
- URL: https://github.com/marksgraham/greengraphcoursework
- Owner: marksgraham
- Created: 2014-11-02T15:39:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T14:16:33.000Z (over 11 years ago)
- Last Synced: 2025-01-22T15:36:27.546Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Greengraph
====================
For the software development for research course.
The code graphs the change in greenery along a straght line between two supplied points, using satellite imagery from google maps, and saves the graph in a png.
##Usage:
To plot changing greenery from London to Cambridge":
``` ggraph -s London -e Cambridge ```
##Installation
Run:
```sudo pip install git+https://github.com/markgraham539/GreengraphCoursework```