Coverage for geoarray/version.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-12-14 11:57 +0000

1# geoarray, A fast Python interface for image geodata - either on disk or in memory. 

2# 

3# Copyright (C) 2017-2023 

4# - Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de) 

5# - Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences Potsdam, 

6# Germany (https://www.gfz-potsdam.de/) 

7# 

8# This software was developed within the context of the GeoMultiSens project funded 

9# by the German Federal Ministry of Education and Research 

10# (project grant code: 01 IS 14 010 A-C). 

11# 

12# Licensed under the Apache License, Version 2.0 (the "License"); 

13# you may not use this file except in compliance with the License. 

14# You may obtain a copy of the License at 

15# 

16# http://www.apache.org/licenses/LICENSE-2.0 

17# 

18# Unless required by applicable law or agreed to in writing, software 

19# distributed under the License is distributed on an "AS IS" BASIS, 

20# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 

21# See the License for the specific language governing permissions and 

22# limitations under the License. 

23 

24 

25__version__ = '0.17.2' 

26__versionalias__ = '20231123.01'