Coverage for pyguymer3/osterrain/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.10.3, created at 2025-08-16 08:31 +0000

1#!/usr/bin/env python3 

2 

3""" 

4A Python sub-module containing functions relating to the OS Terrain 50 dataset 

5[2]_. 

6 

7Notes 

8----- 

9Copyright 2017 Thomas Guymer [1]_ 

10 

11References 

12---------- 

13.. [1] PyGuymer3, https://github.com/Guymer/PyGuymer3 

14.. [2] OS Terrain 50 dataset, https://www.ordnancesurvey.co.uk/products/os-terrain-50 

15""" 

16 

17# Import sub-functions ... 

18from .findExtent import findExtent 

19from .loadASCIIcontents import loadASCIIcontents 

20from .loadASCIIheader import loadASCIIheader