geospatial_learn package

Submodules

geospatial_learn.data module

geospatial_learn.geodata module

geospatial_learn.learning module

geospatial_learn.shape module

geospatial_learn.utilities module

Created on Thu Sep 8 22:35:39 2016 @author: Ciaran Robb Research Associate in Earth Observation Centre for Landscape and Climate Research (CLCR) Department of Geography, University of Leicester, University Road, Leicester, LE1 7RH, UK

If you use code to publish work cite/acknowledge me and authors of libs etc as appropriate

utilities.min_bound_rectangle(points)

Find the smallest bounding rectangle for a set of points. Returns a set of points representing the corners of the bounding box. :Parameters: points (list) – An nx2 iterable of points

Returns:an nx2 list of coordinates
Return type:list

Module contents