Skip to content

Instantly share code, notes, and snippets.

@giswqs
Created May 3, 2020 20:18
Show Gist options
  • Save giswqs/50997e9a8b0cfa45580f02c2258033fa to your computer and use it in GitHub Desktop.
Save giswqs/50997e9a8b0cfa45580f02c2258033fa to your computer and use it in GitHub Desktop.
meta.yaml for ndvi2gif
{% 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