CoolFace
Datasetpublic

tqhu/RFAA

RFAA This repository is a public research-data copy of the RFAA directory used by the DCNPA web project. Layout The source data contains four top-level collections: Test251 Test167 Test1440 LEADS-PEP Because the source contains many files, each collection is stored as a series of independent tar archives under archives/<collection>/. File lists and original byte sizes are stored under manifests/. Extract all shards of a collection with: for archive in… See the full description on the dataset page: https://huggingface.co/datasets/tqhu/RFAA.

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes4downloads
Dataset Card

RFAA

This repository is a public research-data copy of the RFAA directory used by the DCNPA web project.

Layout

The source data contains four top-level collections:

  • —Test251
  • —Test167
  • —Test1440
  • —LEADS-PEP

Because the source contains many files, each collection is stored as a series of independent tar archives under archives/<collection>/. File lists and original byte sizes are stored under manifests/.

Extract all shards of a collection with:

bash
for archive in archives/Test251/*.tar; do
  tar -xf "$archive"
done

The upload is performed incrementally. A shard is removed from the temporary server workspace only after its remote path and size have been verified.

Status

Migration from the source storage is in progress.

License and provenance details should be confirmed by the dataset owner before formal redistribution or reuse.