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
sensormapgeo
Commits
4b9f45c2
Commit
4b9f45c2
authored
May 08, 2020
by
Daniel Scheffler
Browse files
Updated HISTORY.rst.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
e5021209
Pipeline
#8618
passed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
4b9f45c2
...
@@ -2,14 +2,40 @@
...
@@ -2,14 +2,40 @@
History
History
=======
=======
0.3.0 (coming soon)
0.x.x (2020-05-18)
-------------------
------------------
* Converted all type hints to Python 3.6 style. Dropped Python 3.5 support. Fixed code duplicate.
* Split sensormapgeo module into transformer_2d and transformer_3d.
* SensorMapGeometryTransformer.compute_areadefinition_sensor2map() now directly uses pyresample instead of GDAL if the
target resolution is given.
* SensorMapGeometryTransformer3D.to_map_geometry() now computes a common area definition only ONCE which saves
computation time and increases stability.
* The computation of the common extent in 3D geolayers now works properly if target projection is not set to LonLat.
* Added paramter tgt_coordgrid to to_map_geometry methods to automatically move the output extent to a given coordinate
grid.
* compute_areadefinition_sensor2map() now also adds 1 pixel around the output extent in the pyresample version just
like in the GDAL version.
* Added some input validation.
0.2.2 (2020-03-10)
------------------
* Fix for always returning 0.1.0 when calling sensormapgeo.__version__.
0.2.1 (2020-03-10)
------------------
* Fix for always returning returning float64 output data type in case of bilinear resampling.
* Fix for always returning returning float64 output data type in case of bilinear resampling.
* Added output data type verification to tests.
* Added output data type verification to tests.
* Fix for an exception if the output of get_proj4info() contains trailing white spaces
* Fix for an exception if the output of get_proj4info() contains trailing white spaces
(fixed by an update of py_tools_ds).
(fixed by an update of py_tools_ds).
* Fix for always returning 0.1.0 when calling sensormapgeo.__version__.
* Improved tests.
* Set channel priority to strict.
* Force libgdal to be installed from conda-forge.
* Fixed broken documentation link
0.2.0 (2020-01-06)
0.2.0 (2020-01-06)
...
...
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