Skip to content

Commit 51bf9fd

Browse files
heremaps-botheremaps-bot
heremaps-bot
authored and
heremaps-bot
committed
HERE Data SDK for Java & Scala Release 2.24.0
1 parent 490ccc3 commit 51bf9fd

File tree

90 files changed

+1069
-955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1069
-955
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
## Introduction
44

55
This repository holds a series of Java and Scala examples, that demonstrate typical use cases for the HERE Workspace – a part of HERE platform. HERE Workspace is an environment to enrich, transform and deploy location-centric data.
6-
Go to [HERE platform](https://developer.here.com/products/open-location-platform) to learn more. If you are interested in knowing what the platform offers specifically for Java and Scala developers, visit [this page](https://developer.here.com/olp/documentation/sdk-developer-guide/dev_guide/index.html).
6+
Go to [HERE platform](https://developer.here.com/products/open-location-platform) to learn more. If you are interested in knowing what the platform offers specifically for Java and Scala developers, visit [this page](https://developer.here.com/documentation/sdk-developer-guide/dev_guide/index.html).
77

88
## Prerequisites
99

1010
In order to run the examples, you need to have a HERE Workspace account. If you do not have an account, navigate to [Pricing and Plans](https://developer.here.com/pricing/open-location-platform) to apply for a free trial.
1111

12-
You need to get access credentials and prepare your environment. For more information on how to prepare your environment, see our [guide for Java and Scala developers](https://developer.here.com/olp/documentation/sdk-developer-guide/dev_guide/topics/how-to-use-sdk.html).
12+
You need to get access credentials and prepare your environment. For more information on how to prepare your environment, see our [guide for Java and Scala developers](https://developer.here.com/documentation/sdk-developer-guide/dev_guide/topics/how-to-use-sdk.html).
1313

1414
## Code Examples
1515

1616
### Processing Sensor Data
1717

18-
The following documents illustrate two use cases around inferring real-world situations from sensor data. [Batch processing](https://developer.here.com/olp/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-map-of-recommended-speed-based-on-sensor-observations-and-other-data) is useful when it is important to aggregate sensor input over a longer time period (i.e. hours and longer). [Stream processing](https://developer.here.com/olp/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-turning-sensor-data-into-warnings) is recommended for time-critical use cases, like informing about road hazards.
18+
The following documents illustrate two use cases around inferring real-world situations from sensor data. [Batch processing](https://developer.here.com/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-map-of-recommended-speed-based-on-sensor-observations-and-other-data) is useful when it is important to aggregate sensor input over a longer time period (that is hours and longer). [Stream processing](https://developer.here.com/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-turning-sensor-data-into-warnings) is recommended for time-critical use cases, like informing about road hazards.
1919

2020
| Name | Description | Source | Labels / Topics |
2121
| ---- | ----------- | ------ | --------------- |
@@ -24,7 +24,7 @@ The following documents illustrate two use cases around inferring real-world sit
2424

2525
### Incremental Map Processing & Validation
2626

27-
For more information, see a use case illustration of [keeping a client map up to date with incremental processing](https://developer.here.com/olp/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-incremental-map-processing).
27+
For more information, see a use case illustration of [keeping a client map up to date with incremental processing](https://developer.here.com/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-incremental-map-processing).
2828

2929
| Name | Description | Source | Labels / Topics |
3030
| ---- | ----------- | ------ | --------------- |
@@ -42,7 +42,7 @@ For more information, see a use case illustration of [keeping a client map up to
4242
### Archiving Stream Data
4343

4444
The HERE Workspace allows you to retain stream data for longer periods, which allows you to later query and process the retained data for non-real-time use cases.
45-
For more information, see [Data Archiving Library Developer Guide](https://developer.here.com/olp/documentation/data-archiving-library/dev_guide/index.html).
45+
For more information, see [Data Archiving Library Developer Guide](https://developer.here.com/documentation/data-archiving-library/dev_guide/index.html).
4646

4747
| Name | Description | Source | Labels / Topics |
4848
| ---- | ----------- | ------ | --------------- |
@@ -56,7 +56,7 @@ For more information, see [Data Archiving Library Developer Guide](https://devel
5656

5757
The HERE Workspace allows you to compact data files with the same index attribute values into one or more files based on the configuration.
5858
Compaction reduces the index layer storage cost, improves query performance, and makes subsequent data processing more efficient.
59-
For more information, see [Index Compaction Library Developer Guide](https://developer.here.com/olp/documentation/index-compaction-library/dev_guide/index.html).
59+
For more information, see [Index Compaction Library Developer Guide](https://developer.here.com/documentation/index-compaction-library/dev_guide/index.html).
6060

6161
| Name | Description | Source | Labels / Topics |
6262
| ---- | ----------- | ------ | --------------- |

0 commit comments

Comments
 (0)