Metadata-Version: 2.2
Name: geopedestrian
Version: 0.2
Summary: Determines which locations are reachable by a pedestrian.
Project-URL: Homepage, https://geospatial-ai.de
Project-URL: GitHub, https://github.com/Geospatial-AI-DE/geopedestrian-py
Project-URL: Documentation, https://geopedestrian.readthedocs.io/en/latest
Keywords: geospatial,intelligence,urban,digital twin,walking,routing
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: georapid

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Geospatial-AI-DE/geopedestrian-py)](https://pypi.org/project/geopedestrian)
![GitHub License](https://img.shields.io/github/license/Geospatial-AI-DE/geopedestrian-py)
[![Read the Docs](https://img.shields.io/readthedocs/geopedestrian)](https://geopedestrian.readthedocs.io/en/latest)
[![Tweet Me](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FGeospatial-AI-DE%2Fgeopedestrian-py)](https://twitter.com/intent/tweet?text=Outstanding:&url=https%3A%2F%2Fgithub.com%2FGeospatial-AI-DE%2Fgeopedestrian-py)

# Introduction
Determines which locations are reachable by a pedestrian.

![](https://geospatial-ai.de/wp-content/uploads/2024/07/Walking-Areas-Berlin-Olympiastadium.png)

*Walking areas 5, 10, and 15 minutes for a pedestrian starting at the Olympiastadium in Berlin, Germany.*

## Why is it important?
Solving walking scenarios and determining accessible places and areas for pedestrians is important for several reasons:

1. **Accessibility**:
   It helps identify areas that are easily accessible by foot, which is crucial for people who rely on walking as their primary mode of transportation. This includes people without access to personal vehicles, the elderly, and those with certain disabilities.

2. **Urban Planning**:
   It aids in urban planning and development. Understanding pedestrian accessibility can guide the placement of public facilities, parks, and businesses to ensure they are reachable for as many people as possible.

3. **Health and Environment**:
   Promoting walkability can lead to healthier lifestyles by encouraging physical activity. It also contributes to environmental sustainability by reducing reliance on motor vehicles, thereby decreasing carbon emissions.

4. **Safety**:
   By identifying and improving pedestrian routes, cities can enhance safety for pedestrians, reducing accidents and making the city safer for everyone.

5. **Tourism**:
   For tourists, understanding walkable areas can enhance their experience, allowing them to explore local attractions on foot.
   Location services contribute to making urban regions more livable, sustainable, and enjoyable. They are a vital tool in modern urban planning and development.

## Next steps
Please, check out the [RapidAPI Account Creation and Management Guide](https://docs.rapidapi.com/docs/account-creation-and-settings).

Start with the [Usage](https://geopedestrian.readthedocs.io/en/latest/usage.html) section for further information, including
how to install the Python module.
