compass_points = {'N': 'north',
	 'S': 'south',
	 'W': 'west',
	 'E': 'east',
	 'NW': 'northwest',
	 'NE': 'northeast',
	 'SW': 'southwest',
	 'SE': 'southeast'}
