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
5e1d39e5
Commit
5e1d39e5
authored
Mar 10, 2022
by
Daniel Scheffler
Browse files
Enable GDAL exceptions in the entire project. Bumped version.
parent
63fe8afa
Pipeline
#39960
passed with stages
in 3 minutes and 8 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
5e1d39e5
...
...
@@ -2,6 +2,12 @@
History
=======
0.6.2 (2022-03-10)
------------------
* Enabled GDAL exceptions in the entire project.
0.6.1 (2021-11-26)
------------------
...
...
sensormapgeo/__init__.py
View file @
5e1d39e5
...
...
@@ -26,6 +26,8 @@
"""Top-level package for sensormapgeo."""
from
osgeo
import
gdal
as
_gdal
from
.transformer_2d
import
SensorMapGeometryTransformer
from
.transformer_3d
import
SensorMapGeometryTransformer3D
from
.version
import
__version__
,
__versionalias__
# noqa (E402 + F401)
...
...
@@ -36,3 +38,6 @@ __all__ = [
]
__author__
=
"""Daniel Scheffler"""
__email__
=
'daniel.scheffler@gfz-potsdam.de'
# enable GDAL exceptions in the entire project
_gdal
.
UseExceptions
()
sensormapgeo/version.py
View file @
5e1d39e5
...
...
@@ -24,6 +24,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__
=
'0.6.
1
'
__versionalias__
=
'202
11126
.0
2
'
__version__
=
'0.6.
2
'
__versionalias__
=
'202
20310
.0
1
'
__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