You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,12 @@ For more information, see a use case illustration of [keeping a client map up to
28
28
29
29
| Name | Description | Source | Labels / Topics |
30
30
| ---- | ----------- | ------ | --------------- |
31
-
| Geometry Lifter | An application that takes level 14 partitions of road topology and geometry and aggregates them to higher-level (i.e. bigger) partitions. |[Java](data-processing/java/geometry-lifter) / [Scala](data-processing/scala/geometry-lifter)| Data Processing Library, Spark, Batch, Protobuf, HERE Map Content |
31
+
| Geometry Lifter | An application that takes level 12 partitions of road topology and geometry and aggregates them to higher-level (i.e. bigger) partitions. |[Java](data-processing/java/geometry-lifter) / [Scala](data-processing/scala/geometry-lifter)| Data Processing Library, Spark, Batch, Protobuf, HERE Map Content |
32
32
| Pedestrian Topologies Extraction to GeoJSON | Topologies, accessible by pedestrians, are selected based on the segment attributes and then are transformed into GeoJSON file format and stored in a new catalog. |[Java](data-processing/java/pedestrian-topologies-extraction-geojson) / [Scala](data-processing/scala/pedestrian-topologies-extraction-geojson)| Data Processing Library, Spark, Batch, GeoJSON, HERE Map Content |
33
33
| Pedestrian Topologies Extraction to Protobuf | Topologies, accessible by pedestrians, are selected based on the segment attributes and then are transformed to a newly created proto schema format and stored in a new catalog layer that follows that schema. |[Java](data-processing/java/pedestrian-topologies-extraction-protobuf) / [Scala](data-processing/scala/pedestrian-topologies-extraction-protobuf)| Data Processing Library, Spark, Batch, Protobuf, HERE Map Content |
34
34
| Statistics creation across multiple processing runs with stateful processing | The application counts how often the node cardinality of the topology changes in each partition. |[Java](data-processing/java/stateful-nodecardinality-extraction) / [Scala](data-processing/scala/stateful-nodecardinality-extraction)| Data Processing Library, Spark, Batch, JSON, HERE Map Content |
35
35
| Here Map Content Diff-Tool | An application to compare the content of two different versions of an input catalog. |[Java](data-processing/java/heremapcontent-difftool) / [Scala](data-processing/scala/heremapcontent-difftool)| Data Processing Library, Spark, Batch, JSON, HERE Map Content |
36
+
| Here Map Content Validation | An application to validate road topology and geometry content against a set of acceptance criteria using [scalatest](www.scalatest.org). |[Scala](data-processing/scala/heremapcontent-validation)| Data Processing Library, Spark, Batch, JSON, HERE Map Content |
36
37
| Data Validation and Testing Part 1: Content Testing | The test considers input partitions containing an octagon as "PASS" tiles and partitions containing a straight line as "FAIL". It records the test result in a new output catalog. |[Java](data-validation/java/quick-start/testing) / [Scala](data-validation/scala/quick-start/testing)| Data Validation Library, Spark, Batch, Protobuf |
37
38
| Data Validation and Testing Part 2: Metrics | Reads the output of the testing component, assigns an error severity of CRITICAL for the "FAIL" tiles in the test results, aggregates the failed tile IDs and records the metrics in a new output catalog. |[Java](data-validation/java/quick-start/metrics) / [Scala](data-validation/scala/quick-start/metrics)| Data Validation Library, Spark, Batch, Protobuf |
38
39
| Data Validation and Testing Part 3: Assessment | Reads the output of the metrics component, gives a final value of FAIL, if more than 10% of the candidate tiles have CRITICAL errors, and writes the result to a new catalog. |[Java](data-validation/java/quick-start/assessment) / [Scala](data-validation/scala/quick-start/assessment)| Data Validation Library, Spark, Batch, Protobuf |
0 commit comments