Is there a way for blast2dem to tell exact fractional coordinates (or offset) where should the pixel in the generated GeoTIFF start?
In my case I would like to generate a raster that is perfectly aligned with pixels on XYZ tile of zoom 18. For this I reprojected the cloud to EPSG:3857 and use -step 0.59716428347 parameter to have a correct pixel size (I compute it as 6378137 * pi * 2 / 256 / (2 ^ 18)). Now the pixels are of the correct size but are misaligned.