Baselight

Germany City Rainfall Data

Weather Patterns Rainfall and Climate German Cities

@kaggle.heidarmirhajisadati_germany_city_rainfall_data

Loading...
Loading...

About this Dataset

Germany City Rainfall Data

This dataset, provides detailed weather and climate statistics for major cities in Germany from 2015 to 2023.

It includes rainfall amounts, temperatures, humidity levels, and other geographical and climatic details, making it ideal for analyzing weather patterns, climate change, and their impacts across different regions.

  1. City: Name of the city.

  2. Latitude: City's latitude in degrees.

  3. Longitude: City's longitude in degrees.

  4. Month: The month number (1-12).

  5. Year: The year of the data.

  6. Rainfall (mm): Rainfall amount in millimeters.

  7. Elevation (m): City’s elevation above sea level in meters.

  8. Climate_Type: The climate classification of the city.

  9. Temperature (°C): Average temperature for the month in Celsius.

  10. Humidity (%): Average humidity level for the month in percentage.

Tables

Rainfall Data Germany Complete

@kaggle.heidarmirhajisadati_germany_city_rainfall_data.rainfall_data_germany_complete
  • 18.08 KB
  • 1080 rows
  • 10 columns
Loading...

CREATE TABLE rainfall_data_germany_complete (
  "city" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "month" BIGINT,
  "year" BIGINT,
  "rainfall_mm" DOUBLE,
  "elevation_m" BIGINT,
  "climate_type" VARCHAR,
  "temperature_c" DOUBLE,
  "humidity" BIGINT
);

Share link

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