def district
      return '' unless @data['adm_div']
      @data['adm_div'].select{|u| u["type"] == "district"}.first.try(:[], 'name') || ''
    end