Hi,
I would like to ask you if you are providing Cloud Optimized GeoTIFFs for Sentinel-2?
Thanks.
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:
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:
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:
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:
Medium – 18 Feb 20Last 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
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.