mphysg001_cw1

Greengraph package assignment for UCL MPHYSG001

https://github.com/padraic-padraic/mphysg001_cw1

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
Last synced: 10 months ago · JSON representation ·

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
Created over 10 years ago · Last pushed over 10 years ago
Metadata Files
Readme License Citation

README.md

 Greengraph Package: Assessment for PHYSGQ01 Build Status

Greengraph is a package that allows you to calculate the amount of green space between two places.

This package provides two classes

  1. greengraph.Map This package takes a latitute/longitude pair, fetches a google map for the area and calculate the number of green pixels present.
  2. greengraph.Greengraph This 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

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

setup.py pypi
  • geopy *
  • matplotlib *
  • numpy *
  • requests *