pyguymer3.osterrain.findExtent¶
- pyguymer3.osterrain.findExtent(fname0, /)[source]¶
Find the extent of the dataset
- Parameters:
fname0 (str) – the path to the dataset
- Returns:
minX (int) – the left edge
maxX (int) – the right edge
minY (int) – the bottom edge
maxY (int) – the top edge
Notes
Copyright 2017 Thomas Guymer [1]
References