πŸ“Š
Dataset

data

by Gary0404 gary0404/data
Free2AITools Nexus Index
60.1
S: Semantic 50

Query-time baseline · scored live at search

A: Authority 61
P: Popularity 50
R: Recency 91
Q: Quality 50
Tech Context
Vital Performance
Data Integrity 60.1 FNI Score
- Size
- Rows
- Tokens
Dataset Information Summary
Entity Passport
Registry ID 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.}
}
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

Query-time baseline · scored live at search

Authority (A) 61
Popularity (P) 50
Recency (R) 91
Quality (Q) 50

πŸ’¬ Index Insight

FNI V2.0 for data: Authority (A:61), Popularity (P:50), Recency (R:91), Quality (Q:50). Semantic (S) is a query-time baseline scored live at search.

Free2AITools Nexus Index

Data Sources / Provenance

Open data Updated: Live data
⬇️
Downloads
25,632

πŸ‘οΈ 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

Social Proof

HuggingFace Hub
25.6KDownloads
πŸ”„ Updated daily

Source 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,632
stars
null
forks
null

Data indexed from public sources. Updated daily.