Skip to content

Commit 7517e6e

Browse files
Adjust README for public repo.
1 parent 4563336 commit 7517e6e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![python](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/)
99
[![license](https://img.shields.io/badge/license-Databricks-blue.svg)](LICENSE)
1010

11-
GeoBrix is a high-performance spatial processing library. Its heavy-weight readers and functions are powered by GDAL, implemented on Apache Spark, and built to run exclusively on the Databricks Runtime (DBR).
11+
GeoBrix is a high-performance spatial processing library. Its heavy-weight readers and functions are powered by GDAL, implemented on Apache Spark, and built to run exclusively on the Databricks Runtime (DBR), see [docs](https://databrickslabs.github.io/geobrix/) for more.
1212

1313
## Background
1414

@@ -193,7 +193,7 @@ Cluster Config
193193

194194
GeoBrix requires GDAL natives, which are best installed via an init script on a classic cluster
195195

196-
1. Add the GeoBrix JAR and Shared Object ('*.so') to the Volume - currently these are delivered via artifacts in the the [beta-dist](resources/beta-dist) directory.
196+
1. Add the GeoBrix JAR and Shared Object ('*.so') to the Volume - currently these are delivered via [Releases](https://github.com/databrickslabs/geobrix/releases) artifacts.
197197
3. Add [geobrix-gdal-init.sh](./scripts/geobrix-gdal-init.sh) to a chosen Databricks Volume; note: prior to copying, modify 'VOL_DIR' to the location of the artifacts in (1).
198198
3. Add the WHL as a cluster library.
199199

@@ -223,8 +223,6 @@ Describe any registered function for more details.
223223

224224
<img src="resources/images/quickstart/func_descrip.png" width="50%" />
225225

226-
See the included examples in [beta-dist](resources/beta-dist) directory for more.
227-
228226
### Scala Bindings
229227
The heavy-weight API is written in Scala with various spark optimizations implemented with best practices, including using Spark Connect to invoke the columnar expressions. The pattern for registering functions is `com.databricks.labs.gbx.<category>.functions` where ‘gbx’ is the convention for GeoBrix in classpaths:
230228

0 commit comments

Comments
 (0)