Baselight

Weather Astronomy -Dataset

Dataset of weather astronomy of particular location(country)

@kaggle.kamalesh1997_weather_astronomy_dataset

Loading...
Loading...

About this Dataset

Weather Astronomy -Dataset

Context:
Data is the tabular form of astronomical details (Astronomy allows a user to get up to date information for sunrise, sunset, moonrise, moonset, moon phase and illumination in tabular form)

Usage:
User can make use of the date in order to predict the country/Region from the astronomy features or vice versa

Source:
Rapid Api -https://rapidapi.com/weatherapi/api/weatherapi-com/

Tables

Countryastronomy

@kaggle.kamalesh1997_weather_astronomy_dataset.countryastronomy
  • 29.63 KB
  • 238 rows
  • 17 columns
Loading...

CREATE TABLE countryastronomy (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "region" VARCHAR,
  "country" VARCHAR,
  "lat" DOUBLE,
  "lon" DOUBLE,
  "tz_id" VARCHAR,
  "localtime_epoch" BIGINT,
  "localtime" TIMESTAMP,
  "sunrise" VARCHAR,
  "sunset" VARCHAR,
  "moonrise" VARCHAR,
  "moonset" VARCHAR,
  "moon_phase" VARCHAR,
  "moon_illumination" BIGINT,
  "is_moon_up" BIGINT,
  "is_sun_up" BIGINT
);

Share link

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