greengraph

Greengraph function

https://github.com/telthor/greengraph

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 (5.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Greengraph function

Basic Info
  • Host: GitHub
  • Owner: Telthor
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 137 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • 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

Greengraph is a software library that allows a user to calculate the proportion of green between two specified geographical locations using satellite imagery.

Installation

The library is installed by cloning the GitHub repository onto your computer, navigating to the setup.pyfile and running (sudo) python setup.py install

Usage

The software can be run from the command line by running: greengraph -b 'Start' -t 'End' -s 'Number of steps' -o 'out.png'

Owner

  • Name: David Wise
  • Login: Telthor
  • Kind: user

Citation (Citation.md)

#Citation

The core programming of this library is taken from UCL's Research Software Engineering with Python course http://development.rc.ucl.ac.uk/training/engineering.
I have created tests that check the functionality of this core programming and packaged it for release. Anyone wishing to use the code may do so according to the included License, please use the citation:

D. Wise, Greengraph, (2016), GitHub repository, https://github.com/Telthor/Greengraph

GitHub Events

Total
Last Year

Dependencies

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