Code fragment metadata

hasIdentifier: https://padme-analytics.de/pht/codeFragment/6c772995f1224c41de39dfb0e69aad3fa099ec1d2738fb52d7750abc5fdbe0bf
hasContent: with rasterio.open( '/rainfall_mask_all.tif', 'w', driver='GTiff', height=mask_data.shape[0], width=mask_data.shape[1], count=1, dtype=mask_data.dtype, crs=crs, transform=transform, ) as dst:

Code fragment is used in the following Trains