The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Climate: Weather Pattern Analysis Project

πŸ“‘ Paper | 🌐 Project Page | πŸ’Ύ Released Resources | πŸ“¦ Repo

We release the raw data for our processed Climate-Weather dataset, adopted from the original dataset from bigscience team.

The data format for each line in the weather_patterns_filtered.jsonl is as follows:

{
  "location_description": <the geographic location and climate zone>,
  "weather_parameters": <temperature, humidity, pressure readings>,
  "forecast_data": <the prediction model output>,
  "station_name": <the weather station identifier>,
  "readings": [
    {
      "timestamp": <the measurement time>,
      "values": <the recorded measurements>
    },
    ...
  ],
  "source": <the source of the raw weather files>,
  "category": <the climate classification>,
  "meta": <meta information about this sample>
}

Some of the readings are empty due to sensor calibration issues.

*Note: This dataset is derived from bigscience/P3 dataset for climate-specific applications.

License

The license for this dataset is Apache-2.0.

Downloads last month
18