Утилиты для анализа городских пространственных данных
Project description
urban-utils
Утилиты для анализа городских пространственных данных.
Установка
pip install urban-utils
Пример использования
from urban_utils import describe, density, normalize
print(describe([10, 20, 30, 40, 50]))
# {'count': 5, 'mean': 30.0, 'median': 30, 'min': 10, 'max': 50}
print(density(1_000_000, 1500.0))
# 666.67
print(normalize([0, 5, 10]))
# [0.0, 0.5, 1.0]
Ссылка на пакет
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
urban_utils-0.1.1.tar.gz
(1.6 kB
view details)
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_utils-0.1.1.tar.gz.
File metadata
- Download URL: urban_utils-0.1.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.0 CPython/3.13.7 Darwin/25.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74f5dfc36e6a6cbea81dc92fa4ecbf926eb116692cc720e4416b42850ab885c6
|
|
| MD5 |
8f81b98bb33ed029759198ae0528aee4
|
|
| BLAKE2b-256 |
ecc8ca77e0e2b86238654d8cc0afb618763e2a2660855f3ba69193d728214549
|
File details
Details for the file urban_utils-0.1.1-py3-none-any.whl.
File metadata
- Download URL: urban_utils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.0 CPython/3.13.7 Darwin/25.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de6f40c56c16721b6c1a17f1c268688c7df0314a750885123415e95cefac55a0
|
|
| MD5 |
2f66fbc1acfc11232e87cd11ffadf1ed
|
|
| BLAKE2b-256 |
ff137d95570c95bf75a06d72d99a01190e2848e3b4ffb40bffa204a37afa7ac5
|