import rasterio from rasterio.features import shapes mask = None with rasterio.Env(): with rasterio.open('a_raster') as src: image = src.read(1) # first ...
確定! 回上一頁