📊
Dataset

data

by Gary0404 hf-dataset--gary0404--data
Free2AITools Nexus Index
60.1 Top 100%
S: Semantic 50
A: Authority 61
P: Popularity 50
R: Recency 99
Q: Quality 50
Tech Context
Vital Performance
0 DL / 30D
0.0%
Data Integrity 60.1 FNI Score
- Size
- Rows
Parquet Format
- Tokens
Dataset Information Summary
Entity Passport
Registry ID hf-dataset--gary0404--data
Provider huggingface
📜

Cite this dataset

Academic & Research Attribution

BibTeX
@misc{hf_dataset__gary0404__data,
  author = {Gary0404},
  title = {data Dataset},
  year = {2026},
  howpublished = {\url{https://huggingface.co/datasets/Gary0404/data}},
  note = {Accessed via Free2AITools Knowledge Fortress}
}
APA Style
Gary0404. (2026). data [Dataset]. Free2AITools. https://huggingface.co/datasets/Gary0404/data

đŸ”ŦTechnical Deep Dive

Full Specifications [+]

âš–ī¸ Free2AITools Nexus Index V2.0

Semantic (S) 50
Authority (A) 61
Popularity (P) 50
Recency (R) 99
Quality (Q) 50

đŸ’Ŧ Index Insight

FNI V2.0 for data: Semantic (S:50), Authority (A:61), Popularity (P:50), Recency (R:99), Quality (Q:50).

Free2AITools Nexus Index

Verification Authority

Unbiased Data Node Refresh: VFS Live
âŦ‡ī¸
Downloads
25,629

đŸ‘ī¸ 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:

text
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

text
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

python
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:

text
{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:

text
keep here:
  README.md
  .gitattributes
  *.manifest.json
  *.coverage.json
  small validation or example files

do not keep here as the steady state:
  full monthly *.zarr payload directories

The large B03/B08 Zarr payloads have been copied and validated in the bucket. They are removed from this repo so the Dataset repo remains a lightweight catalog instead of a second large storage copy.

Social Proof

HuggingFace Hub
25.6KDownloads
🔄 Daily sync (03:00 UTC)

AI Summary: Based on Hugging Face metadata. Not a recommendation.

📊 FNI Methodology 📚 Knowledge Baseâ„šī¸ Verify with original source

đŸ›Ąī¸ Dataset Transparency Report

Technical metadata sourced from upstream repositories.

Open Metadata

🆔 Identity & Source

id
hf-dataset--gary0404--data
slug
gary0404--data
source
huggingface
author
Gary0404
license
tags
region:us

âš™ī¸ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag

📊 Engagement & Metrics

downloads
25,629
stars
0
forks
null

Data indexed from public sources. Updated daily.