Natural Disaster Data

Parsing Using JSON Data

The project was created to easily view natural disaster related information such as Earthquake, Landslide, Tsunami, etc easily and quickly

The data is collected from various source in JSON format which was parsed and used to organize and display information in a single table

All information of natural disaster ranges from hourly, weekly, monthly and yearly and can be switched with a single button.

It reduced the time to get the information as it collected the data from various sites and presents them in a single web application and neglects the data which is not needed and provides accuate and clear information.

JSON data is parsed using JSON parser library in Django and some level of data cleaning is also done before displaying it.

Demo