Datasets:
Tasks:
Time Series Forecasting
Sub-tasks:
multivariate-time-series-forecasting
Size:
10K<n<100K
License:
Update readme for zarr
#7
by
jcamier
- opened
README.md
CHANGED
@@ -50,22 +50,10 @@ This dataset is derived from the [Met Office UK Deterministic Dataset](https://r
|
|
50 |
- **Copyright**: British Crown copyright © Met Office
|
51 |
|
52 |
## Details
|
53 |
-
### Zarr Format and
|
54 |
- **Format**: The dataset files are in Zarr format, a modern storage format optimized for analytics and machine learning workflows.
|
55 |
-
- **Packaging**: Zarr files are stored as `.
|
56 |
|
57 |
### Subset Configuration
|
58 |
- The dataset includes a subset of variables and configurations chosen for targeted use cases.
|
59 |
- For details on the variables and configurations included in this dataset, please refer to the [`met_office_uk_data_config.yaml`](./met_office_uk_data_config.yaml) file.
|
60 |
-
|
61 |
-
## How to Access
|
62 |
-
You can download and extract the tar archives using the following Python snippet:
|
63 |
-
|
64 |
-
```python
|
65 |
-
import tarfile
|
66 |
-
|
67 |
-
# Example: Extracting a tar.gz archive
|
68 |
-
archive_path = "2022-12-01-00.tar.gz"
|
69 |
-
with tarfile.open(archive_path, "r:gz") as tar:
|
70 |
-
tar.extractall(path="extracted_zarr")
|
71 |
-
```
|
|
|
50 |
- **Copyright**: British Crown copyright © Met Office
|
51 |
|
52 |
## Details
|
53 |
+
### Zarr Format and Zip Archives
|
54 |
- **Format**: The dataset files are in Zarr format, a modern storage format optimized for analytics and machine learning workflows.
|
55 |
+
- **Packaging**: Zarr files are stored as `.zarr.zip` archives. Each archive corresponds to a specific time interval, such as `2023-01-01-00.zarr.zip`.
|
56 |
|
57 |
### Subset Configuration
|
58 |
- The dataset includes a subset of variables and configurations chosen for targeted use cases.
|
59 |
- For details on the variables and configurations included in this dataset, please refer to the [`met_office_uk_data_config.yaml`](./met_office_uk_data_config.yaml) file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|