Skip to main content

ObjectNat is an open-source library created for geospatial analysis created by IDU team

Project description

ObjectNat - Meta Library

Code style: black PyPI version

logo

ObjectNat is an open-source library created for geospatial analysis created by IDU team

ObjectNat Components

Features and how to use

  1. City graph from OSM (IduEdu) - Functions to assemble a road, pedestrian, and public transport graph from OpenStreetMap (OSM) and creating Intermodal graph.

    IntermodalGraph
  2. Adjacency matrix - Calculate adjacency matrix based on the provided graph and edge weight type (time or distance). The intermodal graph can be obtained using the previous example.

  3. Isochrones,transport accessibility - Function for generating isochrones to analyze transportation accessibility from specified starting coordinates. Isochrones can be constructed based on pedestrian, automobile, or public transport graphs, or a combination thereof.

    isochrones
  4. Population restoration - Function for resettling population into the provided layer of residential buildings. This function distributes people among dwellings based on the total city population and the living area of each house.

  5. Service provision - Function for calculating the provision of residential buildings and population with services.

    ProvisionSchools
  6. Visibility analysis - Function to get a quick estimate of visibility from a given point(s) to buildings within a given distance. Also, there is a visibility catchment area calculator for a large urban area. This function is designed to work with at least 1000 points spaced 10-20 meters apart for optimal results. Points can be generated using a road graph and random point distribution along edges.

    visibility-from-point visibility-catchment-area
  7. Point clusterization - Function to generate cluster polygons for given points based on a specified minimum distance and minimum points per cluster. Optionally, calculate the relative ratio between types of services within the clusters.

    service-clusterization

Installation

ObjectNat can be installed with pip:

pip install ObjectNat

Configuration changes

from objectnat import config

config.set_timeout(10)  # Timeout for overpass queries
config.change_logger_lvl('INFO')  # To mute all debug msgs
config.set_enable_tqdm(False)  # To mute all tqdm's progress bars
config.set_overpass_url('http://your.overpass-api.de/interpreter/URL')

Contacts

Publications

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

objectnat-0.2.0.tar.gz (21.6 kB view details)

Uploaded Source

Built Distribution

objectnat-0.2.0-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file objectnat-0.2.0.tar.gz.

File metadata

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

File hashes

Hashes for objectnat-0.2.0.tar.gz
Algorithm Hash digest
SHA256 0f098e6ee776d59af34873a92ed256df03f1dad4c0e6b333fa4c8b25b8f82fe4
MD5 6e35304586302d30ae9e57b09ee9577b
BLAKE2b-256 c5a3061ddbf6383d68c9ac325bc2405e2424a4e9e9e5401024fcc7f0012ff458

See more details on using hashes here.

File details

Details for the file objectnat-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: objectnat-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 25.2 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 objectnat-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 099e9c18cc5431832b1485bd5578df8c6adcaca59620e4249985940f86730cdd
MD5 862fd40bd43c2172edd47ed99b6de97b
BLAKE2b-256 d736b3b332b35b34a137c43cdeb15c01a940e592085c4eb134d8adc3aaab355f

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