Earthquakes In Greece (1901-2018)
An extended earthquake catalogue for Greece since 1901
@kaggle.astefopoulos_earthquakes_in_greece_19012018
An extended earthquake catalogue for Greece since 1901
@kaggle.astefopoulos_earthquakes_in_greece_19012018
An updated and extended earthquake catalogue for Greece and adjacent areas since 1901.
Data collected from all stations, corresponding to earthquakes occurring in the territory of Greece and the bordering areas, are analyzed routinely in detail.
Institute of Geodynamics, National Observatory of Athens
Where next?
CREATE TABLE earthquakes_in_greece (
"year" BIGINT,
"month" BIGINT,
"date" BIGINT,
"hours" BIGINT,
"minutes" BIGINT,
"latatitude_n" DOUBLE -- LATATITUDE (N),
"longitude_e" DOUBLE -- LONGITUDE (E),
"magnitude_richter" DOUBLE -- MAGNITUDE (Richter)
);
CREATE TABLE major_earthquakes_in_greece (
"year" BIGINT,
"month" BIGINT,
"date" BIGINT,
"hours" BIGINT,
"minutes" BIGINT,
"latatitude_n" DOUBLE -- LATATITUDE (N),
"longitude_e" DOUBLE -- LONGITUDE (E),
"magnitude_richter" DOUBLE -- MAGNITUDE (Richter)
);
Anyone who has the link will be able to view this.