Skip to main content

Hi,

I would like to ask you if you are providing Cloud Optimized GeoTIFFs for Sentinel-2?


Thanks.

No. Sentinel Hub does provide GeoTiffs but they are not in COG.

Most of our users ask fir smaller tiles (512x512px) and for these it does not make sense to do COG step. We will implement this at some point in the future though, for larger scenes.


Hey @gmilcinski,


I am newbie in GIS. With my small research I have found, that COG is way to go for my use case where run time i can pass some geometry and values like NDVi, NDWi get calculated. For that I am thinking of converting Sentinel-2 tile to COG. Is it good way? Experts around me how do I will mosaic the tiles? I am learning things quickly.


My ultimate goal is from Web Application user will give Geo Polygon, on that I will get that scene from latest tile, calculate NDVi, NDWi, and one small ML model all of this with COG scene delivery?


What are you thoughts on it? Can you please point me in correct direction?


Thanks,

B


You do not really need COG to calculate NDVI, NDWI, etc. You can simply use Sentinel Hub service and get the same results.

E.g. check this example:

082ceb2a9f3e797f1b1974bb7a786ad29bd36ce8.pngsentinel-hub.com
d3714e73b38a87afa3c31502a6696052a7395163.png


How can I clip the image to a specific polygon?



How can I clip the image to a specific polygon? You can add a parameter GEOMETRY as in given example. Simplify geometry to avoid exceeding maximum number of characters in URL.








or this one:

docs.sentinel-hub.com
d3714e73b38a87afa3c31502a6696052a7395163.png


Sentinel Hub



Sentinel Hub is multi-spectral, temporal satellite imagery service for real-time processing of big remote sensing data.








You can easily reach your ultimate goal using Sentinel Hub services.

Check an example including ML model:

360db83263e79cba7951e7ba15aa4495131aa0f1.pngMedium – 30 Dec 20
8bd16f71a837c2d5e59579e399daa3628607f1a4.png


Land Cover Classification with eo-learn: Part 1



Mastering Satellite Image Data in an Open-Source Python Environment




Reading time: 8 min read






That being said, if you really want to convert Sentinel-2 data into COGs, I suggest you check these resources:

360db83263e79cba7951e7ba15aa4495131aa0f1.pngMedium – 18 Feb 20
3cf57928f31e2b0983de163ebef5b59eddeb50d1.jpg


COG Talk 4ter — Distributed processes



Last week in COG Talk 4 we discussed large scale processing using Cloud Optimized GeoTIFF and MosaicJSON. Here is another example on how…




Reading time: 4 min read






favicon.svgGitHub
efca27078192c30d3c7b8729a77815c8c8ba3e9c.png


GitHub - cogeotiff/rio-tiler: User friendly Rasterio plugin to read raster...



User friendly Rasterio plugin to read raster datasets. - GitHub - cogeotiff/rio-tiler: User friendly Rasterio plugin to read raster datasets.








Note that you will have to store these COGs somewhere, which might ramp up your ICT bill quite a bit.


Reply