Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cityseer and osmnx files using the pixi env versions #209

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified data/1133/cityseer/1133.parquet
Binary file not shown.
Binary file modified data/1133/osmnx/1133.parquet
Binary file not shown.
Binary file modified data/1656/cityseer/1656.parquet
Binary file not shown.
Binary file modified data/1656/osmnx/1656.parquet
Binary file not shown.
Binary file modified data/4617/cityseer/4617.parquet
Binary file not shown.
Binary file modified data/4617/osmnx/4617.parquet
Binary file not shown.
Binary file modified data/4881/cityseer/4881.parquet
Binary file not shown.
Binary file modified data/4881/osmnx/4881.parquet
Binary file not shown.
Binary file modified data/809/cityseer/809.parquet
Binary file not shown.
Binary file modified data/809/osmnx/809.parquet
Binary file not shown.
Binary file modified data/869/cityseer/869.parquet
Binary file not shown.
Binary file modified data/869/osmnx/869.parquet
Binary file not shown.
Binary file modified data/8989/cityseer/8989.parquet
Binary file not shown.
Binary file modified data/8989/osmnx/8989.parquet
Binary file not shown.
File renamed without changes.
413 changes: 359 additions & 54 deletions notebooks/methods/cityseer.ipynb

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions notebooks/methods/osmnx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Last updated: 2024-12-01T12:46:37.707044+01:00\n",
"Last updated: 2024-12-05T11:50:41.774192+01:00\n",
"\n",
"Python implementation: CPython\n",
"Python version : 3.11.9\n",
"IPython version : 8.26.0\n",
"Python version : 3.12.7\n",
"IPython version : 8.30.0\n",
"\n",
"Compiler : Clang 16.0.6 \n",
"Compiler : Clang 17.0.6 \n",
"OS : Darwin\n",
"Release : 23.6.0\n",
"Machine : x86_64\n",
"Processor : i386\n",
"CPU cores : 12\n",
"Release : 24.1.0\n",
"Machine : arm64\n",
"Processor : arm\n",
"CPU cores : 8\n",
"Architecture: 64bit\n",
"\n"
]
Expand Down Expand Up @@ -71,13 +71,13 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Watermark: 2.4.3\n",
"Watermark: 2.5.0\n",
"\n",
"momepy : 0.8.1\n",
"core : 0.1.dev170+gc3e76d8.d20241205\n",
"momepy : 0.9.1\n",
"geopandas: 1.0.1\n",
"networkx : 3.3\n",
"osmnx : 1.9.3\n",
"core : 0.1.dev112+g68a4526\n",
"osmnx : 2.0.0\n",
"networkx : 3.4.2\n",
"\n"
]
}
Expand Down Expand Up @@ -360,7 +360,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "simplification",
"display_name": "default",
"language": "python",
"name": "python3"
},
Expand All @@ -374,7 +374,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down
Loading