Skip to content

Example implementation of the network heat maps API and data format using Mapbox GL

License

Notifications You must be signed in to change notification settings

opengridsystems/network-heatmaps-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Heatmaps Example

Example implementation of the network heat maps API and data format using Mapbox GL

About

This project provides an example of how the heatmap data standard in its JSON serialisation format can be used with an open source mapping library to display the data geographically.

Heatmap Preview

Vist Heatmap Example

The Javascript code is inline within the index.html file, and uses the Mapbox GL API and JQuery to pull, parse, process, and render the data. This example code provides a simple tabular display of the properties of each substation and circuit.

The rendering is data-driven, using the type of substation (Grid Supply Point - GSP, Bulk Supply Point - BSP, or Primary) to determine the size of the icon, and the colouring is based on the available generation capacity.

The data used is derived from public data sets from SSEN converted into the network heatmap data structure and serialised as JSON.

Information

For more information about the purpose, code, and data used see the main page

About

Example implementation of the network heat maps API and data format using Mapbox GL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages