-
Notifications
You must be signed in to change notification settings - Fork 695
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
[DOCS] Update binder notebook examples #1056
Conversation
Refactor examples folder to include correct updated Sedona version
Add code for Uber H3 cell visualization
python/Pipfile
Outdated
@@ -14,7 +14,7 @@ pytest-cov = "*" | |||
shapely="<=1.8.5" | |||
pandas="<=1.3.5" | |||
geopandas="<=0.10.2" | |||
pyspark=">=2.3.0" | |||
pyspark="*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to pyspark=">=3.0.0"
This reverts commit 0eecbdd.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python/Pipfile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the change of this file as it is not related to the binder notebooks.
examples/spark-viz/build.sbt
Outdated
@@ -46,7 +46,7 @@ val ScalaCompatibleVersion = "2.12" | |||
// Change the dependency scope to "provided" when you run "sbt assembly" | |||
val dependencyScope = "compile" | |||
|
|||
val geotoolsVersion = "1.4.0-28.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the change of this file as it is not related to the binder notebooks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please
This reverts commit 4628256.
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
[DOCS] my subject
.What changes were proposed in this PR?
How was this patch tested?
Did this PR include necessary documentation updates?