-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmeta.yaml
53 lines (46 loc) · 1.38 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{% set name = "geedim" %}
{% set version = "1.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/geedim-{{ version }}.tar.gz
sha256: 7e272200b0c0d01d74bd6e4fddf27d992c44b453b01c0d6025cf9c76150f4fae
build:
entry_points:
- geedim=geedim.cli:cli
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- pip
- python >=3.6
run:
- python >=3.6
- numpy >=1.19
- rasterio >=1.1
- click >=8
- tqdm >=4.6
- earthengine-api >=0.1.2
- requests >=2.2
- tabulate >=0.8
test:
imports:
- geedim
commands:
- geedim --help
about:
home: https://github.com/leftfield-geospatial/geedim
summary: Search, composite, and download Google Earth Engine imagery.
license: Apache-2.0
license_file: LICENSE
description: |
`geedim` provides a command line interface and API for searching, compositing and downloading
satellite imagery from Google Earth Engine (EE). It optionally performs cloud / shadow
masking, and cloud / shadow-free compositing on supported collections. Images and composites
can be downloaded, or exported to Google Drive. Images larger than the EE size limit are
split and downloaded as separate tiles, then re-assembled into a single GeoTIFF.
extra:
recipe-maintainers:
- dugalh