Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel #181

Merged
merged 110 commits into from May 8, 2019
Merged

Devel #181

merged 110 commits into from May 8, 2019

Conversation

ranghetti
Copy link
Owner

Changes in default argument values

  • the default running order is now "by groups" instead than "step by step": this ensures best computing speed and improves the management of disk usage, although it is not possible to see all the output messages in standard output (to see them, it is necessary to redirect them in a log file).
  • cloud masks: cloud_low_proba is not yet available in the GUI (if is still a valid argument value for compatibility), and cloud_and_shadow now includes "unclassified". This in order to include "unclassified" only in "conservative" mask values, and to exclude it in non-conservative ones.

Minor improvements

  • check the list of parameters whenever it is loaded

Edits in the GUI

  • add commands to manage parallelisation and running order (with documentation)
  • add button to export output messages in a log file
  • add MathML code for some custom spectral indices

Various fixes

To avoid problems, "break" is no more used, and s2_dt is computed also if s2_list is empty (few seconds required).
The introduction of new cycles for new processing orders causes the indentation to be broken. This commit fix it, without changing any other part of the code (although involving a very high number of code rows to be edited).
Now selected tiles are red, unselected tiles are grey.
If path_out and path_indices are empty, they are automatically copied from path_out. The GUI was edited replacing the buttons "Copy from directory output products" with a placeholder in the corresponding textInput.
Now only required tiles are automatically selected (using tiles_intersects() function).
@ranghetti ranghetti merged commit 8eda14f into master May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants