hasIdentifier: | https://padme-analytics.de/pht/codeFragment/d601970ae70dc1430715cbe1388fd11f517c0bbe304ede527f816d65400165d0 |
hasContent: | combined_bounds = rasterio.coords.BoundingBox( min(combined_bounds.left, bounds.left), min(combined_bounds.bottom, bounds.bottom), max(combined_bounds.right, bounds.right), max(combined_bounds.top, bounds.top) ) |