{"slug": "sentinel-2-l2a", "name": "Sentinel-2 Level-2A", "tagline": "10 m multispectral imagery every 5 days", "source": "ESA / Copernicus", "category": {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, "meta": ["10, 20 and 60 m", "2017–present", "Global"], "thumb": "/static/catalog/thumbs/sentinel-2-l2a.507dad36d4bc.jpg", "bbox": [-180.0, -56.0, 180.0, 84.0], "global": true, "access": "download", "url": "/datasets/sentinel-2-l2a/", "subtitle": "Copernicus Sentinel-2 surface reflectance", "summary": "Bottom-of-atmosphere reflectance in 13 bands with a scene classification layer, the basis for water indices, flood extent and irrigation mapping.", "categories": [{"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, {"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}], "sources": [{"slug": "copernicus", "name": "Copernicus Programme (European Union)", "label": "Copernicus", "url": "https://www.copernicus.eu/", "page": "/sources/copernicus/"}, {"slug": "esa", "name": "European Space Agency", "label": "ESA", "url": "https://www.esa.int/", "page": "/sources/esa/"}], "facts": [["Source", "ESA / Copernicus"], ["Resolution", "10, 20 and 60 m"], ["Time span", "2017–present"], ["Temporal", "5-day revisit"], ["Access type", "Direct download (external)"], ["Formats", "Cloud Optimized GeoTIFF, JPEG 2000"], ["Coverage", "Global land and coast"]], "access_note": "Open COGs on AWS through STAC, no login", "coverage": "Global land and coast", "license": {"name": "Copernicus Sentinel data terms (free and open)", "url": "https://sentinels.copernicus.eu/documents/247904/690755/Sentinel_Data_Legal_Notice"}, "citation": "", "doi": "", "landing_url": "https://dataspace.copernicus.eu/", "provider_url": "https://registry.opendata.aws/sentinel-2-l2a-cogs/", "methods": [{"type": "stac", "label": "STAC search on Earth Search (Element 84)"}], "preview": null, "thumb_credit": "MODIS Terra true colour, 10 March 2024 (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl \"https://earth-search.aws.element84.com/v1/search?collections=sentinel-2-l2a&bbox=-75,-20,-50,5&limit=10\" \\\n  -H \"Accept: application/geo+json\"", "python": "from pystac_client import Client  # pip install pystac-client\n\ncatalog = Client.open(\"https://earth-search.aws.element84.com/v1\")\nsearch = catalog.search(collections=[\"sentinel-2-l2a\"],\n                        bbox=[-75, -20, -50, 5], max_items=10)\nfor item in search.items():\n    print(item.id, list(item.assets))", "javascript": "const res = await fetch(\"https://earth-search.aws.element84.com/v1/search?collections=sentinel-2-l2a&bbox=-75,-20,-50,5&limit=10\");\nconst { features } = await res.json();\nfeatures.forEach(f => console.log(f.id, Object.keys(f.assets)));"}, "api": {"links": "/api/v1/datasets/sentinel-2-l2a/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/sentinel-2-l2a/manifest?bbox=-75,-20,-50,5"}}