Skip to content

Commit

Permalink
feat: wrap up all dask and geopandas work
Browse files Browse the repository at this point in the history
  • Loading branch information
gegen07 committed Aug 10, 2022
1 parent 983913d commit 7a60368
Show file tree
Hide file tree
Showing 14 changed files with 1,986 additions and 7,638 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ moredata.egg-info/
**.json

*.csv.gz
.examples/osm/.ipynb_checkpoints
.examples/osm/.ipynb_checkpoints

**/dask-worker-space/**
635 changes: 425 additions & 210 deletions examples/api-connector/api-openweather.ipynb

Large diffs are not rendered by default.

723 changes: 0 additions & 723 deletions examples/daks-geopandas-tutorial.ipynb

This file was deleted.

6,409 changes: 928 additions & 5,481 deletions examples/osm/osm-places.ipynb

Large diffs are not rendered by default.

1,209 changes: 340 additions & 869 deletions examples/osm/osm-urban-region.ipynb

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions examples/osm/osm_downloader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@
}
],
"metadata": {
"interpreter": {
"hash": "d0916ef1ae973d5ca758704f7f8aa51ef7f2398de006767222122569067b7b7c"
},
"kernelspec": {
"display_name": "Python 3.8.13 ('moredata-dev')",
"display_name": "Python 3.8.12 ('moredata-dev')",
"language": "python",
"name": "python3"
},
Expand All @@ -73,7 +70,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.12"
},
"vscode": {
"interpreter": {
"hash": "f18e2bc52b0e49668308c501e6da352854a310f13e4f537f97d4431980d5d987"
}
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 7a60368

Please sign in to comment.