- 27 Sep, 2021 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
- 09 Aug, 2021 1 commit
-
-
Daniel Scheffler authored
Fixed warning within output validation of warp_ndarray in case out_bounds_prj is provided in a different projection. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 06 Jul, 2021 1 commit
-
-
Daniel Scheffler authored
* Replaced multiprocessing.parent_process in warp_ndarray() by an equivalent which is compatible to Python versions <3.8. Bumped version. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 22 Jun, 2021 1 commit
-
-
Daniel Scheffler authored
Fixed a deadlock when gdal.Warp was called by a multiprocessing child process and GDAL_NUM_THREADS was set (only GDAL 3.2.1 and above). Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 08 May, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 07 May, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 04 Jan, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 09 Dec, 2020 1 commit
-
-
Daniel Scheffler authored
*Added Python 3.9 classifier to setup.py and removed those for <3.6. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 18 Nov, 2020 2 commits
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Revised coord_trafo.py. This fixes an issue that caused pixelToLatLon() to return Lon/Lat instead of Lat/Lon. Fixed mapXY2imXY() and imXY2mapXY(). Added Test_mapXY2imXY(), Test_imXY2mapXY(), Test_pixelToLatLon(), Test_latLonToPixel(). Removed GDAL dataset input parameters from some functions. Revised code style and some docstrings. Added some typehints. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 02 Nov, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 28 Aug, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 27 Aug, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 17 Aug, 2020 1 commit
-
-
Daniel Scheffler authored
-------------------- * Removed deprecated gdal backports (compatibility module). * Added minimal version of gdal. * Cleaned up some unused code. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 08 Jan, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 07 Jan, 2020 1 commit
-
-
Daniel Scheffler authored
Removed all functionality related to transforming sensor to map geometry or vice-versa as this was moved to the new package 'sensormapgeo'. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 17 Oct, 2019 1 commit
-
-
Daniel Scheffler authored
Fixed issue where SensorMapGeometryTransformer raised an exception when trying to resample a 3D input array. Fixed SensorMapGeometryTransformer.to_sensor_geometry() not working for resamp_alg='bilinear'. The test_reproject module now tests all resampling algorithms instead of only one per test. Updated version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 16 Oct, 2019 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>
-
- 14 Jun, 2019 1 commit
-
-
Daniel Scheffler authored
-
- 22 Mar, 2019 6 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
- 21 Mar, 2019 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
- 20 Mar, 2019 1 commit
-
-
Daniel Scheffler authored
-
- 19 Feb, 2019 2 commits
-
-
Daniel Scheffler authored
Moved rasterio imports to function level to avoid static TLS conflict with pykdtree which is a dependency of pyresample.
-
Daniel Scheffler authored
-
- 15 Feb, 2019 2 commits
-
-
Daniel Scheffler authored
Moved all pyresample imports to the top of the module to avoid Exception: dlopen: cannot load any more object with static TLS.
-
Daniel Scheffler authored
Moved all pyresample imports to methods to avoid Exception: dlopen: cannot load any more object with static TLS.
-
- 14 Feb, 2019 3 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
Fixed multiprocessing issue related to OpenMP multiprocessing within pykdtree as called by pyresample. Fixed type hints.
-
Daniel Scheffler authored
Fixed FutureWarning for numpy>1.16: arrays to stack must be passed as a "sequence" type such as list or tuple. Updated version info.
-
- 09 Jan, 2019 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
- 08 Jan, 2019 1 commit
-
-
Daniel Scheffler authored
-