https://github.com/gboeing/osmnx

sort by:
Revision Author Date Message Commit Date
d4a6900 version bump 16 June 2022, 02:38:53 UTC
77fd41c Merge pull request #838 from gboeing/tests improve test coverage 15 June 2022, 04:54:18 UTC
173a43f improve test coverage 15 June 2022, 04:39:36 UTC
2e2ae20 set docs language 15 June 2022, 04:34:39 UTC
9a45349 Update CHANGELOG.md 15 June 2022, 04:23:46 UTC
8378aa8 Merge pull request #837 from cheginit/main Fix Pandas' FutureDeprecation warning 15 June 2022, 04:19:39 UTC
3387730 MRG: Merge remote-tracking branch 'upstream/main' 14 June 2022, 02:11:54 UTC
997facb Update CHANGELOG.md 11 June 2022, 04:49:38 UTC
fb4dfb3 Merge pull request #835 from gboeing/lengths More flexible edge length calculation 09 June 2022, 22:18:56 UTC
0c8226b add test 09 June 2022, 22:07:26 UTC
1db5f99 code tweaks and improve docstring 09 June 2022, 21:44:28 UTC
8f43454 Merge pull request #831 from pmlpm1986/patch-1 Make add_edge_lengths more flexible 09 June 2022, 21:16:51 UTC
81e1042 Merge pull request #833 from gboeing/fix fix rate limit check 09 June 2022, 21:06:24 UTC
0aad9eb clarify docstrings 09 June 2022, 20:53:16 UTC
f34c715 fix rate limit check 03 June 2022, 21:53:28 UTC
228e7a5 Update distance.py 30 May 2022, 19:28:48 UTC
b626502 Update distance.py 27 May 2022, 15:41:27 UTC
dee06a8 Update distance.py 27 May 2022, 10:18:48 UTC
336ca2c update envs for v1.2.0 23 May 2022, 23:45:04 UTC
cc22f80 Merge pull request #828 from gboeing/release release v1.2.0 23 May 2022, 21:26:20 UTC
540835c add date 23 May 2022, 21:26:11 UTC
a220415 pin black version 23 May 2022, 21:16:12 UTC
f33a584 update version 23 May 2022, 20:34:14 UTC
02ab339 readthedocs use python 3.8 23 May 2022, 20:29:56 UTC
087f709 update for release 23 May 2022, 20:28:17 UTC
3f184b8 update docstrings 23 May 2022, 20:06:05 UTC
fc3ad42 Merge pull request #826 from gboeing/fix fix get_digraph function 23 May 2022, 04:38:37 UTC
bc70d69 Update utils_graph.py 23 May 2022, 04:37:12 UTC
79bf30b Update CHANGELOG.md 23 May 2022, 04:35:45 UTC
b8f50dd fix get_digraph removing only one edge when multiple parallels exist 23 May 2022, 04:30:04 UTC
fc6bba3 fix parallel edge identification 23 May 2022, 04:10:42 UTC
96d450b Merge pull request #825 from gboeing/config deprecate utils.config function 22 May 2022, 05:13:14 UTC
63bee1c Update CHANGELOG.md 22 May 2022, 05:13:03 UTC
1ccd67e improve deprecation warning 22 May 2022, 04:58:55 UTC
ee1f68e deprecate config function 22 May 2022, 04:50:34 UTC
eb403b7 clean up and document settings module 22 May 2022, 04:30:27 UTC
66775db Merge pull request #824 from gboeing/deprecate remove deprecated functions and arguments 21 May 2022, 01:08:36 UTC
0c5ddbc restore tests 21 May 2022, 01:00:53 UTC
6c182d6 improve docstrings 21 May 2022, 00:55:50 UTC
9043e6e improve test coverage 21 May 2022, 00:43:06 UTC
2bad443 remove deprecated airmap provider 20 May 2022, 23:54:04 UTC
cfc7b5d get tests working after removing deprecated functions 20 May 2022, 23:51:08 UTC
130291d remove deprecated extended_stats 20 May 2022, 23:39:04 UTC
bcefbf0 remove deprecated functions and arguments 20 May 2022, 23:30:03 UTC
f484299 Merge pull request #823 from gboeing/fix Enhancements to #815 20 May 2022, 23:13:33 UTC
6287032 test no cover 20 May 2022, 23:11:28 UTC
321a06f improve docstring 20 May 2022, 23:05:26 UTC
96ab3f2 simplify loading graphml from string 20 May 2022, 22:59:32 UTC
3730a52 Merge pull request #815 from benafischer94/load-save-io Addressing #776 - Add APIs for loading/saving graphml from/to IO-like objects 20 May 2022, 22:02:20 UTC
aceaeea Merge pull request #821 from gboeing/fix Fix tests after #814 20 May 2022, 21:58:41 UTC
5aabf93 convert edge "reversed" key to bool on graphml load 20 May 2022, 21:03:17 UTC
ceed46b update env 20 May 2022, 20:41:28 UTC
02a49db blacken code 20 May 2022, 20:30:09 UTC
01d3adf Merge pull request #814 from teddyort/tag-reversed Add a tag to indicate when an edge is reversed from the original OSM 20 May 2022, 20:18:02 UTC
c0001c7 Fix black formatting in io.py 08 April 2022, 19:58:08 UTC
d8ac3c8 Fix test failure * Add no coverage to exception handling in io.load_graphml_stream() * Move inline bytes repr of graph file to input data to fix linting * Update tests to read test graphml as binary to feed to load_graphml_stream() 22 March 2022, 19:32:22 UTC
47ba945 Update _api.py import load_graphml_stream from io 22 March 2022, 04:50:39 UTC
442f764 Update test_osmnx.py Add test for load_graphml_stream. Includes a graphml bytes string as a short example to test. 22 March 2022, 04:50:25 UTC
c80f8c6 Update io.py Add load_graphml_stream() to handle loading from a bytes string or string instead of file. Follows structure of load_graphml. 22 March 2022, 04:49:47 UTC
e650b3a Add a tag to indicate when an edge is reversed from the original OSM node order 19 March 2022, 20:57:40 UTC
e9e81ba Merge pull request #813 from jGaboardi/break_rtree_ties addressing #810 - breaking ties from rtree 17 March 2022, 22:23:03 UTC
cd503e7 address #810 17 March 2022, 00:14:37 UTC
605fa2f pin black version 14 March 2022, 18:38:38 UTC
f194384 black 08 March 2022, 22:34:51 UTC
7c33774 drop python 3.7 support in tests 08 March 2022, 22:25:04 UTC
306184c Merge pull request #805 from WilliamThyer/main edge params in plot_footprints 08 March 2022, 22:18:24 UTC
d23427a update edge param names 08 March 2022, 05:32:13 UTC
e019a4b edge params in plot_footprints 05 March 2022, 19:49:48 UTC
677d13f Merge pull request #804 from gboeing/fix warning for large geometries 28 February 2022, 23:48:11 UTC
3957bad update warnings in docs 28 February 2022, 23:41:46 UTC
66b65fc Merge pull request #803 from McToel/main Added note to warn against #791 28 February 2022, 23:12:11 UTC
516769a Added note to warn against #791 27 February 2022, 12:11:03 UTC
b503fbf Merge pull request #800 from gboeing/fix replace deprecated pandas append with concat 18 February 2022, 20:37:12 UTC
2df4a4e Merge branch 'fix' of https://github.com/gboeing/osmnx into fix 18 February 2022, 20:24:52 UTC
6c2ed28 replace deprecated pandas append with concat 18 February 2022, 20:24:39 UTC
266ca73 Merge pull request #799 from gboeing/ci CI 18 February 2022, 20:24:16 UTC
521d5b2 replace deprecated pandas append with concat 18 February 2022, 20:16:33 UTC
b5b5676 black 18 February 2022, 20:14:50 UTC
a1c3422 Merge pull request #798 from EwoutH/patch-4 CI: Run weekly to detect changes in dependencies 18 February 2022, 19:56:11 UTC
722f693 Merge pull request #797 from EwoutH/patch-3 CI: Add Python 3.10 to job matrix 18 February 2022, 19:55:39 UTC
d6340dd CI: Run weekly to detect changes in dependencies Run the CI weekly (every Monday at 06:00) to detect changes in dependencies, such as linters. 18 February 2022, 12:13:58 UTC
7d2aeae CI: Add Python 3.10 to job matrix 18 February 2022, 11:45:13 UTC
ac578b4 ENH: Cast set to list since pandas has deprecated using sets as index 16 February 2022, 07:32:28 UTC
99f4b15 Merge pull request #794 from martinfleis/gdf_to_df geopandas 0.11 compatibility fix 19 January 2022, 00:28:48 UTC
d587299 geopandas 0.11 compatibility fix 18 January 2022, 23:18:54 UTC
0bf2f55 Update README.md 26 November 2021, 23:17:49 UTC
208f332 Merge pull request #786 from gboeing/fix redirect capture pipe to original 26 November 2021, 21:28:48 UTC
8ca1110 redirect capture pipe to original 26 November 2021, 21:16:24 UTC
1c10eff update envs for v1.1.2 17 November 2021, 21:56:57 UTC
6f9236f Merge pull request #783 from gboeing/release release v1.1.2 17 November 2021, 19:21:52 UTC
2d0129a Update CHANGELOG.md 17 November 2021, 19:20:02 UTC
0bedd97 version bump 15 November 2021, 07:10:38 UTC
cb23b11 Merge pull request #782 from gboeing/fix calculate street_count after intersection consolidation 15 November 2021, 06:57:42 UTC
54fd64e calculate street_count after consolidation 15 November 2021, 06:44:13 UTC
76fba10 Merge pull request #781 from gboeing/fix Fix consolidate intersections bug 15 November 2021, 06:43:04 UTC
e921795 black 15 November 2021, 05:32:32 UTC
529c733 fix geometry merge bug 15 November 2021, 05:25:58 UTC
8fdcb68 Merge pull request #780 from gboeing/fix move count_streets_per_node function to stats module 14 November 2021, 22:59:58 UTC
41a7f95 fix function call 14 November 2021, 22:48:58 UTC
768a523 Update CHANGELOG.md 14 November 2021, 07:38:57 UTC
back to top