Skip to content

ILLUSTRATIVE · NASA / SVS · NOT ADITYA-L1 DATA

Engineering · archive

Every payload, fetchable

The 28 JSON documents behind this site, served at stable paths with the digest of the exact bytes you will receive. Plus one file per observation day.

What is this?

A static, versioned archive of every payload the build produces — 28 documents plus 424 per-day light curves.

Why should I trust it?

Each entry lists the SHA-256 of the bytes actually served, and each document carries its own dataset version, dataset digest and source commit in its envelope — so a file saved today can still be identified years from now without the URL it came from.

Where can I verify it?

Read this first

This is not an API

There is no server behind these files. No query parameters are interpreted, no filtering or pagination is supported, nothing is computed on request, and there is no endpoint that does not correspond to a file on disk. A client written against an imagined query interface will not work, so the interface is described as what it is.

What you get instead: stable paths under /api/v1/, immutable content for a given dataset version, and the digest of the bytes so a download can be verified without trusting the transport.

Every document carries its own provenance

{
  "api_version": "v1",
  "dataset_version": "AdityaNet_v2_dataset_r1",
  "dataset_sha256": "43fd0e228b28ae6b…",
  "generated_at": "…",
  "source_commit": "99af630",
  "data": { … }
}

Provenance travels with the data rather than with the URL it was fetched from. A file saved and reopened in three years still identifies which frozen dataset and which commit produced it.


The archive

28 payloads

358.9 KB in total, excluding the per-day light curves.

Top level

PathSizeSHA-256
coverage.json60.8 KB8f5853551dc9f17a177b2d67…
measurements.json2.4 KBdc3bcaf6a30f548a5319e9d9…
overview.json1.1 KB8250630b70a57aa3ab4e2e0c…
reproducibility.json8.7 KBfb5fff557ae3b6403fdf8ebb…
star-timeline.json12.5 KB8e4aa2073cbdd8f17a23c545…
traceability.json3.6 KB7a4429268fd72c74d5052a8a…

Dataset build

PathSizeSHA-256
build/index.json2.9 KB407d4a4d3e8b28f8d28bfe2c…
build/manifest.json6.2 KBe78c5d0c77f3cb1907e85f02…
build/reproducibility.json5.8 KB43976af711206bc28763912e…

Dataset card

PathSizeSHA-256
dataset/card.json33.3 KB929d2315d1cea220b22eca8f…

Findings and benchmark

PathSizeSHA-256
findings/ablation.json5.4 KB9f7134235b07e10444190ece…
findings/benchmark.json11.2 KB083e484c779e9bf7eb67c911…
findings/comparison.json5.9 KB785aac00b16945fd808b97d0…
findings/conclusions.json8.0 KB0255529340798bacebb6a0c1…
findings/limitations.json11.7 KBeba206246e3f69b0f7f933d5…
findings/metrics.json66.9 KB862a1d429899084ed0d09b5b…
findings/models.json24.9 KBb541b2b05ef79f11a276dfb0…
findings/protocol.json6.5 KBe0fb2243ad7f3e898fe532d4…

Pipeline reports

PathSizeSHA-256
pipeline/dictionary.json13.1 KB4e36b5cffc2291528ba3de05…
pipeline/profile.json5.5 KBd6aff7cfbbf077e9f0166eee…
pipeline/quality.json6.3 KB38625f7675c8a549e726c89f…

Engineering record

PathSizeSHA-256
validation/contradiction-001.json7.4 KBd47f47f14892add6652534e8…
validation/contradiction-002.json8.3 KBbb5aa9c86b6f3af124be389b…
validation/contradiction-003.json8.2 KB065057d650bd649328a6c529…
validation/contradiction-004.json10.7 KBd52c82d41d01fcdef36ae479…
validation/contradiction-005.json10.1 KB067077aa01279e53406b5493…
validation/contradiction-006.json8.5 KB56b785c5a0d4f1ee6fc6ebaf…
validation/index.json3.1 KBe4026a699e49c85fc1d7cf99…

Bulk

Per-day light curves

One document per observation day, at /api/v1/days/YYYY-MM-DD.json.

424 days are published, indexed at /api/v1/days/index.json. Each day is a flat array of one value per minute, positionally indexed rather than keyed by timestamp — the table is a complete minute grid covering the whole UTC day, so a timestamp on every element would quadruple the payload to restate what position already says.

Missing minutes are null, never zero and never interpolated. Zero is a valid count rate.


Using it

Citing and verifying

Verify a download

curl -sO https://adityanet-re1t.onrender.com/api/v1/reproducibility.json
openssl dgst -sha256 reproducibility.json
# compare against the digest listed above

Cite a result

Cite the dataset version and digest, not the URL: results here are tied to AdityaNet_v2_dataset_r1 at 43fd0e228b28…, which is stable regardless of where the files are hosted. The traceability index maps each published figure to the artifact and commit behind it.