Утилиты для оценки потенциала зелёных крыш и вертикальных садов
Project description
urban-green-utils
Библиотека для оценки потенциала зелёных крыш и вертикальных садов в городской среде.
Установка
pip install urban-green-utils
Использование
from urban_green_utils import green_roof_potential, vertical_garden_potential
result = green_roof_potential(roof_area_m2=500, slope_deg=5, load_capacity_kpa=5.0)
print(result)
vg = vertical_garden_potential(wall_area_m2=100, orientation="south", sunlight_hours=7)
print(vg)
Функции
- green_roof_potential(roof_area_m2, slope_deg, load_capacity_kpa)
- vertical_garden_potential(wall_area_m2, orientation, sunlight_hours)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file urban_green_utils-0.1.0.tar.gz.
File metadata
- Download URL: urban_green_utils-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.13.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
834509571215589aab0db43e6c4afa9050631d5f2bd9a7f398a72be81b5dfde7
|
|
| MD5 |
072fdc32dbe85f781346388926feeb8b
|
|
| BLAKE2b-256 |
4e073f45c59f24530bd32d67fec9513ad77da57db5069fe33bf0ba7e32b795df
|
File details
Details for the file urban_green_utils-0.1.0-py3-none-any.whl.
File metadata
- Download URL: urban_green_utils-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.13.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19500eb8010c01c6385c4a4ec5f1568ef9dced008ae0850b4c019641d3dbbb1f
|
|
| MD5 |
72244eabb768761cde0d5b85715eaf07
|
|
| BLAKE2b-256 |
fce6c623a0c39588ffb2ada078d8262dfb9784ddfafd87a35812a34cb158b691
|