Skip to content
RealiaDesk

Datasets/s2-previews

copernicus / s2-previews

Sentinel-2 preview tiles

Low-resolution L2A preview metadata: scene id, cloud cover, and browse URL.

Last seen

Source copernicus/sentinel-2-l2a · Satellite

Schema

5 fields

Columns

sceneIdstring
Copernicus product id
tilestring
MGRS tile
acquireddate
Acquisition date
cloudPctnumber
Cloud cover percent
previewUrlstring
Public browse image

Sample row

JSON preview

{
  "sceneId": "S2B_MSIL2A_20260905T155859_N0511_R054_T18TXL",
  "tile": "18TXL",
  "acquired": "2026-09-05",
  "cloudPct": 12.4,
  "previewUrl": "https://browser.dataspace.copernicus.eu/"
}

Query · milestone 18

curl -sS https://realiahq.xyz/api/v1/datasets/sentinel-2-previews \
  -H "Authorization: Bearer $REALIA_KEY"

This route 404s with key required until API keys ship.