forked from MarkusPic/intensity_duration_frequency_analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (51 loc) · 1.14 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
[metadata]
name = idf-analysis
version = 0.1.11-27
url = https://github.com/MarkusPic/intensity_duration_frequency_analysis
project_urls =
Documentation = https://markuspic.github.io/intensity_duration_frequency_analysis/
license = MIT
license_file = LICENSE
author = Markus Pichler
author_email = [email protected]
description = heavy rain as a function of the duration and the return period acc. to DWA-A 531 (2012)
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords =
duration
analysis
rainfall
dwd
idf
measurement-data
precipitation
kostra
dwa
heavy-rain
intensity-duration-frequency
design-rainfall
duration-steps
return-period
dwa-a-531
[options]
packages = idf_analysis
scripts =
bin/idf_analysis
install_requires =
numpy>=1.14
pandas
matplotlib>=3
tzlocal
pytz
tqdm
scipy
PyYAML>=5
include_package_data = True
[options.extras_require]
PARQUET =
pyarrow
fastparquet