Disaster | Accuracy level |
Earthquakes | 45% |
Storms | 87% |
Tornadoes | 91% |
- Dot Matrix Generator is a dot projector that generates a longtidue and latitude map dots with its actual pressure, wind speed, and wind direction as a JSON file.
Snippet from JSON data file :-
{
"id": "1",
"lat": "46.2102",
"lon": "-38.8989",
"ws": "43.38",
"wd": "319",
"ap": "1010"
}
- You can see more data like this at dotMatrix.json