معرفی شرکت ها


catchment-simulation-0.0.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

('Collection of calculation method for simulate subcatchment features from Storm Water Management Model',)
ویژگی مقدار
سیستم عامل -
نام فایل catchment-simulation-0.0.6
نام catchment-simulation
نسخه کتابخانه 0.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rafał Buczyński
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/catchment-simulation/
مجوز -
# Catchment simulation Package include method for simulate subcatchment with different features values from Storm Water Management Model ## Examples of How To Use Creating object for analyse #### Create object to run simulation ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) ``` #### Simulate subcatchment area in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_area(start=1, stop: = 10, step = 1) ``` #### Simulate subcatchment percent impervious in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_percent_impervious(start=1, stop: = 10, step = 1) ``` #### Simulate subcatchment percent slope in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_percent_slope(start=1, stop: = 10, step = 1) ``` #### Simulate subcatchment width in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_width(start=1, stop: = 10, step = 1) ``` #### Simulate subcatchment curb length in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_curb_length(start=1, stop: = 10, step = 1) ``` #### Simulate subcatchment N-Imperv in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_n_imperv(param="Imperv") ``` #### Simulate subcatchment N-Perv in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_n_perv(param="Perv") ``` #### Simulate subcatchment Destore-Imperv in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_s_imperv(param="Imperv") ``` #### Simulate subcatchment Destore-Perv in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_s_imperv(param="Perv") ``` #### Simulate subcatchment Percent Zero Imperv in selected range. ```python from catchment_simulation.catchment_features_simulation import FeaturesSimulation subcatchment_id = "S1" raw_file = "catchment_simulation/example.inp" model = FeaturesSimulation(subcatchment_id=subcatchment_id, raw_file=raw_file) df = model.simulate_percent_zero_imperv(start=0, stop=100, step=10) ```


نیازمندی

مقدار نام
- pandas
- numpy
- swmmio
- pyswmm


نحوه نصب


نصب پکیج whl catchment-simulation-0.0.6:

    pip install catchment-simulation-0.0.6.whl


نصب پکیج tar.gz catchment-simulation-0.0.6:

    pip install catchment-simulation-0.0.6.tar.gz