GetExtent() #calculate size/resolution of the raster. x_res = int((x_max - x_min) / pixel_size) y_res = int((y_max - y_min) / pixel_size) #get GeoTiff ...
確定! 回上一頁