- 27 Sep, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 13 Jul, 2021 1 commit
-
-
Daniel Scheffler authored
Added basic compatibility with images that have a rotation in the map info (fixes #60 ). Fixed incorrect tolerance in COREG.equalize_pixGrids() which speeds up COREG_LOCAL a lot. Bumped version. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 12 Jul, 2021 2 commits
-
-
Daniel Scheffler authored
Updated minimal version of geoarray to fix a sporadic TypeError when writing the coregistered result. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 21 Jun, 2021 1 commit
-
-
Daniel Scheffler authored
Fixed issue #56 (Setting align_grids to False in case of global co-registration does not avoid resampling.). Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 18 Jun, 2021 1 commit
-
-
Daniel Scheffler authored
Moved arosics_cli.py from bin to arosics folder to avoid entry point issues at conda-forge. Replaced some http links with https. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 08 May, 2021 2 commits
-
-
Daniel Scheffler authored
Clearer error message in case of unequal input projections that have equal names. Updated version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 23 Apr, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 17 Apr, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 16 Apr, 2021 5 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>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 12 Mar, 2021 2 commits
-
-
Daniel Scheffler authored
Replaced Python 2 compatible type hints by PEP 484 type hints. Revised docstrings. Fixed a lot of Sphinx build warnings. Some code style improvements. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Replaced Python 2 compatible type hints by PEP 484 type hints. Revised docstrings. Fixed a lot of Sphinx build warnings. Some code style improvements. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 16 Feb, 2021 1 commit
-
-
Daniel Scheffler authored
Fixed pyproj DeprecationWarning related to proj4 string. Added pyproj to dependencies (which was already used under the hood). Bumped version. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 09 Dec, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 02 Nov, 2020 2 commits
-
-
Daniel Scheffler authored
Fixed issue 44 (SSIM filtering flags too much tie points in case of completely different data ranges of the input images). Bumped version. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 30 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
Added a warning in case the input image consists of multiple patches and AROSICS processes only the largest one. Added a warning in case the reliability filtering filters more than 70% of the tie points. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 27 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 19 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
Fixed an unhelpful error message in case no coregistration point can be placed within an image area usable for coregistration due to the provided bad data mask. Fixed some wrong type hints. Added COREG_LOCAL.calculate_spatial_shifts() allowing to explicitly compute the shifts instead of implicitly running the getter properties. This improves API clarity and facilitates debugging. Added sphinx-autodoc-typehints to doc requirements. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 28 Sep, 2020 1 commit
-
-
Daniel Scheffler authored
The 'pykrige', 'pyfftw' and 'basemap' requirements are no longer optional since they are easily installable from conda-forge now. Updated requirements and installation instructions. Updated version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 25 Sep, 2020 1 commit
-
-
Daniel Scheffler authored
Moved all skimage imports from module level to function/class level to avoid static TLS ImportError. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 21 Aug, 2020 1 commit
-
-
Daniel Scheffler authored
Added tolerances to the window position validation to avoid float precision issues. Updated minimal version of geoarray. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 20 Aug, 2020 1 commit
-
-
Daniel Scheffler authored
Fixed a bug which causes COREG.equalize_pixGrids() to run although the pixel grids of reference and target image are equal. Fixed ResourceWarning in COREG.show_matchWin() as well as in COREG.calculate_spatial_shifts(). Fixed exception in COREG.view_CoRegPoints_folium() in case of a recent version of folium. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 18 Aug, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 07 Apr, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 24 Mar, 2020 2 commits
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Fix incompatibiity with shapely 1.7.0 (implies an update of the minimal version of py_tools_ds). Remove shapely version pinning. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 25 Jul, 2019 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 23 Jul, 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>
-
- 17 Jun, 2019 1 commit
-
-
Daniel Scheffler authored
Fixed issue #30 (Exception in case of non-quadratic pixels of the input images). Updated version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 19 Feb, 2019 1 commit
-
-
Daniel Scheffler authored
-
- 05 Dec, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 04 Dec, 2018 1 commit
-
-
Daniel Scheffler authored
Fixed issue # 17 (Coregistration sometimes fails in case of floating point coordinates of the input images.)
-
- 30 Nov, 2018 1 commit
-
-
Daniel Scheffler authored
-