forked from trchudley/pdemtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (43 loc) · 1.06 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
[metadata]
name = pdemtools
version = 0.4.0
author = Tom Chudley
author_email = [email protected]
url = https://github.com/trchudley/pdemtools
description = "Conveniently search, download, and preprocess ArcticDEM and REMA products."
long_description = file: README.md
long_description_content_type = text/markdown
keywords = geospatial, elevation, arcticdem, rema, dem
license = MIT
classifiers =
# https://pypi.org/classifiers/
Intended Audience :: Science/Research
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: GIS
Topic :: Scientific/Engineering :: Image Processing
[options]
packages = find_namespace:
package_dir =
= src
python_requires = >=3.9
install_requires =
rioxarray
rasterio
geopandas
pandas
shapely
numpy
opencv-python
GDAL
scipy
numba
pyarrow
include_package_data=True
[options.packages.find]
where = src
[options.package_data]
pdemtools.mosaic_index =
*.gpkg