An open API service indexing awesome lists of open source software.

https://github.com/heremaps/data-lens-javascript-examples

Self-contained JavaScript examples for HERE Data Lens.
https://github.com/heremaps/data-lens-javascript-examples

data-lens data-visualization examples interactive js

Last synced: 22 days ago
JSON representation

Self-contained JavaScript examples for HERE Data Lens.

Awesome Lists containing this project

README

          

# Data Lens

This repository holds a series of JavaScript-based code examples using **HERE Data Lens**. More information about the API can be found on [developer.here.com](https://developer.here.com) under the *Visualise with Data Lens* section.

This set of self-contained, use-case based examples is designed to be cloned by developers for their own use.

> **Note:** In order to get the sample code to work, you **must** replace all instances of `{YOUR_APP_ID}` and `{YOUR_APP_CODE}` within the code and use your own **HERE** credentials.

> You can obtain a set of credentials from the [Contact Us](https://developer.here.com/contact-us) page on developer.here.com.

## License

Unless otherwise noted in `LICENSE` files for specific files or directories, the [LICENSE](LICENSE) in the root applies to all content in this repository.

## Examples

* [Visualize Mobile Network Antennae by Providers](telco-categorical-markers) - Visualize antennae for telecommunications mobile network operators, grouped by provider
* [Visualize Mobile Network Antennae by Technology](telco-antennas) - Visualize antennae for telecommunications mobile network operators, colored by technology and by azimuth
* [Visualize the Distribution of Averaged Mobile Network Signal Strengths on a Raster Map](telco-rastermap) - Visualize the distribution of aggregated and averaged signal strength measurements on a raster map
* [Visualize the Distribution of Mobile Network Signal Strengths on a Heat Map](telco-heatmap) - Visualize the distribution of averaged signal strength measurements on a heat map