This package provides functions to calculate various livability scores
Project description
UrbanLivabilityScore
Installing the package:
pip install urbanlivabilityscore
Syntax
street_lighting_score(road_width, number_of_poles)
# road_width and number_of_poles are expected to be arrays
Few ways of using the package
from urbanlivabilityscore import street_lighting_score
street_lighting_score(road_width, number_of_poles)
from urbanlivabilityscore import street_lighting_score as sls
sls(road_width, number_of_poles)
import urbanlivabilityscore
urbanlivabilityscore.street_lighting_score(road_width, number_of_poles)
import urbanlivabilityscore as uls
uls.street_lighting_score(road_width, number_of_poles)
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 urbanlivabilityscore-0.0.1.tar.gz.
File metadata
- Download URL: urbanlivabilityscore-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dabb4e281a8435db61237e26e770cbad93c8fa47d0b7f2bcf4227916985d837e
|
|
| MD5 |
68d75df16b32ffa1ceb460b83787159e
|
|
| BLAKE2b-256 |
4369f61d0dc289c95f724bd27f105e03410477205ecc1dab018877ec14699395
|
File details
Details for the file urbanlivabilityscore-0.0.1-py3-none-any.whl.
File metadata
- Download URL: urbanlivabilityscore-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c147fbd64ecb361fc34883f46df59bdfc089be988f6afc869aa8650417d1b841
|
|
| MD5 |
c914976c2d8e1dcf84122d837634599a
|
|
| BLAKE2b-256 |
da1ebc6b4238f92784bbe5f2dfdf5311798f3f502d44cba71037f6bd303322c5
|