Datasets:
Create README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- tabular-classification
|
5 |
+
- time-series-forecasting
|
6 |
+
pretty_name: Multi-Modal PM Prediction
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- climate
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
+
---
|
14 |
+
|
15 |
+
# Multi-Modal PM Prediction
|
16 |
+
|
17 |
+
This dataset is used for predicting PM2.5 and PM10 concentrations using multi-modal data sources such as:
|
18 |
+
|
19 |
+
- Satellite-based AOD (INSAT-3D/3DR/3DS)
|
20 |
+
- Ground monitoring data (CPCB)
|
21 |
+
- Reanalysis data (MERRA-2)
|
22 |
+
|
23 |
+
It is part of a project hosted at [THE-DEEPDAS/ISRO-BAH-2025](https://github.com/THE-DEEPDAS/ISRO-BAH-2025).
|
24 |
+
|
25 |
+
---
|
26 |
+
|
27 |
+
## Usage
|
28 |
+
|
29 |
+
You can clone the dataset directly from GitHub:
|
30 |
+
|
31 |
+
```bash
|
32 |
+
git clone https://github.com/THE-DEEPDAS/ISRO-BAH-2025
|