def hc(self, hc = None): gat = fetch_location('HC', hc) return gat
def village(self, vill = None): gat = fetch_location('VIL', vill) return gat
def hd(self, hd = None): gat = fetch_location('HD', hd) return gat
def cell(self, cell = None): gat = fetch_location('CEL', cell) return gat
def sector(self, sec = None): gat = fetch_location('SEC', sec) return gat
def district(self, dst = None): gat = fetch_location('DST', dst) return gat
def province(self, prv = None): gat = fetch_location('PRV', prv) return gat
def nation(self): gat = fetch_location('NATION', 1) return gat