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

[DOCS] Update binder notebook examples #1056

Merged
merged 28 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
43a448e
Refactor notebooks to include SedonaKepler and Sedona 1.5.0
iGN5117 Oct 16, 2023
2f11a38
temp commit changing notebook and binder Pipfile
iGN5117 Oct 19, 2023
14a8dc7
Changes to ST notebooks to update sedona and geotools version
iGN5117 Oct 23, 2023
5bf00ed
change pyspark version in binder Pipfile
iGN5117 Oct 24, 2023
fcc1ebf
pin matplotlib to 3.5.3
iGN5117 Oct 25, 2023
b80e268
revert all changes to examples
iGN5117 Oct 31, 2023
43a7c36
change spark and pyspark version to 3.4.0
iGN5117 Oct 31, 2023
9767392
Change outputs to keep useful ones intact
iGN5117 Oct 31, 2023
63b1d46
Add SedonaPydeck example
iGN5117 Oct 31, 2023
8730cc2
Change sedona-spark-shaded version to 3.4
iGN5117 Oct 31, 2023
302e39e
Add new raster notebook
iGN5117 Oct 31, 2023
0eecbdd
add s3 jars to postBuild
iGN5117 Oct 31, 2023
48be86d
Revert "add s3 jars to postBuild"
iGN5117 Oct 31, 2023
96504a0
change spark version in wget postbuild
iGN5117 Oct 31, 2023
2f08ffc
correct spark version
iGN5117 Oct 31, 2023
16cda91
repush code fetching AWS jars
iGN5117 Nov 1, 2023
03f2b7c
Revert changes to python/pipfie and spark-viz/build.sbt
iGN5117 Nov 1, 2023
2e7d0ca
Remove all outputs from raster notebook
iGN5117 Nov 1, 2023
02ecb87
Add new raster in binder/data
iGN5117 Nov 2, 2023
15f260d
Add test raster to binder
iGN5117 Nov 2, 2023
a672e90
change matplotlib version to *
iGN5117 Nov 2, 2023
2c0ea58
change sedona and geotools version in Sedona_OvertureMaps_GeoParquet.…
iGN5117 Nov 2, 2023
4628256
temp push removing pydeck from binder pipfile
iGN5117 Nov 2, 2023
5e8631e
Revert "temp push removing pydeck from binder pipfile"
iGN5117 Nov 2, 2023
d1bf3b4
constraint jupyterlab-widgets to 1.1.7
iGN5117 Nov 2, 2023
a959493
constraint jupyterlab-widgets to 1.1.7
iGN5117 Nov 2, 2023
9093eb2
print only a part of band in raster notebook
iGN5117 Nov 2, 2023
5b0dd09
change spark version of sedona jar in SedonaSQL notebook
iGN5117 Nov 2, 2023
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
1,281 changes: 159 additions & 1,122 deletions binder/ApacheSedonaCore.ipynb

Large diffs are not rendered by default.

1,136 changes: 262 additions & 874 deletions binder/ApacheSedonaRaster.ipynb

Large diffs are not rendered by default.

441 changes: 40 additions & 401 deletions binder/ApacheSedonaSQL.ipynb

Large diffs are not rendered by default.

462 changes: 135 additions & 327 deletions binder/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions binder/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ pytest-cov = "*"
pandas="1.3.5"
shapely="==1.8.4"
geopandas="==0.11.1"
pyspark="==3.3.2"
pyspark="==3.4.0"
attrs="*"
apache-sedona="==1.4.1"
apache-sedona="==1.5.0"
matplotlib = "*"
descartes = "*"
keplergl = "==0.3.2"
pydeck = "==0.8.0"
ipywidgets = "*"
jupyterlab-widgets = "*"
jupyterlab-widgets = "==1.1.7"
ipykernel = "*"
jupyterlab = "==3.6.4"

Expand Down
Loading
Loading