Skip to content

Commit

Permalink
Merge pull request #293 from bjornjorgensen/patch-1
Browse files Browse the repository at this point in the history
Update the link to Sedona
  • Loading branch information
Milos Colic authored Jun 3, 2023
2 parents 0aec1f8 + 2268e4d commit 5ba65b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions notebooks/examples/python/MosaicAndSedona.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# MAGIC
# MAGIC You can combine the usage of Mosaic with other geospatial libraries.
# MAGIC
# MAGIC In this example we combine the use of [Sedona](https://sedona.apache.org/setup/databricks/) and Mosaic.
# MAGIC In this example we combine the use of [Sedona](https://sedona.apache.org) and Mosaic.
# MAGIC
# MAGIC ## Setup
# MAGIC
# MAGIC This notebook will run if you have both Mosaic and Sedona installed on your cluster.
# MAGIC
# MAGIC ### Install sedona
# MAGIC
# MAGIC To install Sedona, follow the [official Sedona instructions](https://sedona.apache.org/setup/databricks/).
# MAGIC To install Sedona, follow the [official Sedona instructions](https://sedona.apache.org/1.4.0/setup/databricks).

# COMMAND ----------

Expand Down
4 changes: 2 additions & 2 deletions notebooks/examples/scala/MosaicAndSedona.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
// MAGIC
// MAGIC You can combine the usage of Mosaic with other geospatial libraries.
// MAGIC
// MAGIC In this example we combine the use of [Sedona](https://sedona.apache.org/setup/databricks/) and Mosaic.
// MAGIC In this example we combine the use of [Sedona](https://sedona.apache.org) and Mosaic.
// MAGIC
// MAGIC ## Setup
// MAGIC
// MAGIC This notebook will run if you have both Mosaic and Sedona installed on your cluster.
// MAGIC
// MAGIC ### Install sedona
// MAGIC
// MAGIC To install Sedona, follow the [official Sedona instructions](https://sedona.apache.org/setup/databricks/).
// MAGIC To install Sedona, follow the [official Sedona instructions](https://sedona.apache.org/1.4.0/setup/databricks).

// COMMAND ----------

Expand Down
4 changes: 2 additions & 2 deletions notebooks/examples/sql/MosaicAndSedona.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
-- MAGIC
-- MAGIC You can combine the usage of Mosaic with other geospatial libraries.
-- MAGIC
-- MAGIC In this example we combine the use of [Sedona](https://sedona.apache.org/setup/databricks/) and Mosaic.
-- MAGIC In this example we combine the use of [Sedona](https://sedona.apache.org) and Mosaic.
-- MAGIC
-- MAGIC ## Setup
-- MAGIC
-- MAGIC This notebook will run if you have both Mosaic and Sedona installed on your cluster.
-- MAGIC
-- MAGIC ### Install sedona
-- MAGIC
-- MAGIC To install Sedona, follow the [official Sedona instructions](https://sedona.apache.org/setup/databricks/).
-- MAGIC To install Sedona, follow the [official Sedona instructions](https://sedona.apache.org/1.4.0/setup/databricks).

-- COMMAND ----------

Expand Down

0 comments on commit 5ba65b1

Please sign in to comment.