Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
GFZ_Tools_EnMAP_BOX
EnPT
Commits
2d201b7a
Commit
2d201b7a
authored
Jun 15, 2021
by
Daniel Scheffler
Browse files
Bumped version to 0.18.0.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
e2edb6eb
Pipeline
#24458
passed with stages
in 13 minutes and 46 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
2d201b7a
...
...
@@ -2,6 +2,13 @@
History
=======
0.18.0 (2021-06-15)
-------------------
* Added config parameters to run EnPT in 3 AC modes: 'land', 'water', 'combined'.
* Added advanced atmospheric correction for water surfaces using ACwater/Polymer including tests and docs.
0.17.4 (2021-06-15)
-------------------
...
...
@@ -17,11 +24,7 @@ History
* Added version pinnings to Python and QGIS.
* Replaced entry point 'enpt-cli.py' with 'enpt' which allows to call the argument parser with 'enpt <args>'.
* Don't assert existing file paths in config validation n case IS_ENPT_GUI_TEST==1.
* Default orthorecification algorithm is now 'gauss'.
* Added config parameters to run EnPT in 3 AC modes: 'land', 'water', 'combined'.
* Added some boilerplate code in atmospheric_correction.py which is to be replaced by separate AC calls for water and
land surfaces later.
* Default orthorectification algorithm is now 'gauss'.
0.17.2 (2021-03-04)
...
...
enpt/version.py
View file @
2d201b7a
...
...
@@ -27,6 +27,6 @@
# You should have received a copy of the GNU Lesser General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.1
7.4
'
__versionalias__
=
'20210615.0
1
'
__version__
=
'0.1
8.0
'
__versionalias__
=
'20210615.0
2
'
__author__
=
'Daniel Scheffler'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment