This project is a web-based application that visualizes earthquake data in a 3D environment using CesiumJS. Users can filter earthquakes based on various parameters, including magnitude, depth, and time range.
- Visualize earthquake data in real-time.
- Filter earthquakes by magnitude, depth, and date range.
- Interactive 3D map using CesiumJS.
- Python (Flask) for the backend.
- HTML/CSS/JavaScript for the frontend.
- CesiumJS for 3D visualization.
- Clone the repository:
git clone https://github.com/niyoseris/deprem3d.git cd deprem3d
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your web browser and go to
http://127.0.0.1:5000/
- Use the filter form to specify the parameters for the earthquakes you want to visualize.
- Adjust the map view to see different areas and the corresponding earthquake data.
Contributions are welcome! Please open an issue or submit a pull request if you have suggestions or improvements.
This project is licensed under the MIT License.