-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
62 lines (59 loc) · 1.45 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[metadata]
name = eotransform-xarray
version = attr: eotransform_xarray.__version__
description = Implements transformations on xarray data structures, to be used with eotransform streamed_process.
author = TU Wien GEO MRS group
author_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/TUW-GEO/eotransform-xarray
platforms = any
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: GIS
Topic :: Software Development :: Libraries
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Natural Language :: English
[options]
package_dir =
= src
packages = find:
install_requires =
# begin-snippet: dependencies
eotransform>=1.8
xarray
rioxarray
numpy
affine
more_itertools
# end-snippet
[options.packages.find]
where = src
[options.extras_require]
test =
pytest
pytest-cov
approvaltests
pytest-approvaltests-geo
psutil
eotransform-pandas >= 1.0.0
geopathfinder
dask
scikit-image
numba
pyresample
pyyaml
zarr
lazy = dask
noise = scikit-image
resample =
numba
pyresample
storage = zarr