- 19 Nov, 2020 1 commit
-
-
Daniel Scheffler authored
Updated minimal version of py_tools_ds. This fixes an issue where pixelToLatLon returned Lon/Lat instead of Lat/Lon. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 15 Sep, 2020 1 commit
-
-
Daniel Scheffler authored
Replaced calls of sorted_nicely with new dependency 'natsort'. Fixed circular imports. Fixed AssertionError caused by new version of pyproj. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 31 Mar, 2020 2 commits
-
-
Daniel Scheffler authored
Fixed copy/paste error in license headers. Added .h5 files to GitLFS. Fixed missing bracket. Updated HISTORY.rst and version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 30 Mar, 2020 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>
-
- 27 Mar, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 01 Mar, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 28 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 27 Feb, 2018 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
Fixed buggy handling of acq_datetime when recreating GMS_object from disk. Fixed 'str' object has no attribute 'month'.
-
- 26 Feb, 2018 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
Added option 'write_ENVIclassif_cloudmask' (fixes issue #72).
-
- 24 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 23 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
-> required to revise metadata storage for layer dependent metadata (they are now stored as dicts instead of lists)
-
- 20 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
Implemented process locks to avoid CPU/RAM overload on case multiple GMS jobs are running on the same host.
-
- 16 Feb, 2018 3 commits
-
-
Daniel Scheffler authored
Added config parameter 'max_parallel_reads_writes' to limit number of read/writes or to enable/disable IO locks, respectively.
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
- 08 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 05 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: 585ca99c Former-commit-id: 0e4b2efa
-
- 02 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
Fixed issue #50 (Invalid job progress statistics in case a subsystem fails after another one of the same scene ID already succeeded in the same mapper) by adding class attribute GMS_object.proc_status_all_GMSobjs and GMS_object.proc_status() property. Added gms_object.update_proc_status() decorator. Revised exception handler. Improved test_exception_handler module. Fixed a severe bug that copied the same dataset list to all subsequent process controllers. Former-commit-id: cd572222 Former-commit-id: 0cce191d
-
- 29 Jan, 2018 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: 081786d6 Former-commit-id: 2864e626
-
- 26 Jan, 2018 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: cfe6c223 Former-commit-id: 48007c69
-
- 13 Dec, 2017 1 commit
-
-
Daniel Scheffler authored
Spectral homogenization via Linear Regression now working with proper handling of LayerBandsAssignments. Former-commit-id: 7a78bdb3 Former-commit-id: 4888d8a7
-
- 28 Nov, 2017 1 commit
-
-
Daniel Scheffler authored
Renamed option conversion_type_optical to target_radunit_optical and conversion_type_thermal to target_radunit_thermal. Keys in provided JSON file are now optional. Bugfixes. Former-commit-id: 981de81d Former-commit-id: 68ff63b7
-
- 27 Nov, 2017 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: ea66f0bd Former-commit-id: a2792c94
-
- 24 Nov, 2017 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: 64594529 Former-commit-id: 7df60bbb
-
- 23 Oct, 2017 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: 6de517bc Former-commit-id: f1f24e11
-
- 20 Oct, 2017 1 commit
-
-
Daniel Scheffler authored
Fixed AssertionError 'exactly 4 image corners must be present within the dataset'. Updated version info. Former-commit-id: e75b3615 Former-commit-id: e4bf232e
-
- 22 Sep, 2017 3 commits
-
-
Daniel Scheffler authored
Deleted deprecated cloud masking algorithms based on py_tools_ah/classical_bayesian because they dont work anymore and cloud masking is now implemented in SICOR. Former-commit-id: 7f87d31d Former-commit-id: 267dbb66
-
Daniel Scheffler authored
Refactored GEOPROCESSING, METADATA, Input_reader, Output_writer and SpatialIndexMediator. Deleted a lot of deprecated/unused code: GEOPROCESSING: - deleted many unused functions written by Robert Behling L1A_P: - deleted decompress() - deleted Layerstacking() L1B_P: - deleted functions related with SIFT/Orfeo toolbox co-registration L2A_P: - deleted get_DESHIFTER_configs() - deleted envifilehandling.py - deleted SRF_DB_2_PKL.py (content moved to output_writer gms_object: - deleted calc_mask_nodataOLD() METADATA: - deleted some unused functions written by Robert Behling - deleted sandbox module Former-commit-id: 36ab28d1 Former-commit-id: 7d82a28a
-
Daniel Scheffler authored
Former-commit-id: b6a2f1b6 Former-commit-id: f867b21f
-
- 15 Sep, 2017 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: 5107ea13 Former-commit-id: b3925713
-
- 01 Sep, 2017 1 commit
-
-
Daniel Scheffler authored
Added first version of SpectralResampler1D incl. test module 'test_spectral_resampler'. Some PEP8 editing. Former-commit-id: 35efca93 Former-commit-id: e781750d
-
- 30 Aug, 2017 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: cd487679 Former-commit-id: cc4b7724
-
- 28 Jul, 2017 1 commit
-
-
Daniel Scheffler authored
- Revised config.Job -> now features an own configuration for test mode. Passing arguments from outside is now much easier. - Refactored some attributes of config.Job. - added cloud classifiers for the included test data - misc.exceptions: added GMSConfigParameterError - misc.path_generator: revised get_path_cloud_class_obj(): merged subfolders for cloud classifiers on disk - processing.pipeline: refactored 'exec__...' to 'exec_...' - tests.test_geomultisens: removed superfluous paths configs - removed cloud_classifiers from .gitignore Former-commit-id: 86ded16f Former-commit-id: 021aa530
-
- 19 Jul, 2017 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: 1a5c6148 Former-commit-id: bd1801cf
-
- 18 Jul, 2017 1 commit
-
-
Daniel Scheffler authored
Revised DEM creation. Added io.Input_Reader.DEM_Creator (now with fallback to ASTER); removed deprecated io.Input_Reader.get_dem_by_extent(). Added test_input_reader.py. Added ASTER DEM test data. Former-commit-id: 0ad6ea82 Former-commit-id: 13ab909a
-
- 17 Jul, 2017 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: 3f0e171a Former-commit-id: 0f0b7a66
-