sort by:
Revision Author Date Message Commit Date
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
333d475 make figure-ground plots collect street network from a wider area 11 January 2017, 23:40:32 UTC
fd52566 change required networkx version 11 January 2017, 22:52:24 UTC
7182aa5 handle networkx 2.0-dev's new generator-based API 11 January 2017, 22:43:11 UTC
4e00d98 added python 3.6 test 11 January 2017, 22:36:00 UTC
227cf5f add license to dist 11 January 2017, 03:09:27 UTC
24806ca version bump 10 January 2017, 21:44:34 UTC
4452ce9 add file_format argument to plot_figure_ground function 10 January 2017, 21:35:27 UTC
39925b5 added plot_figure_ground function and updated notebooks with it 10 January 2017, 21:25:34 UTC
182c725 fixed license 10 January 2017, 19:18:21 UTC
6c81957 cleaned up refactored modules 10 January 2017, 19:15:22 UTC
c4d6d4b refactored into multiple modules 06 January 2017, 06:11:03 UTC
ea98f09 added tests for graph to GDF and GDF to graph functions 06 January 2017, 04:04:25 UTC
cb0f016 added graph to GDF and GDF to graph functions 06 January 2017, 04:03:51 UTC
1cf91df updated comments 03 January 2017, 20:37:22 UTC
9ccce42 added new york and paris examples 03 January 2017, 20:35:12 UTC
351f883 added tunis medina example 03 January 2017, 19:47:13 UTC
1c9f0d4 added more diagrams 03 January 2017, 19:21:11 UTC
3a592b6 added allan jacobs figure-ground example 02 January 2017, 20:17:35 UTC
4013ec1 added encoding argument to save_graph_shapefile 28 December 2016, 20:09:56 UTC
96ef51c updated readme 27 December 2016, 22:09:03 UTC
6d59906 added conda install instructions 27 December 2016, 19:01:42 UTC
47877cc added coveralls status 24 December 2016, 02:33:26 UTC
e332173 added coverage test 24 December 2016, 02:28:20 UTC
63cd00f change figure format to png for mpl agg backend in tests 21 December 2016, 21:29:28 UTC
53c7e6e move mpl backend to top of test script 21 December 2016, 21:19:56 UTC
a90d634 mpl use Agg for tests 21 December 2016, 21:12:41 UTC
f58433a added tests 21 December 2016, 21:00:12 UTC
de7e562 added tests and travis 21 December 2016, 20:12:07 UTC
3de070a Merge pull request #18 from yonghah/master Added an example for a line graph 19 December 2016, 20:48:35 UTC
6fd1269 updated readme 19 December 2016, 20:44:41 UTC
d5388bf added street width attribute 19 December 2016, 20:40:54 UTC
8db3442 update with a new example on street-node network Merge remote-tracking branch 'upstream/master' 13 December 2016, 00:26:05 UTC
7122f9d add comments on street node example 13 December 2016, 00:23:20 UTC
back to top