I’m looking for something that works in another python package that works well with in-memory geotiff files since our system is setup to store and read S-2 files as geotiffs. Rasterio has nice functionality for in-memory manipulation (MemoryFile) of which i’m not aware of for snappy. However I want to collocate images in the same was as SNAP. As far as I can tell from the help docs, collocation seems a lot like rasterio’s reproject function [rasterio_reprojection].(https://rasterio.readthedocs.io/en/latest/api/rasterio.warp.html#rasterio.warp.reproject).
In that function it appears that rasterio reprojects from a src raster to a dst raster (with resampling). Anyone aware of if they are essentially the same (or not)??