pysepal.mapping.tiling.analyze_tif# pysepal.mapping.tiling.analyze_tif(path)[source]# Report the tiling-relevant properties of a raster. Parameters: path (str) – Path to the raster file. Returns: CRS, size, band count, dtype, whether it is tiled, its overview levels and a guess at whether the data is categorical. Return type: dict