Team-Earth-Quake-Detector / team_1_earth_quake_detector

Hello World! We are three coding-rookies from Germany. We want to create an earthquake detector that visualizes a world map with earthquakes all over the world in real time. Enjoy!
0 stars 1 forks source link

Understand geo data calcuations #16

Closed Codeinator-0711 closed 3 years ago

Codeinator-0711 commented 3 years ago

How can we calculate and use geo data?

karinahasler commented 3 years ago

Hey coding people,

I found some interesting documentations on the USGS websites on real-time analysis of earthquake data:

https://earthquake.usgs.gov/fdsnws/event/1/

https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php

I'll check that out!

karinahasler commented 3 years ago

Good news: The API is working! After having some troubles with longitude and latitude values (I should really revise some highschool geography stuff!), I found my mistake. In the current version, data on all earthquakes from the last 24 hours with a magnitude > 2.5 is automatically downloaded. However, these parameters can easily be changed. Looking forward to our next meeting!