Simplify Rectangle construction
Move Rectangle classes to take north, east, south, west, (start, end) as input arguments.
Current implementation is to provide the centre (in space and time) and then full width, height, time extent.
This isn't necessarily challenging for spatial arguments (although perhaps unintuitive), it is however difficult for the temporal arguments.