- 26 Aug, 2020 3 commits
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
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>
-
- 27 Feb, 2019 1 commit
-
-
Daniel Scheffler authored
-
- 19 Feb, 2019 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
- 14 Feb, 2019 1 commit
-
-
Daniel Scheffler authored
Fixed multiprocessing issue related to OpenMP multiprocessing within pykdtree as called by pyresample. Fixed type hints.
-
- 16 Nov, 2017 1 commit
-
-
Daniel Scheffler authored
-
- 14 Nov, 2017 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
Added support for rotated datasets: Implemented class geo.map_info.Geocoding(). Reimplemented geotransform2mapinfo() and mapinfo2geotransform(). Bugfix for geo.projection.isLocal()
-
- 06 Nov, 2017 1 commit
-
-
Daniel Scheffler authored
-
- 06 Oct, 2017 2 commits
-
-
Daniel Scheffler authored
mapinfo2geotransform(): Fix for asserting a map_info with 8 elements in case of arbitrary coordinates. Added test_coord_grid module.
-
Daniel Scheffler authored
geotransform2mapinfo, mapinfo2geotransform: added compatibility to local coordinate systems. Added test_map_info module.
-
- 25 Sep, 2017 1 commit
-
-
Daniel Scheffler authored
-
- 20 Sep, 2017 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
- 19 Sep, 2017 1 commit
-
-
Daniel Scheffler authored
-
- 09 Jun, 2017 1 commit
-
-
Daniel Scheffler authored
- updated __version__ and __versionalias__
-
- 05 Jan, 2017 1 commit
-
-
Daniel Scheffler authored
- geotransform2mapinfo(): bugfix geo,projection: - WKT2EPSG(): added type assertion - modified assertion message io.raster.GeoArray.GeoArray: - arr.setter: better assertion message - projection.setter: modified assertion (now more robust) - mask_nodata(): bugfix for not setting projection properly - mask_baddata(): bugfix for not setting projection properly - added __setitem__() to overwrite pixel values with a given array - __getattr__(): bugfix - calc_mask_nodata(): bugfix - set_gdalDataset_meta(): read projection is now extra validated - from_path: added TODO - _get_plottable_image(): bugfix - to_disk(): now sets _arr directly io.raster.GeoArray.BadDataMask: - __init__(): bugfix io.raster.GeoArray.NoDataMask: - __init__(): bugfix; added TODO - added class 'CloudMask' - updated __version__
-
- 07 Oct, 2016 1 commit
-
-
Daniel Scheffler authored
- added a new version of warp_ndarray and renamed the old one to warp_ndarray_OLD: much faster than the old version and no issues when warping 3D arrays - some modifications to warp_ndarray_OLD - added get_GDAL_ds_inmem() - added get_GeoArray_from_GDAL_ds() - added warp_GeoArray(): a function to warp GeoArray objects geo.vector.coord_trafo: - added transform_GCPlist() geo.vector.projection: - WKT2EPSG() now returns an integer instead of a string io.raster.GeoArray: - GeoArray: - added whitespace assertion to __init__() - added properties 'rows', 'cols', 'bands', 'xgsd', 'ygsd', 'box' - dtype: bugfix for error when dtype is requested from in_mem-GeoArray - __getitem__(): bugfix for returning the wrong array subset when 'given' slice has length 1 - show(): added interpolation and cmap keywords - get_mapPos(): revision - _clip_array_at_mapPos: - Memory errors due to wrong target dimensions are now catched - get_array_at_mapPos(): major revision numeric.array: - added get_outFillZeroSaturated()
-
- 27 Sep, 2016 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-