data
Query-time baseline · scored live at search
| Entity Passport | |
| Registry ID | gary0404/data |
| Provider | huggingface |
Cite this dataset
Academic & Research Attribution
@misc{hf_dataset_gary0404_data,
author = {Gary0404},
title = {data Dataset},
year = {2026},
howpublished = {\url{https://huggingface.co/datasets/Gary0404/data}},
note = {Accessed via Free2AITools.}
} π¬Technical Deep Dive
Full Specifications [+]βΎ
βοΈ Free2AITools Nexus Index V2.0
Query-time baseline · scored live at search
π¬ Index Insight
FNI V2.0 for data: Authority (A:61), Popularity (P:50), Recency (R:63), Quality (Q:50). Semantic (S) is a query-time baseline scored live at search.
Data Sources / Provenance
ποΈ Data Preview
Row-level preview not available for this dataset.
Schema structure is shown in the Field Logic panel when available.
π Explore Full Dataset β𧬠Field Logic
Schema not yet indexed for this dataset.
Dataset Specification
Himawari AHI ARCO Index
This Dataset repo is the lightweight index and documentation surface for the Himawari AHI ARCO collection. The large Zarr payloads live in the public Hugging Face Storage Bucket:
hf://buckets/Gary0404/himawari-arco/arco_v1/
The repo keeps small metadata files such as *.manifest.json and
*.coverage.json. New formal ARCO payloads should be published to the bucket,
not to this Dataset repo.
Available Bucket Payloads
B03:
bucket prefix: hf://buckets/Gary0404/himawari-arco/arco_v1/B03/
months: 2023-01 through 2025-11
chunks: time/y/x = 6 x 1024 x 1024
B08:
bucket prefix: hf://buckets/Gary0404/himawari-arco/arco_v1/B08/
months: 2023-01 through 2025-12
chunks: time/y/x = 6 x 1024 x 1024
B13/B09/B10 formal products are planned as bucket-first products after canary validation. Pilot payloads may still appear in this repo until they are either migrated or retired.
Direct Bucket Access
import xarray as xr
from huggingface_hub import HfFileSystem
band = "B08"
month = "2024-07"
store = f"himawari_ahi_{band}_{month}_arco_v1.zarr"
fs = HfFileSystem()
mapper = fs.get_mapper(
f"buckets/Gary0404/himawari-arco/arco_v1/{band}/{store}"
)
ds = xr.open_zarr(mapper, consolidated=True, chunks={})
patch = ds[band].isel(
time=slice(0, 24),
y=slice(1024, 1152),
x=slice(1536, 1664),
).load()
print(ds.sizes, patch.shape)
Store Contents
Each monthly ARCO Zarr store contains:
{band}(time, y, x): Himawari AHI band values
source_present(time): 1 if a source observation exists for the target time
source_time_index(time): compact source time index, or -1 for missing source time
time/y/x: coordinates
spatial_ref: geostationary projection metadata
Missing source times are kept on the regular 10-minute UTC time grid. For those
times, the band array reads as NaN, source_present is 0, and
source_time_index is -1.
Repository Role
This repo is intentionally small:
Social Proof
Source summary: Based on Hugging Face metadata. Not a recommendation.
π‘οΈ Dataset Transparency Report
Technical metadata sourced from upstream repositories.
π Identity & Source
- id
- hf-dataset--gary0404--data
- slug
- gary0404--data
- source
- huggingface
- author
- Gary0404
- tags
- region:us
π Engagement & Metrics
- downloads
- 25,638
Data indexed from public sources. Updated daily.