Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add GDAL reference
  • Loading branch information
a0x8o authored Sep 16, 2024
1 parent 08dbb31 commit a5d1367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a5d1367

Please sign in to comment.