[GIS] Sentinel 2 imagery as a webservice in a leaflet or openlayers map

sentinel-2wms

I'm looking for a simple solution to display the latest available Sentinel 2 imagery (true color) in a webmap, using e.g. Leaflet or OpenLayers, for instance with a WMS or a XYZ layer. I thought this kind of web-service would be provided by some agency/company for free, but I cannot find one.

I found this "sentinel-hub" company that proposes WMS but it is not free. (BTW I don't like how they mislead users by calling themselves "hub" while they seem to have nothing to do with the official Copernicus Data Hub.)

I know I can download Sentinel data (see this well-documented post) but I don't want to process and serve the data.

EDIT:

By the latest imagery, I mean the latest cloud-free imagery. I think there are some flags on the Sentinel 2 imagery for this (clouds/no-clouds). I am looking for a specific location in Africa, but a global product would be fine.

Am I missing something obvious?

Best Answer

The closest you can get to that are EOX's cloudless map tiles: https://s2maps.eu/

These are not latest, but they are global, cloudless and they are free (CC BY 4.0). WMS and WMTS options available.

The problem with "the latest" imagery is that it will often be useless due to clouds. This makes it difficult to justify the processing and storage costs as mentioned in one of the comments above. EOX was processing the data for 2 weeks on 20 servers. One should theoretically do something similar on a weekly basis (a bit less computing as there is no need to select the best pixel). This is why we (disclaimer: I am coming from the above mentioned "sentinel hub" company; we apologize for the confusion with the name, it was not intentional) rather opted for the approach when the user can choose the configuration of her likeness). But this comes with some costs as well...

That being said, ESA and Copernicus have initiated a DIAS project, which should offer free WMS services as well, so you might find what you are looking for in spring 2018.