https://github.com/gboeing/osmnx

sort by:
Revision Author Date Message Commit Date
e05ccb7 Merge pull request #503 from gboeing/release Prep release 09 June 2020, 20:26:12 UTC
01b459e Merge pull request #502 from gboeing/fix Deprecate old plotting params 09 June 2020, 20:22:45 UTC
28471ec update change log 09 June 2020, 20:22:23 UTC
af35d24 fix typo 09 June 2020, 20:13:53 UTC
23b7446 temporarily relax tests for deprecation 09 June 2020, 20:01:43 UTC
71d12a0 deprecate old plot params 09 June 2020, 20:00:53 UTC
abb513b update change log 09 June 2020, 18:19:01 UTC
38cfa7d Merge pull request #500 from gboeing/feature expose precision parameters 08 June 2020, 23:54:20 UTC
9b236ed reduce cyclomatic complexity 08 June 2020, 23:41:35 UTC
bffd6dc delete extraneous attr added by saving 08 June 2020, 23:19:38 UTC
29a1c13 expose precision parameters 08 June 2020, 23:08:28 UTC
9f0972d Merge pull request #499 from gboeing/feature various code cleanup 08 June 2020, 21:32:29 UTC
c6583ab make for loop sets lists 08 June 2020, 21:25:16 UTC
7c22067 convert numeric node attrs to float when loading graphml 08 June 2020, 21:20:55 UTC
2ad7707 fix var name 08 June 2020, 21:12:25 UTC
248fa57 convert optional attrs to float when loading graphml 08 June 2020, 21:11:21 UTC
9d144e5 code cleanup 08 June 2020, 21:10:53 UTC
d76bc01 code cleanup 08 June 2020, 20:38:10 UTC
ae845e5 expose precision parameter; code cleanup 08 June 2020, 20:13:12 UTC
fbe21db code cleanup 08 June 2020, 20:06:31 UTC
c33987f code cleanup 08 June 2020, 20:05:52 UTC
2b06468 code cleanup 08 June 2020, 19:46:33 UTC
cbcdd7d rename test script 08 June 2020, 18:37:52 UTC
03ea544 Merge pull request #494 from gboeing/simplify Enable simplification of long (rural) roads 08 June 2020, 18:24:18 UTC
2abb2f1 Merge branch 'master' of https://github.com/gboeing/osmnx 08 June 2020, 18:04:32 UTC
91656ac improve log message 08 June 2020, 18:04:23 UTC
ad1a197 improve log message 08 June 2020, 17:58:30 UTC
f519d0f handle quirk where two-way becomes one-way, but duplicate inbound one-way edges are present 08 June 2020, 17:56:18 UTC
8e66ca1 Merge pull request #498 from gboeing/fix status code in log message for pause duration failure 08 June 2020, 17:07:37 UTC
d85b303 add status code to log message; improve docstrings 08 June 2020, 15:43:02 UTC
77eb714 Merge pull request #497 from gboeing/fix improve projection speed and efficiency 08 June 2020, 00:38:26 UTC
e85a877 optimize graph_to_gdfs edges performance 08 June 2020, 00:15:45 UTC
11773c9 optimize graph_to_gdfs nodes performance 08 June 2020, 00:02:14 UTC
ad884cd update project_graph to use improved graph_from_gdfs 07 June 2020, 22:08:12 UTC
2d73be2 optimize graph_from_gdfs for faster operation 07 June 2020, 22:05:27 UTC
d65742d remove outdated info from docstring 07 June 2020, 20:22:17 UTC
e097bc1 streamline geometry projection 07 June 2020, 20:10:54 UTC
21b4c4e faster projection by only filling edge geometry if needed 07 June 2020, 20:08:07 UTC
d47a685 Merge pull request #496 from gboeing/fix don't pass deprecated timeout param 07 June 2020, 18:38:35 UTC
5798486 don't pass deprecated timeout param; improve commenting 07 June 2020, 18:29:29 UTC
e244a94 improve log message 07 June 2020, 07:59:13 UTC
9c14537 make project_graph use graph_to_gdfs and graph_from_gdfs 07 June 2020, 07:45:50 UTC
2c3e337 improve docstring 07 June 2020, 07:32:06 UTC
077c904 improve error message 07 June 2020, 06:10:55 UTC
6b4edf3 improve projection 07 June 2020, 06:08:54 UTC
0a7e0c0 clean up docstrings 07 June 2020, 05:45:08 UTC
4b7d4e1 generalize projected var names 07 June 2020, 05:31:57 UTC
c5f2fb3 improve docstring 07 June 2020, 05:27:06 UTC
50b770e rename scripts 07 June 2020, 05:11:57 UTC
1e0b837 don't log url if getting response from cache 07 June 2020, 05:10:13 UTC
0b91cc2 improve comment 07 June 2020, 04:10:04 UTC
24985df handle when endpoint_successor has no successors itself 07 June 2020, 04:02:46 UTC
3c36c5e call function in for loop 07 June 2020, 03:57:57 UTC
dd1b8e0 Merge pull request #495 from gboeing/release Release 07 June 2020, 00:15:26 UTC
dcd09de version bump 06 June 2020, 23:03:38 UTC
fbc1a1c update change log 06 June 2020, 23:03:27 UTC
9abdca7 clean up comments 06 June 2020, 23:03:13 UTC
922b568 remove unused import 06 June 2020, 21:54:26 UTC
706f5ce multiple edges found should be info, not warning 06 June 2020, 21:53:28 UTC
1d96aa5 rename new rings parameter to remove_rings 06 June 2020, 20:33:04 UTC
f185955 path list arg not needed since recursion removed, so streamline function signature 06 June 2020, 20:32:14 UTC
0fd8246 improve docstring 06 June 2020, 05:28:10 UTC
4a78865 increase precision of check 06 June 2020, 05:22:51 UTC
35386ef remove recursion error as there is no more recursion 06 June 2020, 05:14:18 UTC
1a73b93 by default remove self-contained rings without endpoints 06 June 2020, 03:45:36 UTC
845e17c remove recursion, streamline logic 06 June 2020, 03:44:14 UTC
27fb991 Merge pull request #493 from pinselimo/master Enable simplification of long (rural) roads 05 June 2020, 07:24:44 UTC
2d68bf1 fix comments 05 June 2020, 07:00:07 UTC
efc3b11 Merge pull request #492 from gboeing/feature Deprecate query parameters 05 June 2020, 06:56:22 UTC
d71be17 code clean up 05 June 2020, 06:45:54 UTC
9915f10 move params to settings and deprecate elsewhere 05 June 2020, 06:03:42 UTC
2802a88 deprecate params; pass bbox handling off to polygon 05 June 2020, 06:03:19 UTC
dc78272 deprecate params; pass bbox handling off to polygon 05 June 2020, 06:03:10 UTC
53d24ba fix example formatting 05 June 2020, 01:10:08 UTC
ce3a342 improve docstring 05 June 2020, 01:02:25 UTC
c2e1817 Merge pull request #490 from gboeing/fix fix config function behavior 05 June 2020, 00:50:03 UTC
93b7e0e Merge pull request #491 from gboeing/feature improve graph creation 05 June 2020, 00:41:09 UTC
6b6b77e code cleanup 05 June 2020, 00:27:33 UTC
933196c graph creation/truncation by bbox uses polygon 04 June 2020, 23:53:29 UTC
d348b57 remove unused errors 04 June 2020, 23:52:54 UTC
984456d allow clean_periphery=True even if simplify=False 04 June 2020, 23:02:59 UTC
9148dfa improve docstring 04 June 2020, 21:28:18 UTC
3b1f22d rename useful_tags_path setting -> useful_tags_way 04 June 2020, 20:56:12 UTC
6e6221e improve docstring 04 June 2020, 20:52:49 UTC
4cbbd9b don't overwrite settings 04 June 2020, 20:03:41 UTC
59f6a8d fix docstring typo 04 June 2020, 18:28:35 UTC
625d01f improve docstring 04 June 2020, 17:54:21 UTC
486be08 improve memory footprint of _get_paths_to_simplify 04 June 2020, 12:05:15 UTC
ff30bea fix _build_path to cover long roads without RecursionError 04 June 2020, 11:43:48 UTC
267dc04 Merge branch 'master' of https://github.com/gboeing/osmnx 03 June 2020, 21:07:20 UTC
b2ce0dd update envs 03 June 2020, 21:07:14 UTC
e5bd369 update env 03 June 2020, 21:06:42 UTC
203276f Merge pull request #487 from gboeing/feature remove deprecated infastructure parameter from graph creation functions 03 June 2020, 19:58:56 UTC
e706e7d remove deprecated infrastructure parameter 03 June 2020, 19:52:04 UTC
6e81f95 update description 03 June 2020, 19:48:30 UTC
8e32f4b update long desc 03 June 2020, 19:28:01 UTC
e834c27 Merge pull request #486 from gboeing/release Release v0.14.0 03 June 2020, 18:37:01 UTC
3567d3d update change log 03 June 2020, 18:36:40 UTC
443dc8c version bump 03 June 2020, 18:28:09 UTC
49c1e02 bump python version 03 June 2020, 18:23:29 UTC
back to top