https://github.com/gboeing/osmnx

sort by:
Revision Author Date Message Commit Date
d69ff53 update changelog 25 April 2017, 06:03:38 UTC
ad39ea6 version bump 25 April 2017, 05:46:59 UTC
7dd2dc1 update changelog 25 April 2017, 05:34:44 UTC
1ceb749 fixes #48 25 April 2017, 05:34:30 UTC
f0ae0a8 update issue template 25 April 2017, 05:32:07 UTC
782d56a update changelog for dev version 24 April 2017, 22:49:07 UTC
04c6483 update readme and docs 24 April 2017, 22:48:48 UTC
491a98e let plot_shape take a color or a list of colors 24 April 2017, 22:35:45 UTC
ccf1942 update citations 24 April 2017, 19:59:39 UTC
0d455e5 update plot docstrings 23 April 2017, 15:56:26 UTC
7aa7de3 fix graph_from_place docstring 22 April 2017, 16:57:33 UTC
155b142 update graph_from_place docstring 22 April 2017, 16:46:36 UTC
6e10853 fix get_undirected to handle uncommon cases of not retaining parallel edges 22 April 2017, 02:32:34 UTC
6773221 fixes #47 19 April 2017, 20:22:01 UTC
a40990f fixes #46 17 April 2017, 23:12:35 UTC
0c9a22d clean up whitespace 14 April 2017, 19:54:12 UTC
ea42b69 handle errors if polygon has no area or is invalid 14 April 2017, 19:50:25 UTC
e2241fc updated examples 12 April 2017, 23:31:39 UTC
6256528 update examples 12 April 2017, 06:34:54 UTC
b91d7cd add color sequence functions 12 April 2017, 06:34:44 UTC
1bef68e updated readme 07 April 2017, 22:51:17 UTC
43854ec update docs 07 April 2017, 22:36:22 UTC
cd3684e increase coverage and skip elevation module as it requires api keys 07 April 2017, 22:25:56 UTC
23739cb calculate edge grades and their absolute values, and add get_route_edge_attributes function 07 April 2017, 22:10:01 UTC
1fd3abd update impedance demo 07 April 2017, 22:04:49 UTC
cc922d5 calculate shortest path by impedance 07 April 2017, 18:39:27 UTC
181394d remove elevation tests 07 April 2017, 06:41:07 UTC
06ccedc add elevation to tests 07 April 2017, 06:28:17 UTC
7ead0e7 update notebook title 07 April 2017, 05:58:25 UTC
6918456 update examples 07 April 2017, 05:47:05 UTC
680429b add elevation module to get node elevations from google api 07 April 2017, 05:46:49 UTC
7ab4f68 dev version bump 07 April 2017, 05:46:16 UTC
4a95ddb add get node colors by attribute value 07 April 2017, 04:13:34 UTC
222f07e version bump 01 April 2017, 06:01:03 UTC
8f25a0e update changelog 01 April 2017, 05:55:37 UTC
5b88597 update year 01 April 2017, 05:55:24 UTC
6c15c2a fixes #43 01 April 2017, 05:22:06 UTC
76cdea6 fixes #42 21 March 2017, 19:28:33 UTC
e3ed8fb update paper 17 March 2017, 18:15:04 UTC
9670981 clean up docs 17 March 2017, 18:07:58 UTC
68017ef added paper 17 March 2017, 18:03:24 UTC
636d252 get buildings stored as relations as well as ways 13 March 2017, 23:13:43 UTC
db9daef make figure-ground perfect square and give smooth joints 03 March 2017, 09:14:30 UTC
cb357e9 use geographic centroid when plotting figure-ground from passed-in graph 03 March 2017, 04:48:00 UTC
9449260 Merge pull request #36 from sephib/34 resolves #34 03 March 2017, 01:08:31 UTC
b7af61d Add to plot_figure_ground function the possibility to receive a multidigraph parameter 02 March 2017, 21:51:43 UTC
f6d6a88 manifest file to distribute license and changelog 02 March 2017, 17:28:21 UTC
e56bdd2 fixes #35 01 March 2017, 20:37:55 UTC
ece7e87 update changelog 01 March 2017, 16:57:35 UTC
a26ecd1 version bump 01 March 2017, 05:33:59 UTC
1b17461 get travis test packages from conda-forge 01 March 2017, 05:33:45 UTC
afaa778 simplify before truncating by distance when getting graph by point and network distance 25 February 2017, 06:06:04 UTC
2588eab add folium route plotting on top of entire street network 23 February 2017, 17:42:10 UTC
6047268 fix typo 23 February 2017, 17:41:44 UTC
f8af598 clean up docstrings 23 February 2017, 17:23:46 UTC
0ed45fe update folium route plotting to use polylines and add folium examples to notebook 23 February 2017, 05:43:24 UTC
ccde090 add folium interactive web map network plotting 23 February 2017, 05:24:20 UTC
9d03d38 remove geopy from tests 23 February 2017, 01:37:41 UTC
8fee9f8 fix setup.py 23 February 2017, 01:28:40 UTC
00cc1ef utils imports requests 23 February 2017, 01:22:46 UTC
5014ac6 remove geopy dependency 23 February 2017, 01:11:05 UTC
348cd93 replace geopy geocoder with new function in utils 23 February 2017, 01:10:46 UTC
699e05b move get_nearest_node to utils 23 February 2017, 00:39:16 UTC
60916e2 add default crs for project_geometry 23 February 2017, 00:32:12 UTC
0f20a0c add logging back to get_nearest_node and add_edge_lengths 23 February 2017, 00:03:24 UTC
3448f51 replace geopy vincenty distance with projected bounding box 22 February 2017, 23:55:33 UTC
aa8412e vectorize all great circle calculations 22 February 2017, 23:49:55 UTC
ee4fe48 add link to stable docs 18 February 2017, 20:25:27 UTC
aff85d9 added ability to project geometries, geodataframes, and graphs to any CRS 17 February 2017, 20:22:58 UTC
039c852 version bump 16 February 2017, 03:42:19 UTC
e0497ab add py3.4 test 16 February 2017, 03:36:04 UTC
ac1da9e remove py3.4 test for now 12 February 2017, 23:02:13 UTC
652e618 added building footprint analysis example 12 February 2017, 20:34:35 UTC
d2c040a remove network vestiges from buildings module 12 February 2017, 20:12:15 UTC
c84e1e4 docstring format 05 February 2017, 17:58:39 UTC
d099e3b cleaned up documentation 01 February 2017, 19:25:01 UTC
7d6099e sphinx mock import dateutil 31 January 2017, 23:30:41 UTC
3e0e607 added docs 31 January 2017, 23:27:26 UTC
959ae3a cleaned docstring 31 January 2017, 23:27:02 UTC
cdb79ed updated change log 30 January 2017, 19:43:18 UTC
6180a71 version bump 30 January 2017, 03:48:33 UTC
e1471df update examples 30 January 2017, 03:13:28 UTC
0f0e784 update folium plotting 30 January 2017, 03:12:38 UTC
05ebdd6 add route plotting on folium web map 29 January 2017, 21:22:20 UTC
59be89b changed saved image dpi in example 28 January 2017, 01:13:22 UTC
b21c310 add background color argument to plot buildings and fix plot margins 28 January 2017, 00:12:23 UTC
de65770 update figure-ground plots for mpl 2.0.0 25 January 2017, 03:27:26 UTC
0fc137e updated issue template 25 January 2017, 03:27:07 UTC
b6a38f2 updates for mpl 2.0.0 24 January 2017, 23:58:16 UTC
2301aea dev version bump 24 January 2017, 23:57:59 UTC
5829b9f add dpi argument to figure ground plotting function 24 January 2017, 01:14:31 UTC
32394d1 reduce default dpi 24 January 2017, 01:05:58 UTC
d8665d1 add downloading and visualization of building footprints 24 January 2017, 00:53:15 UTC
34dc111 make gdf name attribute unique so it does not collide with name column 24 January 2017, 00:52:10 UTC
a8a9239 added issue template 21 January 2017, 23:15:05 UTC
484e7ce version bump 20 January 2017, 20:33:41 UTC
dc7e78d updated examples for networkx 2.0 compatibility 20 January 2017, 20:29:56 UTC
2cd69eb make png default image save format 20 January 2017, 20:10:04 UTC
e636362 add long description and classifiers 12 January 2017, 21:18:08 UTC
77bd60a added links to readme 12 January 2017, 21:14:38 UTC
back to top