Earthquakes Data NZ
List of Earthquakes in NZ
@kaggle.kkhandekar_earthquakes_data_nz
List of Earthquakes in NZ
@kaggle.kkhandekar_earthquakes_data_nz
New Zealand lies on a fault-line that runs through its spine. This fault line aka Alpine Fault is very active and forms a part of the "Ring of Fire".
This is a list of all the earth quakes that occured in New Zealand between 01 Jan 2019 - 31 May 2020.
Thanks to GeoNet for making the data freely available to users.
I live in NZ and quite often than not I experience these earthquakes. The earthquake data is made available to general public for free and because I love data & a beginner in data analysis / machine learning, I wondered if I can learn something from this data.
CREATE TABLE earthquakes_nz (
"origintime" VARCHAR,
"longitude" DOUBLE,
"n__latitude" DOUBLE -- Latitude,
"n__depth" DOUBLE -- Depth,
"n__magnitude" DOUBLE -- Magnitude
);Anyone who has the link will be able to view this.