Created
May 3, 2020 20:18
-
-
Save giswqs/50997e9a8b0cfa45580f02c2258033fa to your computer and use it in GitHub Desktop.
meta.yaml for ndvi2gif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set name = "ndvi2gif" %} | |
{% set version = "0.0.2" %} | |
package: | |
name: "{{ name|lower }}" | |
version: "{{ version }}" | |
source: | |
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" | |
sha256: 5464a4f326f95b1dcd987641dffeac221ad9bc4bb9f762e39f890ad7aa8ad58a | |
build: | |
number: 0 | |
script: "{{ PYTHON }} -m pip install . -vv" | |
requirements: | |
host: | |
- pip | |
- python | |
run: | |
- geemap >=0.6.10 | |
- python | |
test: | |
imports: | |
- ndvi2gif | |
about: | |
home: "https://github.com/Digdgeo/Ndvi2Gif" | |
license: MIT | |
license_family: MIT | |
license_file: LICENSE | |
summary: "Python package to create ndvi seasonal composites, and download them as gif and geotiff" | |
doc_url: https://github.com/Digdgeo/Ndvi2Gif | |
dev_url: https://github.com/Digdgeo/Ndvi2Gif | |
extra: | |
recipe-maintainers: | |
- Digdgeo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment