Tags: Plantain/rasterio
Tags
Add method for getting raster band stats (rasterio#2441) * Add method for getting raster band stats Resolves rasterio#244 * Remove import of namedtuple * Skip broken test and update change log * Warn about clear_cache with GDAL < 3.2
PR 2301 and follow up (rasterio#2318) * Add in memory raster that subclasses DatasetBase. * Remove unused variables. * Add r+ to modes setting georeferencing. * Fix dtype argument. * Use InMemoryRasterArray * Use InMemoryRasterArray in warp. * Eliminate unnecessary copy. * Add missing word. * Use InMemoryRasterArray in fillnodata * Add array interface method. * Resolve fillnodata test failure. * Remove unnecessary copy. * Cleaner array handling. Make sure _array is always an array, but only copy when needed/wanted. * Rename InMemoryRaster to MemoryDataset. * Add internal use only comment to MemoryDataset. * Follow ups on rasterio#2301 * Fix parameter type in docstring and whitespace Co-authored-by: Ryan Grout <ryan@ryangrout.org>
PreviousNext