mphysg001_cw1
Greengraph package assignment for UCL MPHYSG001
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Repository
Greengraph package assignment for UCL MPHYSG001
Basic Info
- Host: GitHub
- Owner: padraic-padraic
- License: gpl-2.0
- Language: Python
- Default Branch: master
- Size: 129 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Greengraph Package: Assessment for PHYSGQ01 
Greengraph is a package that allows you to calculate the amount of green space between two places.
This package provides two classes
greengraph.MapThis package takes a latitute/longitude pair, fetches a google map for the area and calculate the number of green pixels present.greengraph.GreengraphThis package takes a pair of start and end locations, in plain text or coordinates, and uses the Map class to calculate the amount of green at each step between the two points.
The package also provides a command line interface, greengraph, installed alongside the module by python setup.py install.
``` usage: greengraph [-h] -t START -f END [-o FNAME] [--save-maps] [-s STEPS]
A tool for calculating the amount of green between two places.
optional arguments: -h, --help show this help message and exit -t START, --to START Starting location -f END, --from END Ending location -o FNAME, --out FNAME Output filename --save-maps Save the amount of green at each step -s STEPS, --steps STEPS Number of steps ```
Owner
- Name: Padraic Calpin
- Login: padraic-padraic
- Kind: user
- Website: padraic.xyz
- Twitter: padraic_padraic
- Repositories: 39
- Profile: https://github.com/padraic-padraic
Dork, Backend Engineer at Zensor, and quantum computing PhD. Personal projects moved to https://code.padraic.xyz
Citation (CITATION)
To cite greengraph in publications, please use:
P. Calpin, GreenGraph, (2016), GitHub repository, https://github.com/padraic-padraic/MPHYSG001_CW1
A BibTeX entry for LaTeX users is
@misc{Calpin2016,
author = {Calpin, P.},
title = {GreenGraph},
year = {2016},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/padraic-padraic/MPHYSG001_CW1}},
}
GitHub Events
Total
Last Year
Dependencies
- geopy *
- matplotlib *
- numpy *
- requests *