Tags: ianthomas23/rasterio
Tags
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