From c4c880faab5bfa2857996d4eb4a2edd1eace7e79 Mon Sep 17 00:00:00 2001 From: mbasa Date: Fri, 15 Mar 2024 10:34:50 +0800 Subject: [PATCH] added spatial analytics wiki in notes. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d0e1bfc..e9fb79b 100644 --- a/README.md +++ b/README.md @@ -152,4 +152,8 @@ $ psql -U postgres addresses * To create `TRIGGERS` that will geocode addresses automatically on an `INSERT` or `UPDATE` operation, please see this [WIKI Entry](https://github.com/mbasa/pgGeocoder/wiki/Creating-Triggers-for-the-Geocoder). + +* To do `Spatial Analytics` using `pgGeocoder` with [GeoFuse](https://github.com/mbasa/geofuse), please see this [WIKI Entry](https://github.com/mbasa/pgGeocoder/wiki/Spatial-Analytics) + + * To view the FOSS4G Presentation for pgGeocoder, please see this [WIKI Entry](https://github.com/mbasa/pgGeocoder/wiki/pgGeocoder-FOSS4G-Presentation)