-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
40 lines (37 loc) · 1.01 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
[metadata]
name = crevdem
version = 0.1.0
author = Tom Chudley
author_email = [email protected]
url = https://github.com/trchudley/crevdem
description = "Tools for extracting crevasse location and volume from high-resolution digital elevation models."
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]
# package_dir = src
python_requires = >=3.7
install_requires =
rioxarray
rasterio
shapely
numpy
opencv-python
# [options.packages.find]
# where = src
[options.extras_require]
variograms =
scikit-gstat
geopandas
pandas
matplotlib