Skip to content
Snippets Groups Projects
Commit bea75bf5 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Bugfix for returning wrong array shape when warping a 3D array

compatibility.gdalnumeric:
- OpenNumPyArray(): Bugfix for expecting (rows,columns,bands) instead of GDAL-like (bands,rows,columns)
- edited docstring
- added datatype assertion

geo.raster.reproject:
- moved availability check for resampling algorithm 'average' here

io.raster.gdal:
- get_GDAL_ds_inmem(): added docstring
- added get_GDAL_driverList()

io.raster.GeoArray:
- save(): bugfix for writing wrong array dimensions in case of 3D array
- show(): nodataVal is now excluded from vmin/vmax calculation when showing image

processing.progress_mon:
- printProgress(): changed bar symbol due to incompatibility to csh shell output stream
parent 113d3c9d
Branches
Tags v0.20.2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment