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

added new property 'mask_baddata' to GeoArray; some bugfixes and further...

added new property 'mask_baddata' to GeoArray; some bugfixes and further developments; new dtypes package

- added package 'dtypes' with submodule 'conversion' for performing data tyoe conversions

geo.raster.reproject:
- warp_ndarray(): input data types that are incompatible to GDAL are now automatically transformed to a GDAL compatible data type

io.raster.gdal:
- get_GDAL_ds_inmem(): added automatic data type conversion if not compatible to GDAL

io.raster.GeoArray:
- GeoArray:
    - __init__():
        - bugfix for rejecting subclasses of GeoArray
        - added attribute '_mask_baddata'
    - added property 'mask_baddata' + setter
- added class 'BadDataMask' (subclass of GeoArray)

- updated __version__
parent 42ae52b1
Branches
Tags
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