urbanpy

Table of Contents

  • Installation
  • Quickstart
  • Reference
    • Modules Description
    • Modules Reference
      • Download Module
      • Geom Module
      • Plotting Module
      • Routing Modules
      • Accessibility Module
      • Utils Module
  • AM-331-A3 Licencia de Software
  • Contributing guidelines
  • Contributor Covenant Code of Conduct
urbanpy
  • Reference
  • View page source

Reference

Modules Description

  • download: Main functions for data download from Nominatin API, OverPass API and HDX population data

  • geom: Spatial operations, grid partitioning, spatial filtering and street network statistics

  • plotting: Visualization wrappers for plotly interactive choropleth maps

  • routing: Distance matrix computations (may require your own API keys)

  • accesibility: Spatial accesibility metrics

  • utils: Data handling helpers

Modules Reference

  • Download Module
    • get_hdx_dataset()
    • hdx_dataset()
    • hdx_fb_population()
    • nominatim_osm()
    • osmnx_graph()
    • overpass()
    • overpass_pois()
    • search_hdx_dataset()
  • Geom Module
    • filter_population()
    • gen_hexagons()
    • merge_geom_downloads()
    • merge_shape_hex()
    • osmnx_coefficient_computation()
    • overlay_polygons_hexs()
    • remove_features()
    • resolution_downsampling()
  • Plotting Module
    • choropleth_map()
  • Routing Modules
    • compute_osrm_dist_matrix()
    • google_maps_dir_matrix()
    • google_maps_dist_matrix()
    • isochrone_from_api()
    • isochrone_from_graph()
    • nx_route()
    • ors_api()
    • osrm_route()
    • start_osrm_server()
    • stop_osrm_server()
  • Accessibility Module
    • hu_access_map()
    • pressure_map()
    • travel_times()
  • Utils Module
    • create_duration_labels()
    • geo_boundary_to_polygon()
    • get_hdx_label()
    • nn_search()
    • overpass_to_gdf()
    • shell_from_geometry()
    • swap_xy()
    • to_overpass_query()
Previous Next

© Copyright 2023, IADB.

Built with Sphinx using a theme provided by Read the Docs.