- 27 Nov, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 17 Sep, 2020 1 commit
-
-
Daniel Scheffler authored
Recreated test dataset for Test_Landsat8_PreCollectionData. Replaced two os.system calls with subcall_with_output. 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>
-
- 22 Jul, 2019 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 22 Mar, 2018 1 commit
-
-
Daniel Scheffler authored
Fixed deadlock within MemoryReserver. Added number of waiting processes to redis. Fixed linting. Removed python-redis-lock from dependencies.
-
- 20 Mar, 2018 3 commits
-
-
Daniel Scheffler authored
-
Pipeline 'run_complete_preprocessing' now returns processing reports only (may fix deadlock after large reference jobs).
-
Mathias Peters authored
-
- 15 Mar, 2018 1 commit
-
-
Daniel Scheffler authored
Updated version info (0.14.1).
-
- 14 Mar, 2018 5 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
Added some options to options_default.json. Bugfix database_tools.record_stats_memusage. Fixed missing lib within CI config.
-
Daniel Scheffler authored
Further developed recording of memory usage statistics. Deleted deprecated classes within 'locks' module. Added system overload blocking. Revised default resource limits. Bugfix for not raising exceptions during GMS_pipeline.
-
Daniel Scheffler authored
-
Daniel Scheffler authored
Added recording of memory usage via new database table 'stats_mem_usage_homo'. Allows to intelligently estimation of memory usage.
-
- 13 Mar, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 12 Mar, 2018 1 commit
-
-
Daniel Scheffler authored
Added MultiSlotLock inheriting from redis_semaphore.Semaphore.
-
- 27 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 26 Feb, 2018 3 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
-
Daniel Scheffler authored
Added option 'write_ENVIclassif_cloudmask' (fixes issue #72).
-
- 25 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 24 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 23 Feb, 2018 2 commits
-
-
Daniel Scheffler authored
Converted GMS_object.from_sensor_subsystems, GMS_object.from_tiles and GMS_object.from_disk to class methods.
-
Daniel Scheffler authored
Fixed issue #68 (Cloud mask is not applied equally to all bands when filling clouds with no data values).
-
- 21 Feb, 2018 2 commits
-
-
Daniel Scheffler authored
-
Daniel Scheffler authored
Added test_locks.py.
-
- 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.
-
- 08 Feb, 2018 1 commit
-
-
Daniel Scheffler authored
-
- 02 Feb, 2018 4 commits
-
-
Daniel Scheffler authored
Former-commit-id: a9a082a7 Former-commit-id: 81b03365
-
Daniel Scheffler authored
Pipeline now returns processed GMS_objects without array data. Multiprocessing now uses pool.imap_unordered. Fixed job summaries. Former-commit-id: 9747ba76 Former-commit-id: 16b356e9
-
Daniel Scheffler authored
Former-commit-id: 901266f5 Former-commit-id: b05184f5
-
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
-
- 31 Jan, 2018 4 commits
-
-
Daniel Scheffler authored
Former-commit-id: bc76a722 Former-commit-id: 5f1dbbb4
-
Daniel Scheffler authored
Former-commit-id: a3369bcd Former-commit-id: c2bae567
-
Daniel Scheffler authored
Former-commit-id: 389155a6 Former-commit-id: 21d574b6
-
Daniel Scheffler authored
Former-commit-id: 6680c7b2 Former-commit-id: d6e81881
-
- 26 Jan, 2018 1 commit
-
-
Daniel Scheffler authored
Former-commit-id: cfe6c223 Former-commit-id: 48007c69
-
- 28 Nov, 2017 2 commits
-
-
Daniel Scheffler authored
Added options: spatial_ref_min_overlap, spatial_ref_min_cloudcov, spatial_ref_max_cloudcov, spatial_ref_plusminus_days, spatial_ref_plusminus_years, band_wavelength_for_matching, spatial_resamp_alg, clip_to_extent, mgrs_pixel_buffer, output_data_compression. Former-commit-id: 7051ba14 Former-commit-id: a9b856c5
-
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
-