Skip to main content

Small utility library containing city provision metric used in other projects

Project description

Provisio

Small utility library containing city provision metric used in other projects

Base usage example

Use dongraphio to get city's Intermodal Graph and adjacency matrix between two geodataframes

pip install provisio

import pandas as pd
import geopandas as gpd
from provisio import *
buildings: gpd.GeoDataFrame = gpd.read_file("test_data/buildings.geojson").rename(
        columns={"your_demand_value_column": "demand"}
    )
services: gpd.GeoDataFrame = gpd.read_file("services.geojson")

matrix = pd.read_csv("test_data/matrix.csv")

prvs_buildings, prvs_services, prvs_links = get_service_provision(
    services=services, demanded_buildings=buildings, adjacency_matrix=matrix, threshold=10
)
prvs_buildings.to_file("result_buildings.geojson")
prvs_services.to_file("result_services.geojson")
prvs_links.to_file("result_links.geojson")

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

provisio-0.1.5.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

provisio-0.1.5-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file provisio-0.1.5.tar.gz.

File metadata

  • Download URL: provisio-0.1.5.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.1 CPython/3.10.11 Windows/10

File hashes

Hashes for provisio-0.1.5.tar.gz
Algorithm Hash digest
SHA256 795fbac15dedeca1a310d52420783f968dfd98e68e50e9d9b23e00b7768eea3a
MD5 a613433f7d10d2e57ef6c4b03297eb4a
BLAKE2b-256 3a05346ea49927b97afde6bf2772ca0deda0eae033085f2756e53e346e29bb41

See more details on using hashes here.

File details

Details for the file provisio-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: provisio-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.1 CPython/3.10.11 Windows/10

File hashes

Hashes for provisio-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 81a9890b155ac08af91270fc67dff16522078b167a76ae0a30487ec47501fffa
MD5 437b23adedc421f056a17b1321549795
BLAKE2b-256 1286fb827c110d879d0794523bea824a0dfe0d135ec5f98c7dff73973a9104d7

See more details on using hashes here.

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