Skip to content

Commit

Permalink
[DOCS] Update ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb (#…
Browse files Browse the repository at this point in the history
…1693)

* [DOCS] Update `ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb`

Signed-off-by: Emmanuel Ferdman <[email protected]>

* [DOCS] Update `ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb`

Signed-off-by: Emmanuel Ferdman <[email protected]>

---------

Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Nov 24, 2024
1 parent b66e768 commit 56841db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/tutorial/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,8 @@ SedonaPyDeck.create_choropleth_map(df=groupedresult, plot_col='AirportCount')

![Creating a Choropleth map using SedonaPyDeck](../image/choropleth.gif)

The dataset used is available [here](https://github.com/apache/sedona/tree/4c5fa8333b2c61850d5664b878df9493c7915066/binder/data/ne_50m_airports) and
can also be found in the example notebook available [here](https://github.com/apache/sedona/blob/4c5fa8333b2c61850d5664b878df9493c7915066/binder/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb)
The dataset used is available [here](https://github.com/apache/sedona/tree/b66e768155866a38ba2e3404f1151cac14fad5ea/docs/usecases/data/ne_50m_airports) and
can also be found in the example notebook available [here](https://github.com/apache/sedona/blob/master/docs/usecases/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb)

#### Creating a Geometry map using SedonaPyDeck

Expand Down Expand Up @@ -1162,8 +1162,8 @@ SedonaKepler.create_map(df=groupedresult, name="AirportCount")

![Visualize geospatial data using SedonaKepler](../image/sedona_customization.gif)

The dataset used is available [here](https://github.com/apache/sedona/tree/4c5fa8333b2c61850d5664b878df9493c7915066/binder/data/ne_50m_airports) and
can also be found in the example notebook available [here](https://github.com/apache/sedona/blob/4c5fa8333b2c61850d5664b878df9493c7915066/binder/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb)
The dataset used is available [here](https://github.com/apache/sedona/tree/b66e768155866a38ba2e3404f1151cac14fad5ea/docs/usecases/data/ne_50m_airports) and
can also be found in the example notebook available [here](https://github.com/apache/sedona/blob/master/docs/usecases/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb)

Details on all the APIs available by SedonaKepler are listed in the [SedonaKepler API docs](../api/sql/Visualization_SedonaKepler.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/usecases/ApacheSedonaSQL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
"source": [
"### Spatial Join - Range Join and RDD API Join\n",
"\n",
"Please refer to the example - airports per country: https://github.com/apache/sedona/blob/master/binder/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb"
"Please refer to the example - airports per country: https://github.com/apache/sedona/blob/master/docs/usecases/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb"
]
},
{
Expand Down

0 comments on commit 56841db

Please sign in to comment.