-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
34 lines (33 loc) · 912 Bytes
/
setup.cfg
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
[metadata]
name = EEDL
description= Code to export arbitrarily large areas of data from Earth Engine to local storage and optionally process data locally afterward
author = nickrsan, AdamJCrawford
license = MIT
long_description_content_type=text/markdown
long_description=file: README.md
platforms = unix, linux, osx, cygwin, win32
url = https://github.com/water3d/eedl
version = 0.2023.11.13
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages =
eedl
install_requires =
gdal
rasterstats
earthengine-api
fiona
pandas
seaborn>=0.12.0
google-cloud-storage
setuptools
requests
pytest
typing-extensions
python_requires = >= 3.8