Datasets:
Upload metadata.json with huggingface_hub
Browse files- metadata.json +60 -0
metadata.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_file": "/opt/drai/geospatial/smokePM2pt5_predictions_daily_10km_20060101-20201231.csv",
|
| 3 |
+
"domain": "geospatial",
|
| 4 |
+
"completed_stages": [
|
| 5 |
+
"ingest",
|
| 6 |
+
"preprocess",
|
| 7 |
+
"transform",
|
| 8 |
+
"structure",
|
| 9 |
+
"output"
|
| 10 |
+
],
|
| 11 |
+
"errors": [],
|
| 12 |
+
"file_format": "csv",
|
| 13 |
+
"file_extension": ".csv",
|
| 14 |
+
"file_size_bytes": 1778985211,
|
| 15 |
+
"file_name": "smokePM2pt5_predictions_daily_10km_20060101-20201231.csv",
|
| 16 |
+
"num_input_files": 1,
|
| 17 |
+
"input_files": [
|
| 18 |
+
"smokePM2pt5_predictions_daily_10km_20060101-20201231.csv"
|
| 19 |
+
],
|
| 20 |
+
"identified_fields": {
|
| 21 |
+
"identifiers": [
|
| 22 |
+
"grid_id_10km"
|
| 23 |
+
],
|
| 24 |
+
"temporal": [
|
| 25 |
+
"date"
|
| 26 |
+
],
|
| 27 |
+
"spatial_meta": [
|
| 28 |
+
"grid_id_10km"
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
"num_rows": 51434138,
|
| 32 |
+
"num_columns": 3,
|
| 33 |
+
"pre_hexified": false,
|
| 34 |
+
"parsed_dates": [],
|
| 35 |
+
"rows_removed": 0,
|
| 36 |
+
"h3_column": "h3_index_res8",
|
| 37 |
+
"h3_resolution": 8,
|
| 38 |
+
"num_unique_cells": 100156,
|
| 39 |
+
"aggregation_method": "mean",
|
| 40 |
+
"rows_after_aggregation": 51434138,
|
| 41 |
+
"normalization_stats": {
|
| 42 |
+
"date": {
|
| 43 |
+
"mean": 20140306.591694508,
|
| 44 |
+
"std": 42350.110574144324
|
| 45 |
+
},
|
| 46 |
+
"smokePM_pred": {
|
| 47 |
+
"mean": 5.688629846962871,
|
| 48 |
+
"std": 10.382203360823135
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"feature_columns": [
|
| 52 |
+
"date",
|
| 53 |
+
"smokePM_pred"
|
| 54 |
+
],
|
| 55 |
+
"saved_files": [
|
| 56 |
+
"output/smokePM2pt5_predictions_daily_10km_20060101-20201231_e5cf2d5/data.parquet",
|
| 57 |
+
"output/smokePM2pt5_predictions_daily_10km_20060101-20201231_e5cf2d5/DATA_CARD.md"
|
| 58 |
+
],
|
| 59 |
+
"output_format": "parquet"
|
| 60 |
+
}
|