gboeing / osmnx

OSMnx is a Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap.
https://osmnx.readthedocs.io
MIT License
4.84k stars 822 forks source link

Similar functionality is available for the function graph_from_point(). But it is not available for def graph_from_polygon(). Here user can get buffer with fixed 500 meters. However the value of buffer is not flexible. My proposal is that we can also add one new parameter buffer_dist(float value) so that user can give any buffer value to create a graph with the buffer. Because I faced this problem while working on a government project. I am sending push request for this update. Please review my proposal. #1174

Closed Prajwalita closed 4 months ago

Prajwalita commented 4 months ago

Similar functionality is available for the function graph_from_point(). But it is not available for def graph_from_polygon(). Here user can get buffer with fixed 500 meters. However the value of buffer is not flexible. My proposal is that we can also add one new parameter buffer_dist(float value) so that user can give any buffer value to create a graph with the buffer.

Read these instructions carefully

Before you proceed, review the contributing guidelines in the CONTRIBUTING.md file, especially the sections on project coding standards and tests. Please edit the changelog to reflect your changes.

In this pull request, please include:

gboeing commented 4 months ago

Closing for the reasons explained in https://github.com/gboeing/osmnx/issues/952#issuecomment-2096382173