r5py 1.0.5__py3-none-any.whl → 1.0.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of r5py might be problematic. Click here for more details.
- r5py/__init__.py +1 -1
- {r5py-1.0.5.dist-info → r5py-1.0.6.dist-info}/METADATA +2 -2
- {r5py-1.0.5.dist-info → r5py-1.0.6.dist-info}/RECORD +6 -6
- {r5py-1.0.5.dist-info → r5py-1.0.6.dist-info}/WHEEL +1 -1
- {r5py-1.0.5.dist-info → r5py-1.0.6.dist-info}/licenses/LICENSE +0 -0
- {r5py-1.0.5.dist-info → r5py-1.0.6.dist-info}/top_level.txt +0 -0
r5py/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: r5py
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: Python wrapper for the R5 routing analysis engine
|
|
5
5
|
Author: Christoph Fink, Willem Klumpenhouwer, Marcus Sairava, Rafael Pereira, Henrikki Tenkanen
|
|
6
6
|
License: GPL-3.0-or-later or MIT
|
|
@@ -19,7 +19,7 @@ License-File: LICENSE
|
|
|
19
19
|
Requires-Dist: ConfigArgParse
|
|
20
20
|
Requires-Dist: filelock
|
|
21
21
|
Requires-Dist: geohexgrid
|
|
22
|
-
Requires-Dist: geopandas
|
|
22
|
+
Requires-Dist: geopandas<1.1.0
|
|
23
23
|
Requires-Dist: joblib
|
|
24
24
|
Requires-Dist: jpype1
|
|
25
25
|
Requires-Dist: numpy
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
r5py/__init__.py,sha256=
|
|
1
|
+
r5py/__init__.py,sha256=qeqQUMPw-CQHhU25NZaepM2Uhv2Asax2RgViuupk-G4,602
|
|
2
2
|
r5py/__main__.py,sha256=Wvn0ChD7E-dCSZ8b8k_HhHG0KMOk0qMNFkijGuSH3-0,81
|
|
3
3
|
r5py/r5/__init__.py,sha256=ZvzhfO9jHbBsRon6cLjWg_gJWvC4L0rkJtmH5mIUlIg,1149
|
|
4
4
|
r5py/r5/access_leg.py,sha256=W3GfPEpqmWD1c4xipd6UcVIaBC-yb6srGCZV30E2dPY,293
|
|
@@ -42,8 +42,8 @@ r5py/util/spatially_clustered_geodataframe.py,sha256=FxG8V3SSeK-PuCep565p1b3TNcl
|
|
|
42
42
|
r5py/util/validating_requests_session.py,sha256=sH5FgpS9eGax5DG2qA2GrGuiwgTJgh8tKsZ9OiXKmvk,1807
|
|
43
43
|
r5py/util/warnings.py,sha256=CvxKWKlNO_p3riB4SkNqbU5AGPsaY_3-OzqaBObE3B8,139
|
|
44
44
|
r5py/util/working_copy.py,sha256=sbLbRCi39LtC-0tXxvh2y7ZN2D15chbhleCZXzHAFSc,1432
|
|
45
|
-
r5py-1.0.
|
|
46
|
-
r5py-1.0.
|
|
47
|
-
r5py-1.0.
|
|
48
|
-
r5py-1.0.
|
|
49
|
-
r5py-1.0.
|
|
45
|
+
r5py-1.0.6.dist-info/licenses/LICENSE,sha256=VAnuGDX1TPylSN9G2xLa-urDpj_SQwn-qqs068dx4tk,51
|
|
46
|
+
r5py-1.0.6.dist-info/METADATA,sha256=qfdHxzD_lUHsf9HZ_XxZWIioP_fBtHf8muOZpiGMVJk,10006
|
|
47
|
+
r5py-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
48
|
+
r5py-1.0.6.dist-info/top_level.txt,sha256=fOH1R85dkNDOI7jkg-lIsl5CQIO4fE5X868K9dTqs9U,5
|
|
49
|
+
r5py-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|