sort by:
Revision Author Date Message Commit Date
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
c801ef3 updated readme 12 December 2016, 07:28:13 UTC
6c35f9d updated install instructions and package description 12 December 2016, 07:25:42 UTC
bb8dc1e made explicit error message if trying to simplify an already-simplified graph 29 November 2016, 22:48:47 UTC
02b5597 added landuse, area tags and explicit rtree index import 29 November 2016, 00:30:16 UTC
e75af62 added plot network over city shape example 27 November 2016, 21:26:25 UTC
37c2b4e add an example for street coloring 24 November 2016, 14:39:15 UTC
986c4ab added manhattan jpg 22 November 2016, 00:08:50 UTC
7582786 updated spatial index intersects error message, readme, and examples 22 November 2016, 00:04:55 UTC
a8d648e cleaned up stats and bbox projection 07 November 2016, 05:54:48 UTC
e6879ab added stats and cleaned up stat naming 06 November 2016, 01:12:18 UTC
23eee96 updated readme and links 02 November 2016, 04:06:26 UTC
99646d5 added extended stats 02 November 2016, 03:07:33 UTC
49a75d6 updated get_pause_duration for work with updated API status endpoint 01 November 2016, 19:46:33 UTC
527990a fixed calculation of number of streets connected to each intersection 31 October 2016, 05:30:44 UTC
ef7d41e subdividing geometries now projects to UTM and uses meters as units 30 October 2016, 02:41:51 UTC
c47395c cleaned up basic stats calculation and naming 29 October 2016, 02:36:33 UTC
4669de9 updated readme 29 October 2016, 00:39:22 UTC
ecfe8af updated readme with examples 29 October 2016, 00:35:16 UTC
f99452a fixed circuity divide by zero error and made logging clearer 29 October 2016, 00:04:04 UTC
2aa88bb retain degree_undirected_buffered graph attribute after projecting 27 October 2016, 01:13:03 UTC
2c97684 fixed shapefile saving for non-ascii characters 17 October 2016, 19:25:43 UTC
a91b5fb added install instructions 15 October 2016, 06:08:34 UTC
0a2467d cleaned up directories 15 October 2016, 06:07:33 UTC
bb56572 updated examples 15 October 2016, 03:25:56 UTC
463bde1 refactored to package 15 October 2016, 01:41:41 UTC
4184a29 added plot_shape and basic_stats functions 15 October 2016, 00:30:38 UTC
a548982 added clean_periphery functionality and accurate node degree values 08 October 2016, 05:23:35 UTC
fc26c62 added clear exception and log warning when API returns no data elements to construct graph 05 October 2016, 02:31:53 UTC
850bd02 fixed py2 time calculation 03 October 2016, 03:28:08 UTC
d49adb3 cleaned up API get and post functions 02 October 2016, 21:59:43 UTC
d3985c7 get required pause duration via api call 01 October 2016, 08:54:07 UTC
bcd8528 much faster method of topological simplification 01 October 2016, 04:55:29 UTC
5e49527 added http post to overpass, query by polygon, and recursive api requests if status 429 or 504 30 September 2016, 02:33:12 UTC
5cf36fb drastically faster point-polygon intersection with r-tree spatial index 29 September 2016, 04:46:43 UTC
4e469cf added dedupe parameter to api request 29 September 2016, 03:54:27 UTC
bff33f2 fixed shapefile naming so filenames do not exceed windows max length 21 September 2016, 05:32:11 UTC
a74aa5a fixed caching - made url strings consistent 21 September 2016, 02:48:10 UTC
3cd5b97 fixed console output encoding 20 September 2016, 20:51:39 UTC
6db1a40 updated logging 13 September 2016, 01:26:06 UTC
f007f16 fixed print log to console 11 September 2016, 21:28:03 UTC
33a5e10 constrain the saved figure's extent to the interior of the axis 11 September 2016, 21:13:34 UTC
6954b16 added bounding box truncate-by-edge functionality 11 September 2016, 20:52:01 UTC
d171882 updated example demos 24 August 2016, 02:39:53 UTC
0b1c0a7 filter out area ways from network API queries 24 August 2016, 02:38:43 UTC
d129a27 corrected terminology 23 August 2016, 01:22:12 UTC
8d652ed can now load graph from polygon and fixed shapefile saving 20 August 2016, 01:43:46 UTC
f5f26e7 updated network type filters 17 August 2016, 05:46:04 UTC
4599e8b added ability to load GraphML files 13 August 2016, 00:54:04 UTC
59d4fb1 added saving graph as shapefiles of nodes and edges 12 August 2016, 02:04:23 UTC
abe24f8 added place shape buffering 11 August 2016, 03:41:06 UTC
2b2f104 made all walking networks bi-directional 04 August 2016, 21:23:18 UTC
1a1be6c made all graphs directed 04 August 2016, 07:44:38 UTC
95e3eaa added strict and non-strict simplification examples 01 August 2016, 04:11:41 UTC
a2932f5 added strict simplification switch 01 August 2016, 01:32:34 UTC
e284768 carry over graph attributes when projecting 01 August 2016, 00:24:15 UTC
2d01263 added python 2.x compatibility 28 July 2016, 19:21:28 UTC
5289faa added documentation, docstrings, cleaned up functions 28 July 2016, 18:46:37 UTC
bca2599 retain all tags and cache to separate files 28 July 2016, 05:08:38 UTC
95f3861 added graph simplification 27 July 2016, 07:39:46 UTC
0228cd2 added route plot function 24 July 2016, 05:34:16 UTC
c85f6b7 first commit 24 July 2016, 03:05:02 UTC
aec1f4a Initial commit 24 July 2016, 02:57:48 UTC
back to top