forked from opendatacube/odc-geo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
77 lines (66 loc) · 1.44 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[metadata]
name = odc-geo
description = Geometry Classes and Operations (opendatacube)
version = attr: odc.geo._version.__version__
author = Open Data Cube
author_email =
maintainer = Open Data Cube
maintainer_email =
long_description_content_type = text/x-rst
long_description = file: README.rst
platforms = any
license = Apache License 2.0
url = https://github.com/opendatacube/odc-geo/
project_urls =
Documentation = https://odc-geo.readthedocs.io/en/latest/
Bug Reporting = https://github.com/opendatacube/odc-geo/issues
classifiers =
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering :: GIS
Typing :: Typed
[options]
include_package_data = True
zip_safe = False
packages = find_namespace:
python_requires = >=3.8
install_requires =
affine
cachetools
numpy
pyproj>=3.0.0
shapely
[options.extras_require]
xr =
xarray>=0.19
warp =
rasterio
tiff =
tifffile
imagecodecs
dask[array,distributed]
%(warp)s
%(xr)s
s3 =
boto3
all =
%(warp)s
%(tiff)s
%(s3)s
test =
pytest
geopandas
%(tiff)s
[options.packages.find]
include =
odc*
[options.package_data]
odc.geo =
py.typed
odc.geo.data =
*.geojson.xz
*.css