Baselight

Earthquakes In Greece (1901-2018)

An extended earthquake catalogue for Greece since 1901

@kaggle.astefopoulos_earthquakes_in_greece_19012018

Loading...
Loading...

About this Dataset

Earthquakes In Greece (1901-2018)

Context

An updated and extended earthquake catalogue for Greece and adjacent areas since 1901.

Content

Data collected from all stations, corresponding to earthquakes occurring in the territory of Greece and the bordering areas, are analyzed routinely in detail.

Acknowledgements

Institute of Geodynamics, National Observatory of Athens

Inspiration

Where next?

Tables

Earthquakes In Greece

@kaggle.astefopoulos_earthquakes_in_greece_19012018.earthquakes_in_greece
  • 1.22 MB
  • 256655 rows
  • 8 columns
Loading...

CREATE TABLE earthquakes_in_greece (
  "year" BIGINT,
  "month" BIGINT,
  "date" BIGINT,
  "hours" BIGINT,
  "minutes" BIGINT,
  "latatitude_n" DOUBLE,
  "longitude_e" DOUBLE,
  "magnitude_richter" DOUBLE
);

Major Earthquakes In Greece

@kaggle.astefopoulos_earthquakes_in_greece_19012018.major_earthquakes_in_greece
  • 18.74 KB
  • 1173 rows
  • 8 columns
Loading...

CREATE TABLE major_earthquakes_in_greece (
  "year" BIGINT,
  "month" BIGINT,
  "date" BIGINT,
  "hours" BIGINT,
  "minutes" BIGINT,
  "latatitude_n" DOUBLE,
  "longitude_e" DOUBLE,
  "magnitude_richter" DOUBLE
);

Share link

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