Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

urbanlivabilityscore-0.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

urbanlivabilityscore-0.0.1-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page