From c7403f1bd293e038e8a82ae49045e931b2bff07a Mon Sep 17 00:00:00 2001 From: George Mandilaras Date: Fri, 4 Jun 2021 16:47:17 +0300 Subject: [PATCH] updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57d7122..4161071 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ GeoTriples-Spark is an extended version of GeoTriples capable of transforming bi To enable the transformation of big geospatial data, we extended GeoTriples to run on top of Apache Spark and Hadoop or [Hops](https://github.com/hopshadoop/hops) (a new distribution of Apache Hadoop developed by KTH, RISE SICS, and Logical Clocks AB). GeoTriples-Spark can run in a standalone machine or in a Hadoop based cluster, but it is more efficient when it runs on Hops as it is a write-intensive application. GeoTriples-Sparks supports the transformation -of CSV, GeoJSON and Shapefiles. +of CSV, GeoJSON and Shapefiles. You can examine the performance of GeoTriples-Spark in [ISWC-experiments](https://docs.google.com/spreadsheets/d/1kTQFSUhLVtBTo9zWv184jlVSsY2gCLyfLZ4-UKsvm7A/edit?usp=sharing) ### Requirements * Java 8