├── .DS_Store ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── _build ├── changelogindex.hbs ├── config.yaml ├── css │ ├── bootstrap.min.css │ └── main.css ├── datasets.hbs ├── detail.hbs ├── examples.hbs ├── font │ ├── roboto-v20-latin-100.eot │ ├── roboto-v20-latin-100.svg │ ├── roboto-v20-latin-100.ttf │ ├── roboto-v20-latin-100.woff │ ├── roboto-v20-latin-100.woff2 │ ├── roboto-v20-latin-300.eot │ ├── roboto-v20-latin-300.svg │ ├── roboto-v20-latin-300.ttf │ ├── roboto-v20-latin-300.woff │ ├── roboto-v20-latin-300.woff2 │ ├── roboto-v20-latin-500.eot │ ├── roboto-v20-latin-500.svg │ ├── roboto-v20-latin-500.ttf │ ├── roboto-v20-latin-500.woff │ ├── roboto-v20-latin-500.woff2 │ ├── roboto-v20-latin-700.eot │ ├── roboto-v20-latin-700.svg │ ├── roboto-v20-latin-700.ttf │ ├── roboto-v20-latin-700.woff │ ├── roboto-v20-latin-700.woff2 │ ├── roboto-v20-latin-900.eot │ ├── roboto-v20-latin-900.svg │ ├── roboto-v20-latin-900.ttf │ ├── roboto-v20-latin-900.woff │ ├── roboto-v20-latin-900.woff2 │ ├── roboto-v20-latin-regular.eot │ ├── roboto-v20-latin-regular.svg │ ├── roboto-v20-latin-regular.ttf │ ├── roboto-v20-latin-regular.woff │ └── roboto-v20-latin-regular.woff2 ├── img │ ├── external │ │ ├── edc_banner.png │ │ └── world.png │ ├── favicon.ico │ ├── logos │ │ ├── planet-logo.svg │ │ └── sinergise-logo.png │ ├── map-pin.svg │ └── sentinel-hub-logo.png ├── index.hbs ├── js │ ├── bootstrap.min.js │ ├── index.js │ ├── jquery.min.js │ └── tags.js ├── partials │ ├── about.hbs │ ├── collectionsList.hbs │ ├── detailList.hbs │ ├── footer.hbs │ ├── header.hbs │ ├── interactive-map.hbs │ ├── sandbox_about.hbs │ ├── sandbox_aboutTag.hbs │ └── sandbox_collectionsList.hbs ├── providers.hbs ├── redirect.hbs ├── rss.xml.hbs ├── sandbox_index.hbs └── sitemap.hbs ├── buildspec.yml ├── collections ├── analysis-ready-planetscope.yaml ├── analysis-ready-planetscope │ ├── ARPS_Bordeaux.png │ ├── ARPS_Des_Moines.png │ ├── ARPS_Perth.png │ ├── analysis-ready-planetscope.png │ ├── open-data.md │ ├── polygons.geojson │ └── sandbox-data.md ├── cnes-land-cover-map.yaml ├── cnes-land-cover-map │ ├── README.md │ ├── cnes-classifier-confidence-france-overview.png │ ├── cnes-classifier-confidence-lyon.png │ ├── cnes-land-cover-map-france-overview.png │ ├── cnes-land-cover-map-lyon.png │ ├── cnes-land-cover-validity-france-overview.png │ └── cnes-land-cover-validity-lyon.png ├── copernicus-dem.yaml ├── copernicus-dem │ └── copernicus-dem.png ├── corine-land-cover-accounting-layers │ ├── README.MD │ ├── istanbul-turkey.png │ ├── po-italy.png │ └── thumbnail.png ├── corine-land-cover │ ├── README.MD │ ├── corine-land-cover.png │ ├── image_alps.png │ └── image_fdoms.png ├── crop-biomass.yaml ├── crop-biomass │ ├── crop-biomass.png │ └── open-data.md ├── forest-carbon-diligence.yaml ├── forest-carbon-diligence │ ├── FCD_BRA.png │ ├── FCD_FRA.png │ ├── FCD_USA.png │ ├── forest-carbon-diligence.png │ ├── polygons.geojson │ └── sandbox-data.md ├── forest-carbon-monitoring.yaml ├── forest-carbon-monitoring │ ├── FCM_LAOS.jpg │ ├── FCM_MADAGASCAR.jpg │ ├── FCM_USA.jpg │ ├── forest-carbon-monitoring.png │ ├── polygons.geojson │ └── sandbox-data.md ├── global-human-settlement-layer-ghs-built-s2 │ ├── README.MD │ ├── ghsl_overview.png │ ├── ghsl_paris.png │ └── global-human-settlement-layer-ghs-built-s2.png ├── global-land-cover │ ├── Dominican_republic_forest_type.png │ ├── README.MD │ ├── global-land-cover.png │ └── north_africa_discrete_classification.png ├── global-surface-water │ ├── README.MD │ ├── global-surface-water.png │ ├── image_change_ganges_river.png │ ├── image_extent_lake_kyoga.png │ ├── image_occurrence_danube_delta.png │ ├── image_recurrence_paddies_eluru.png │ ├── image_seasonality_salar_de_uyuni.png │ └── image_transitions_parana_river.png ├── harmonized-landsat-sentinel.yaml ├── harmonized-landsat-sentinel │ └── harmonized-landsat-sentinel.png ├── hrsi-fsc │ ├── README.MD │ ├── figure.png │ └── hrsi-fsc.png ├── hrsi-gfsc │ ├── README.MD │ ├── figure.png │ └── hrsi-gfsc.png ├── hrsi-psa │ ├── README.MD │ ├── figure.png │ └── hrsi-psa.png ├── hrsi-rlie-s1 │ ├── README.MD │ ├── extent-nordland-norway.png │ ├── qlayer-nordland-norway.png │ └── thumbnail.png ├── hrsi-rlie-s1s2 │ ├── README.MD │ ├── extent-rovaniemi-findland.png │ ├── qlayer-rovaniemi-findland.png │ └── thumbnail.png ├── hrsi-rlie-s2 │ ├── README.MD │ ├── extent-varese-como-lecco-italy.png │ ├── qlayer-varese-como-lecco-italy.png │ └── thumbnail.png ├── hrsi-sws │ ├── README.MD │ ├── figure.png │ └── hrsi-sws.png ├── hrsi-wds │ ├── README.MD │ ├── figure.png │ └── hrsi-wds.png ├── impact-observatory-lulc-map.yaml ├── impact-observatory-lulc-map │ ├── README.md │ ├── io-lulc-ganges-delta.png │ └── io-lulc.png ├── land-surface-temperature.yaml ├── land-surface-temperature │ ├── LST_AUS.png │ ├── LST_FRA.png │ ├── LST_USA.png │ ├── land-surface-temperature.png │ ├── open-data.md │ ├── polygons.geojson │ └── sandbox-data.md ├── landsat-1-5-mss-l1.yaml ├── landsat-1-5-mss-l1 │ └── landsat-1-5-mss-l1.png ├── landsat-4-5-tm-l1.yaml ├── landsat-4-5-tm-l1 │ └── landsat-4-5-tm-l1.png ├── landsat-4-5-tm-l2.yaml ├── landsat-4-5-tm-l2 │ └── landsat-4-5-tm-l2.png ├── landsat-7-etm+-l1.yaml ├── landsat-7-etm+-l1 │ └── landsat-7-etm+-l1.png ├── landsat-7-etm+-l2.yaml ├── landsat-7-etm+-l2 │ └── landsat-7-etm+-l2.png ├── landsat-8-l1.yaml ├── landsat-8-l1 │ └── landsat-8-l1.png ├── landsat-8-l2.yaml ├── landsat-8-l2 │ └── landsat-8-l2.png ├── mapzen-dem.yaml ├── mapzen-dem │ └── mapzen-dem.png ├── modis.yaml ├── modis │ └── modis.png ├── planet-basemaps.yaml ├── planet-basemaps │ ├── PB_AUS.png │ ├── PB_BRA.png │ ├── PB_FRA.png │ ├── planet-basemaps.png │ ├── polygons.geojson │ └── sandbox-data.md ├── planetscope.yaml ├── planetscope │ ├── PS_AUS.png │ ├── PS_BRA.png │ ├── PS_EGY.png │ ├── planetscope.png │ ├── polygons.geojson │ └── sandbox-data.md ├── road-and-building-detection.yaml ├── road-and-building-detection │ ├── RNB_AUS.png │ ├── RNB_BRA.png │ ├── RNB_EGY.png │ ├── polygons.geojson │ ├── road-and-building-detection.png │ └── sandbox-data.md ├── sea-ice-index │ ├── README.md │ ├── sea-ice-concentration.png │ ├── sea-ice-extent.png │ └── sea-ice.png ├── seasonal-trajectories │ ├── README.MD │ ├── erdine-turkey-august.PNG │ ├── erdine-turkey-sept.PNG │ ├── thumbnail-1.png │ └── thumbnail.png ├── sentinel-1-grd.yaml ├── sentinel-1-grd │ └── sentinel-1-grd.png ├── sentinel-2-l1c.yaml ├── sentinel-2-l1c │ └── sentinel-2-l1c.png ├── sentinel-2-l2a.yaml ├── sentinel-2-l2a │ └── sentinel-2-l2a.png ├── sentinel-3-l1b-olci │ └── sentinel-3-l1b-olci.png ├── sentinel-3-l1b-slstr │ └── sentinel-3-l1b-slstr.png ├── sentinel-5p-l2-tropomi │ └── sentinel-5p-l2-tropomi.png ├── sentinel-s2-l2a-mosaic-120.yaml ├── sentinel-s2-l2a-mosaic-120 │ ├── 2019_images │ │ ├── image.png │ │ └── timelapse.gif │ ├── README.MD │ ├── sentinel-2-l2a-120m-mosaic-2019.MD │ ├── sentinel-2-l2a-120m-mosaic.png │ ├── sentinel-s2-l2a-mosaic-120-2020.png │ ├── sentinel-s2-l2a-mosaic-120.png │ ├── world_mosaic_2020.png │ ├── world_mosaic_2020_blue_marble.gif │ ├── world_mosaic_2020_blue_marble.png │ └── world_mosaic_2020_blue_marble_3d.gif ├── skysat.yaml ├── skysat │ ├── SS_AUS.png │ ├── SS_EGY.png │ ├── polygons.geojson │ ├── sandbox-data.md │ └── skysat.png ├── soil-water-content.yaml ├── soil-water-content │ ├── SWC_AUS.png │ ├── SWC_FRA.png │ ├── SWC_USA.png │ ├── open-data.md │ ├── polygons.geojson │ ├── sandbox-data.md │ └── soil-water-content.png ├── vegetation-indices │ ├── README.MD │ ├── south-tyrol-northern-italy-fapar.png │ ├── south-tyrol-northern-italy-ndvi.png │ ├── south-tyrol-northern-italy-ppi.png │ └── thumbnail.png ├── vegetation-phenology-and-productivity-parameters-season-1 │ ├── README.MD │ ├── eosv-candasnos-spain-2019.PNG │ ├── maxv-candasnos-spain-2019.PNG │ ├── sosv-candasnos-spain-2019.PNG │ └── thumbnail.png ├── vegetation-phenology-and-productivity-parameters-season-2 │ ├── README.MD │ ├── maxv-candasnos-spain-2019.PNG │ ├── sosv-candasnos-spain-2019.PNG │ ├── sprod-candasnos-spain-2019.PNG │ ├── thumbnail.png │ └── tprod-candasnos-spain-2019.PNG ├── water-bodies │ ├── Bakhtegan-occurrence.PNG │ ├── README.MD │ ├── baikal-water.PNG │ └── water-bodies.png ├── worldcover.yaml ├── worldcover │ ├── README.MD │ ├── manaus_brazil.png │ ├── south_romania.png │ └── thumbnail.png ├── worldview-geoeye.yaml └── worldview-geoeye │ └── worldview-geoeye.png ├── examples └── how_to_access_public_collections.ipynb ├── gulpfile.js ├── package-lock.json └── package.json /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sentinel-hub/collections/ccf2956377d866966cd683879441e2dea8aa7317/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules 2 | /npm-debug.log 3 | /tmp 4 | /docs 5 | /.settings/ 6 | /.project 7 | /.pydevproject 8 | /.env 9 | /_output 10 | /_tmp 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Sentinel Hub Collections 2 | 3 | A repository of publicly available collections that are available for access through [Sentinel Hub](https://www.sentinel-hub.com/). Note that collections in this registry are available via Sentinel Hub, but owned and maintained by different providers. 4 | 5 | ## What is it for? 6 | 7 | When data is shared on Sentinel Hub, anyone can analyze it and build services on top of it using a broad range of compute and data analytics products. Sharing data in the cloud lets data users spend more time on data analysis rather than data acquisition. This repository exists to help people promote and discover datasets that are available via Sentinel Hub resources. 8 | 9 | ## Logos 10 | You can add logos to the `src/img/logos` directory for use in the **detail** pages. Logos should be square PNGs and are currently sized down to 100px x 100px for display. The name of the logo file that the template looks for is tied to the entry in the `ManagedBy` data field. Spaces are replaced with '-' and special characters are removed. If the `ManagedBy` field is using markdown, the link text field is used, otherwise, the entire string is used to generate the logo path for testing. 11 | 12 | ## Endpoints 13 | - `/` - Main datasets listing page, provides search mechanism. 14 | - `ex: /sentinel-2-l1c` - Individual detail pages for each collection, contains details, license, contact, documentation and example usage links and resources available. 15 | - `/usage-examples/` - Lists all usage examples grouped by collection. 16 | - `/index.yaml` - YAML formatted listing of each individual YAML file for provided collections. 17 | - `/index.ndjson` - NDJSON formatted listing of each individual YAML file for provided collections. 18 | - `ex: /tag/satellite-imagery/` - Tag-subsetted view of the main collection listing page. 19 | - `ex: /tag/satellite-imagery/usage-examples/` - Tag-subsetted list usage examples grouped by collection. 20 | - `ex: /tag/satellite-imagery/datasets.yaml` - YAML for all datasets associated with a tag. 21 | - `ex: /collections/sentinel-2-l1c.yaml` - YAML for individual collection, used to create the HTML pages. 22 | - `/sitemap.txt` - Sitemap listing all the HTML pages. 23 | - `/providers.html` - A simple listing of logos of data providers. 24 | 25 | ## Redirects 26 | By using the redirects map in `src/config.yaml` you can set up simple HTML redirects from `source` to `target`. This does not copy any content, simply creates a new HTML page. This function runs after other HTML content is generated so it can be used to create new or overwrite existing HTML pages. 27 | 28 | ## Attribution 29 | This application is based on [Open Data Registry](https://github.com/awslabs/open-data-registry) by AWS Open Data team. 30 | 31 | -------------------------------------------------------------------------------- /_build/changelogindex.hbs: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{> header isHome=isHome}} 4 | 5 | {{> about}} 6 |