Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francbartoli/wapor
https://github.com/francbartoli/wapor
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/francbartoli/wapor
- Owner: francbartoli
- Created: 2018-06-02T11:31:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T21:37:09.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T16:38:06.394Z (about 1 month ago)
- Language: Python
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
Awesome Lists containing this project
README
=========
wapor
=========.. image:: https://img.shields.io/pypi/v/wapor.svg
:target: https://pypi.python.org/pypi/wapor.. image:: https://img.shields.io/travis/francbartoli/wapor.svg
:target: https://travis-ci.org/francbartoli/wapor.. image:: https://readthedocs.org/projects/gee-pheno/badge/?version=latest
:target: https://gee-pheno.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://pyup.io/repos/github/francbartoli/wapor/shield.svg
:target: https://pyup.io/repos/github/francbartoli/wapor/
:alt: UpdatesWAPOR
* Free software: GPLv3 license
* Documentation: https://wapor.readthedocs.io.Features
--------* Calculate the following products:
* AETI
* AGBP
* GBWP
* NBWPInstall
-------Using pip
^^^^^^^^^Assuming you have already created a python virtual environment, activate it and
then install the tool::pip install wapor --process-dependency-links
Using pipenv
^^^^^^^^^^^^Choose a directory where you want to spawne the python virtual environment and
install the tool with pipenv, then from there::pipenv shell --two
You will be led to a new shell where you can execute::
pipenv install wapor
Any warning can be safely ignored and finally you can exit from this shell::
exit
The tool is ready to be configured for the authentication with your
Google Earth Engine service account.Usage
-----Pip
^^^In case you have installed it systemwide you don't need to activate any
virtual environment otherwise you have to as preliminary step::wapor --help
Pipenv
^^^^^^If you are using pipenv the only requirement to run the wapor command is
to go to the directory where you have executed the installation steps and run::pipenv run wapor --help
Credits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage