Skip to content

sadknighter/sadknighter.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermal-Activity-Map

It is a pet project based on one technical exercise. This solution can help to build a graphical view of thermal data.


The solution forms a map of thermal activity for every country.

Country codes set in the file js/country_code.json. Format of file:

{
	...
 	"EU":"EUROPEAN UNION",
	"SV":"EL SALVADOR",
	"GQ":"EQUATORIAL GUINEA",
	"ER":"ERITREA",
	"EE":"ESTONIA",
	...
}

The Values of thermal activity reads from a file js/data.json.

Format of file:

[
	...
	{ "count_dtime" : 1051, "country" : "US" },
	...
]

The 'count_dtime' value influences the color of the current country.

DEMO: sadknighter.github.io

About

The thermal activity map that forms by JSON data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published