From a5d13676279b2cf2d7d1e24b24e6552eb6240177 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 15 Sep 2024 20:27:55 -0500 Subject: [PATCH] Update README.md Add GDAL reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70827dc9a..c5ada92e2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Mosaic was created to simplify the implementation of scalable geospatial data pi Mosaic provides geospatial tools for * Data ingestion (WKT, WKB, GeoJSON) * Data processing - * Geometry and geography `ST_` operations via [JTS](https://github.com/locationtech/jts) + * Geometry and geography `ST_` operations via [JTS](https://github.com/locationtech/jts) and [GDAL](https://github.com/osgeo/gdal) * Indexing (with default [H3](https://github.com/uber/h3) or BNG) * Chipping of polygons and lines over an indexing grid [co-developed with Ordnance Survey and Microsoft](https://databricks.com/blog/2021/10/11/efficient-point-in-polygon-joins-via-pyspark-and-bng-geospatial-indexing.html) * Data visualization ([Kepler](https://github.com/keplergl/kepler.gl))