Predicting The Weather In Indonesia
5 Years of Historical Data
@kaggle.thedevastator_precipitation_indicators_in_indonesia
5 Years of Historical Data
@kaggle.thedevastator_precipitation_indicators_in_indonesia
By Humanitarian Data Exchange [source]
This dataset contains daily summaries on a range of precipitation indicators for Indonesia. It is administered by the National Centers for Environmental Information (NCEI), a branch of the United States government’s National Oceanic and Atmospheric Administration (NOAA). With data compiled from thousands of base stations across Indonesia, users can gain insight into weather and climate conditions over the past five years.
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
- This dataset can be used to analyze weather patterns and historical precipitation amounts in Indonesia over the past five years.
- It can be used as a tool to inform agricultural decision-making, such as planting crops that are more suited to a specific climate or amount of precipitation.
- The data can also be used to analyze potential changes in the environment due to climate change, such as how much rain is expected in a certain part of Indonesia at different times of the year
If you use this dataset in your research, please credit the original authors.
Data Source
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: precipitation-idn-csv-1.csv
| Column name | Description |
|---|---|
| date | Date of the observation. (Date) |
| datatype | Type of data being observed. (String) |
| station | Location of the observation. (String) |
| value | Value of the observation. (Float) |
| fl_miss | Flag indicating if the observation is missing. (Boolean) |
| fl_cmiss | Flag indicating if the observation is complete. (Boolean) |
| country | Country of the observation. (String) |
| indicator | Indicator of the observation. (String) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Humanitarian Data Exchange.
CREATE TABLE precipitation_idn_1 (
"index" BIGINT,
"date" TIMESTAMP,
"datatype" VARCHAR,
"station" VARCHAR,
"value" BIGINT,
"fl_miss" BIGINT,
"fl_cmiss" BIGINT,
"country" VARCHAR,
"indicator" VARCHAR
);Anyone who has the link will be able to view this.