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.
- Host: GitHub
- URL: https://github.com/heremaps/data-lens-javascript-examples
- Owner: heremaps
- License: mit
- Created: 2016-10-19T09:01:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T14:21:50.000Z (over 9 years ago)
- Last Synced: 2025-10-15T03:14:03.729Z (7 months ago)
- Topics: data-lens, data-visualization, examples, interactive, js
- Language: JavaScript
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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