Skip to content

Commit 1a6272f

Browse files
Merge pull request #7 from danielsparing/danny-plugin
Danny plugin
2 parents 2af3a06 + 6012cdc commit 1a6272f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
"href": "viz/QGIS.html",
367367
"title": "Visualizing Delta Lake geospatial data in QGIS",
368368
"section": "",
369-
"text": "Few pointers: - For moderate data sizes, the simplest way is to download your data in a format of your liking such as GeoParquet, GeoPackage, FlatGeobuf or similar. - For large datasets, see in the FlatGeobuf section how you can stream a FlatGeobuf file from Databricks volumes into QGIS.",
369+
"text": "Few pointers: - For moderate data sizes, the simplest way is to download your data in a format of your liking such as GeoParquet, GeoPackage, FlatGeobuf or similar. - For large datasets, see in the FlatGeobuf section how you can stream a FlatGeobuf file from Databricks volumes into QGIS. - last but not least, check out this plugin to connect QGIS directly to a SQL warehouse and read Delta Lake tables with GEOMETRY columns.",
370370
"crumbs": [
371371
"Visualization",
372372
"<span class='chapter-number'>13</span>  <span class='chapter-title'>Visualizing Delta Lake geospatial data in QGIS</span>"

docs/viz/QGIS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h1 class="title"><span class="chapter-title">Visualizing Delta Lake geospatial
345345
</header>
346346

347347

348-
<p>Few pointers: - For moderate data sizes, the simplest way is to download your data in a <a href="../other_formats/export.html">format</a> of your liking such as GeoParquet, GeoPackage, FlatGeobuf or similar. - For large datasets, see in the <a href="../other_formats/export.html">FlatGeobuf section</a> how you can stream a FlatGeobuf file from Databricks volumes into QGIS.</p>
348+
<p>Few pointers: - For moderate data sizes, the simplest way is to download your data in a <a href="../other_formats/export.html">format</a> of your liking such as GeoParquet, GeoPackage, FlatGeobuf or similar. - For large datasets, see in the <a href="../other_formats/export.html">FlatGeobuf section</a> how you can stream a FlatGeobuf file from Databricks volumes into QGIS. - last but not least, check out this <a href="https://github.com/danny-db/qgis-databricks-connector">plugin</a> to connect QGIS directly to a SQL warehouse and read Delta Lake tables with GEOMETRY columns.</p>
349349

350350

351351

viz/QGIS.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"\n",
1010
"Few pointers:\n",
1111
"- For moderate data sizes, the simplest way is to download your data in a [format](../other_formats/export.ipynb) of your liking such as GeoParquet, GeoPackage, FlatGeobuf or similar.\n",
12-
"- For large datasets, see in the [FlatGeobuf section](../other_formats/export.ipynb) how you can stream a FlatGeobuf file from Databricks volumes into QGIS.\n"
12+
"- For large datasets, see in the [FlatGeobuf section](../other_formats/export.ipynb) how you can stream a FlatGeobuf file from Databricks volumes into QGIS.\n",
13+
"- last but not least, check out this [plugin](https://github.com/danny-db/qgis-databricks-connector) to connect QGIS directly to a SQL warehouse and read Delta Lake tables with GEOMETRY columns.\n"
1314
]
1415
}
1516
],

0 commit comments

Comments
 (0)