Baselight

Earthquakes Data NZ

List of Earthquakes in NZ

@kaggle.kkhandekar_earthquakes_data_nz

Loading...
Loading...

About this Dataset

Earthquakes Data NZ

Context

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".

Content

This is a list of all the earth quakes that occured in New Zealand between 01 Jan 2019 - 31 May 2020.

Acknowledgements

Thanks to GeoNet for making the data freely available to users.

Inspiration

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.

Tables

Earthquakes Nz

@kaggle.kkhandekar_earthquakes_data_nz.earthquakes_nz
  • 973.27 KB
  • 20648 rows
  • 5 columns
Loading...

CREATE TABLE earthquakes_nz (
  "origintime" VARCHAR,
  "longitude" DOUBLE,
  "n__latitude" DOUBLE,
  "n__depth" DOUBLE,
  "n__magnitude" DOUBLE
);

Share link

Anyone who has the link will be able to view this.