- 27 Sep, 2021 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
- 08 May, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 22 Jul, 2019 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 19 Feb, 2019 1 commit
-
-
Daniel Scheffler authored
-
- 19 Sep, 2017 1 commit
-
-
Daniel Scheffler authored
-
- 09 Jun, 2017 1 commit
-
-
Daniel Scheffler authored
- updated __version__ and __versionalias__
-
- 22 Nov, 2016 1 commit
-
-
Daniel Scheffler authored
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__
-
- 04 Nov, 2016 1 commit
-
-
Daniel Scheffler authored
added warning if automatic nodata value detection returns unreliable value; bugfix for overwriting user defined attributes of GeoArray io.raster.GeoArray: - GeoArray: - added quiet mode - added attribute _gdalDataset_meta_already_set - added print output if nodata value had to be detected automatically - set_gdalDataset_meta(): added docstring; method is now only called from __init__ numeric.array: - revised find_noDataVal() - added new package similarity
-
- 27 Sep, 2016 1 commit
-
-
Daniel Scheffler authored
-