Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 1.19 KB

README.md

File metadata and controls

61 lines (53 loc) · 1.19 KB

NAVERIS

A project related to "Nasa Space Apps Cairo 2023" Hackthon

This project is fully made to work as an early warning system for natrual disasters.

Our Slides
Disaster Accuracy level
Earthquakes 45%
Storms 87%
Tornadoes 91%

MAPPING WITH DOTMATRIX

Dot Matrix Generator

  • 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